HTML 68

Description

show's the function of the title tag and body tag.

Source Code

<HTML>
<HEAD><TITLE>Computer Books, Software, Hardware</TITLE></HEAD>
<BODY>
<CAPTION>IT Learning</CAPTION>
<HR WIDTH = 25% ALIGN = left>
<FORM ACTION = www.myserver.com/myscript.cgi METHOD = post>
<H3>Customer Information Form</H3>
<P>
Please choose the month when you are available for IT classes<BR>
<SELECT NAME = contractchoice SIZE = 2>
<OPTION>January</OPTION>
<OPTION>February</OPTION>
<OPTION>March</OPTION>
<OPTION>April</OPTION>
<OPTION>May</OPTION>
<OPTION>June</OPTION>
</SELECT>
<BR>Click the Submit button to send us your completed form
</P>
<INPUT TYPE = submit VALUE = SUBMIT>
<INPUT TYPE = reset VALUE = RESET>
</FORM>
</BODY>
</BODY>
</HTML>




output

Customer Information Form

Please choose the month when you are available for IT classes

Click the Submit button to send us your completed form