tracking codes

Monday, July 16, 2012

Homework "FORMS"



below are the codes for forms.
simple lang output nyan.
to see the sample output. follow these steps.

1. copy the codes.
2. Paste it to notepad or other text editor
3. save it to any file name with an extension of ".html" without the quotes.
4. then open the file using any browser such as Internet explorer, Mozilla Firefox, Google Chrome, Safari, Opera, Maxthon. etc....
.

<html>
<head>
<title> FORMS </title>
</head>
<body>
<form>
First name: <input type="text" name="firstname" /><br />
Last name: <input type="text" name="lastname" />
<input type="submit" value="Submit" />
<input type="reset" value="Reset" />
</form>
</body>
</html>

No comments:

Post a Comment