Page 148 - TP_iPlus_V2.1_Class7
P. 148
To Sum Up
The process of linking a particular section of the same web page is called intralinking.
The process of linking a web page to another web page of the same website or another
website is called interlinking.
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
Section A (Objective)
A. Tick (3) the correct option.
1. Process of linking a web page to another web page of the same website or another website is called:
a. Text linking b. Intralinking
c. Interlinking d. Simple linking
2. Which HTML tag is used to create a frame in a web page. in HTML5?
a. <FRAME> b. <IFRAME>
c. <SECTION> d. <DIV>
3. What does the alt attribute in an <img> tag provide?
a. The image's caption b. A description of the image
c. The image's width and height d. The image's file format
4. Which input type is used for entering a single line of text in a form?
a. text b. password
c. radio d. checkbox
146
iPlus (Ver. 2.1)-VII

