HTML and CSS Reference
In-Depth Information
Figure 10.23 An example of a login form
HTML
Click here to view code image
1. <form>
2. <fieldset class="account-info">
3. <label>
4. Username
5. <input type="text" name="username">
6. </label>
7. <label>
8. Password
9. <input type="password" name="password">
10. </label>
11. </fieldset>
12. <fieldset class="account-action">
13. <input class="btn" type="submit" name="submit" value="Login">
14. <label>
15. <input type="checkbox" name="remember"> Stay signed in
16. </label>
Search WWH ::




Custom Search