Page 137 - iPlus_Ver_2.0_class_7
P. 137
<OPTION> Class 2
<OPTION> Class 3
<OPTION> Class 4
<OPTION> Class 5
<OPTION> Class 6
<OPTION> Class 7
<OPTION> Class 8
</SELECT>
<BR>
<BR>
<INPUT TYPE="SUBMIT"
VALUE="SUBMIT"> <INPUT
TYPE="RESET" VALUE="RESET">
</FORM>
</BODY>
</HTML>
The output of the preceding code is as
follows:
To Sum Up
The process of linking a particular section of the same website is called internal linking.
The process of linking a web page to another web page of the same website or another
web page is called external linking.
The <IMG> tag is used to insert an image into a web page.
The <Marquee> tag is used to insert moving text on a web page.
The <FRAMESET> tag is used to divide the web page into different sections or
partitions.
The <FORM> tag is used to create the form boundary on the web page.
The <INPUT> tag is used to create the controls or fields to take input from the user in
the form of text, selection, and click.
The <TEXTAREA> tag is used to create a multiline text box that can accept long text
values.
The <SELECT> tag with the <OPTION> tag allows us to create a drop-down list.
135
More on HTML

