Answers for "html place content inside input"

1

html putting content in input

<body>
  <input type='text' value='Your wanted value/text here'></input>
</body>
Posted by: Guest on November-29-2020
0

text inside input

<input type="text" placeholder="Your email here">
Posted by: Guest on February-04-2021

Browse Popular Code Answers by Language