HTML 49

Description

a web page that create a textbox that may allow to the user to put some text inside of it.

Source Code

<HTML>
<HEAD><TITLE>Computer Books, Software, Hardware</TITLE></HEAD>
<BODY><center>
<FORM ACTION = www.myserver.com/myscript.cgi METHOD = post>
<H3>Customer Survey Form</H3>
<HR ALIGN = left>
<H5>Name: <INPUT TYPE = "text"></H5>
</FORM>
</BODY>
</HTML>


Output

Computer Books, Software, Hardware

Customer Survey Form


Name: