Page 96 - TP_Play_V2.1_class8
P. 96
Reb t
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.
Exercise
A. Tick ( ) the correct option.
1. Process of linking a web page to another web page of another website is called .................................
a. Text linking b. Internal linking
c. External linking d. Simple linking
2. Which HTML tag is used to create a frame in a web page. in HTML5?
a. <FRAME> b. <SECTION>
c. <IFRAME> d. <DIV>
3. Which input type is used for entering a single line of text in a form?
a. Text b. Radio
c. Password d. Checkbox
4. Which input type is used for selecting multiple options from a predefined list in a form?
a. Select b. Radio
c. Checkbox d. Text
5. Mark the correct tag to insert an image in an HTML document.
a. <IMG ="C:/Mydocs/lily.jpg">
b. <IMG SRC="C:/Mydocs/lily.jpg">
94 Play (Ver. 2.1)-VIII

