Page 84 - TP_Prime_V2.2_Class8
P. 84
<OPTION> Class 6
<OPTION> Class 7
<OPTION> Class 8
</SELECT>
<BR>
Prime (Ver. 2.2)-VIII <INPUT TYPE="SUBMIT" VALUE="SUBMIT">
<BR>
<INPUT TYPE="RESET" VALUE="RESET">
</FORM>
</BODY>
</HTML>
21 st
Warm Fill in the blanks. Century #Information Literacy
Skills
82 Up! 1. ________ attribute stands for Hypertext Reference.
2. The ________ in HTML stands for Inline Frame.
3. ________ are used when a user has to make a selection among
multiple choices or options.
4. A ________ allows a user to enter data such as character and
number.
Let's Revisit
• Internal links connect one page of a website to another page on the same site.
• External links connect a page on one website to a page on a different website.
• The <img> tag is used to insert an image in the web page.
• The HTML5 <audio> and <video> tags allow us to add media (audio and video) to a website.
• The <IFRAME> tag of HTML5 allows you to divide a browser window into many sections
or parts.
• 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 <SELECT> tag with the <OPTION> tag allows us to create a drop-down list.
• The <TEXTAREA> tag is used to create a multiline text box that can accept long text
values.

