css - Html <code> with placeholder -
how need add placeholder attribute < code> < /code> tag in < input> < /input>?
<input type="text" name="fname" placeholder="first name"><br>
you can't have placeholders in <code></code>
it's not input field... might want use <textarea placeholder="your placeholder"></textarea>
inputing code...
Comments
Post a Comment