|
www.BYOGeek.com Where you can learn to Be Your Own Geek! |
| |
home
html basics:byogeek tutorialsbyogeek referenceFree Resources![]() ![]() |
form password boxWe can add a password box/field as well, the attributes are almost the same as the text box, only we change it's type to "password". <form>
<fieldset> <legend>passwords box</legend> Password:<input type="password" name="pass" /> </fieldset> </form> Now look what happens when you type in the password field: Next in lesson 40 we'll play with radio buttons in our forms. Lesson added Monday 4th August 2008, updated Tuesday 5th August 2008 |
things to do list:
|
© 2008-2009 BYOGeek.com / nesperion.net | ||