
Forms To insert a form we the <form> </form>tags. The rest of the form elements must be inserted in between the form tags. Note: The FORM element has no formatting attributes For eg. Sample Form <form action=”HTTP://WWW.GEEKS4SHARE.COM”> First Name: <input maxlength=”50″ type=”Text NAME=” /> Last Name: <input maxlength=”50″ name=”Iname” /> <input name=”SUBMIT1″ type=”SUBMIT” value=”send” /> [...]









