Tips & Tricks | Computer Coding
Monday, July 7, 2014
Compter (2014) | html code
HOW YO PUT TEXT BOXES?
Do you want to put a username and a password on your website? This is
a way to put a text boxes for a username and password. Also, you can put a first name
and last name, but this does not have a server. You guys have to do that yourself.
If you press submit, it leads you no where. You can still try it out.
Here's the CODE |
How to put a username:
<form name="input" action="demo_form_action.asp" method="get">
Username: <input type="text" name="user">
<input type="submit" value="Submit">
</form>
How to put a password:
<form>
Password: <input type="password" name="pwd">
</form>
First name:
Last name:
Password:
Username:
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment