Search code examples
htmljsp-tags

highlighting the textbox without using javascript or jquery


can we highlight our textbox without using javasript/jquery or css ?if yes then how? i am on jsp page, can jsp help?


Solution

  • You can do it with CSS inline, without using an external stylesheet. If you really must:

    <input type="text" style="background-color:#FFFFCC;" />