How can I get HTML to work in the value of the input field ? If you include HTML in the value, it appears as pure text. Is there a way to do something like this?
Try CSS:
input[type=text] { font-weight: bold; }