Answers for "edit text text at the border"

CSS
0

text in border

<fieldset>
  <legend>Login</legend> 
  <table>
    <tr><td>Username</td><td><input type="text"></td></tr>
    <tr><td>Password</td><td><input type="text"></td></tr>
  </table>
</fieldset>
Posted by: Guest on October-27-2021

Browse Popular Code Answers by Language