Page 107 - CodePilot V5.0 C7
P. 107
REWIND RUN
« A website is a collection of web pages. These web pages are linked with the help of a feature of
HTML called a hyperlink.
« The Anchor tag is used to insert hyperlinks in HTML.
« You can place images, text, audio, video or buttons between opening and closing tags.
« Images can improve your web design and the appearance of a web page.
« You can use CSS to adjust the size, add borders and apply special effects like shadows.
« The float property allows you to position an image and allows text to wrap around it.
LEARNING LOGS
A. Tick ( ) the correct option.
1. Which of the following attributes is used to specify whether the controls are shown along with audio
or video?
(i) CONTROLS (ii) CTRLS
(iii) BUTTONS (iv) AUTOPLAY
2. Identify what type of tag is the <SOURCE> tag.
(i) Inline tag (ii) Empty tag
(iii) Container tag (iv) Void tag
3. Select the option that is not an extension for a video file.
(i) .mp4 (ii) .AVI
(iii) .webm (iv) .txt
4. Mark the option to open a hyperlink in a new tab.
(i) TARGET=“_blank” (ii) TARGET=“_new”
(iii) NEWTAB=“true” (iv) OPEN=“new”
5. Choose the HTML tag that is used to create a hyperlink.
(i) <LINK> (ii) <A>
(iii) <HREF> (iv) <HYPERLINK>
105
Making Web Pages Alive

