Page 64 - Code & Click - 8
P. 64
P
Post-Processingost-Processing
Tables enable the user to arrange large amounts of data systematically in rows and columns.
A hyperlink or link, is a word, phrase, or an image that stores the address of some other web
page or document.
A link on a web page can be an internal link, an external link, or an email link.
The <audio> tag lets you insert an audio file on a web page.
The <video> tag lets you insert a video file on a web page.
Frame is a rectangular area in a web browser that displays an HTML document.
Info Retention
A. Select the correct option for each of the following statements.
1. The attribute of the <a> tag that stores the reference (address) of the document that is to be
linked is ______.
(a) href (b) src (c) height (d) address
2. The tag used to create a data cell in an HTML table is ______.
(a) <dc>…</dc> (b) <tr>…</tr> (c) <th>…</th> (d) <td>…</td>
3. The state of a link with a mouse pointer over it is ______.
(a) Hover (b) Active (c) Visited (d) Dead
4. The tag used to insert an audio file in a web page is ______.
(a) <file> (b) <video> (c) <audio> (d) <insert>
B. Fill in the blanks with the correct answer.
1. The _________ property specifies the space between a border and the content in an HTML
table.
2. The image for a link is specified using the <img> tag within _________ tag.
3. The _________ tag is used to define a frame in a web page.
4. The _________ is the state of a link with a mouse pointer over it.
C. Write ‘T’ for True and ‘F’ for False statement.
1. By default, a web browser contains a single frame to display an HTML document. _______
2. When the mouse pointer is moved over a link, it changes from the arrow pointer
to a hand pointer. _______
3. The src attribute of <audio> tag displays controls in the web page. _______
4. The caption can be placed only at the bottom of a table. _______
D. Answer the following questions.
1. Describe the various tags used to create a table in an HTML document.
2. List any four CSS properties associated with <table> tag in an HTML document. Also, specify
the values that can be assigned to these properties.
3. What is a hyperlink? Describe the four states of a link in a web page.
4. Write the use of <video> tag? Describe any three attributes associated with this tag.
62