Page 94 - modular_v2.0_HTML&_CSS_Fb
P. 94
</DIV>
</BODY>
</HTML>
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
You can also use CSS properties like CSS flexbox and CSS grid for framing.
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 <IFRAME> tag is used to embed another web page, video, map, or any external content
within the current web page.
Exercise
A. Tick ( ) the correct option.
1. Which of the following attributes is not used with the <IMG> tag?
a. SRC c. IFRAME
b. HEIGHT d. WIDTH
92
Touchpad MODULAR (Ver. 2.0)

