HTML - Forms - Input


/ Published in: HTML
Save to your folder(s)

Input html setup


Copy this code and paste it in your HTML
  1. <div class="general">
  2. <label for="name">Name</label>
  3. <span class="wrap">
  4. <input type="text" name="name" id="name">
  5. </span>
  6. </div>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.