Page 69 - Code_GPT_Class_8
P. 69
Recap
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.
Assess Yourself
Choose 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. 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">
c. <ADD IMG SRC="C:/Mydocs/lily.jpg"> d. <SRC="C:/Mydocs/lily.jpg">
3. What does the target="_blank" attribute in an <a> tag do?
a. It opens the link in a new tab or window. b. It closes the current web page.
c. It redirects to a different URL. d. It disables the link.
4. Which HTML tag is used to create a frame in a web page. in HTML5?
a. <FRAME> b. <IFRAME>
c. <SECTION> d. <DIV>
5. 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
Tick ( ) the correct statements and cross ( ) the wrong ones.
1. MP4, MP3 and Ogg are the file formats currently supported to embed video.
2. The src attribute in the <img> tag specifies the source (URL) of the image to be displayed.
Images, Links & Frames in HTML5 67

