Page 67 - Modular_V1.1_Flipbook
P. 67
In the preceding code, we have divided the browser window into two columns. In the left column,
the Home page of the ABC Public School website will open. When we click any hyperlink from
the left column, the linked web page will appear in the right column as shown:
Output
Recap
The process of linking a particular section of the same web page is called interlinking.
The process of linking a web page to another web page of the same website or another website
is called intralinking.
The <IMG> tag is used to insert an image in the 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.
Exercise
A. Tick ( ) the correct option.
1. Which of the following attributes is not used with the <IMG> tag?
a. SRC c. FRAME
b. HEIGHT d. BORDER
2. .......................... is a highlighted text or image, which when clicked takes us to another web page.
a. Anchor c. Tag
b. Hyperlink d. Table
3. Which of the following attributes of the <MARQEE> tag is used to specify the speed of the
moving text or image?
a. DIRECTION c. BEHAVIOUR
b. SCROLLAMOUNT d. None of these
4. Which of these attributes is used in internal linking?
a. NAME c. Both a and b
b. HREF d. None of these
Images, Links and Frames in HTML 65

