Computer Science
Class-8
Chapter-5 More Tags in HTML
A. Tick the correct option.
1. In the list, each item is defined using the ________ tag.
a. <li> b. <tr> c. <img> d. none of these
Answer: <li>
2. Which of the following lists is also called bulleted list?
a. Nested list b. Unordered list c. Ordered list d. none of these
Answer: Unordered list
3. Which of the following list is enclosed within the <ol> ........</ol>?
a. Nested list b. Unordered list c. Ordered list d. none of these
Answer: Ordered list
4. In HTML, tables are created by using the _________ tag.
a. <table> b. <p> c. <hr> d. none of these
Answer: <table>
5. The ________ attribute is used to set the border colour of a table.
a. Align b. Border c. Border color d. None of these
Answer: Border color
6. Which of the following tag is used to end an unordered list?
a. </ul> b. </pr> c. </tr> d. none of these
Answer: </ul>