<!DOCTYPE HTML Public "-//W3C//DTD XHTML 1.0 transitional//en" "http://www.w3.org/TR/xhtml1/DTD/ Xhtml1-transitional.dtd "><HTMLxmlns= "http://www.w3.org/1999/xhtml"><Head><Metahttp-equiv= "Content-type"content= "text/html; charset=utf-8" /><title>Untitled Document</title></Head><Body><!---The form is an area that contains the form elements. Form elements are elements that allow users to enter information in a table consignments (such as a text field, drop-down list, radio box, check box, and so on). <form>. INPUT element ...</form> -<BR/><form>Name:<inputname= "Fristname"type= "text"size= "One"maxlength= " a"/><!--Name name, type text box, size character width, maxlength maximum character -<BR/><BR/>Address:<textareaname= "LastName"cols= "8"rows= "3"></textarea><!--text field, up to three lines with a width of 8 characters per line -<BR/><BR/>Password:<inputname= "Miam"type= "Password"ID= "Miam"size= "6"maxlength= "6" /><!--Password Type: Character width is 6, maximum width is 6 -</form></Body></HTML>
Form Instance 1
HTML-----008