Class - VII
Class - VII
Subject:
Work education
Department: Computer Science
Topic: HTML-List and Tables
Year: 2023-2024
Worksheet no:2
with solutions
I.
Choose the correct Answer:
1.Which tag is used to create an ordered list ? a)<UL> b)<OL>
c)<DL>
Ans. b)<OL>
2.which type of list is used when the items are not required to be in
a specific order?
a) Unordered list b) Ordered list c) Distributed list
Ans. a) Unordered list
3.<DT> tag is used for ....
a) marking the beginning of the definition list
b) writing the terms that are to be defined
c)writing the definition of the data term
Ans. b) writing the terms that are to be defined
4.which tag defines the heading of a column in the table?
a)<TH> b)<TABLE> c)<CAPTION>
Ans. a)<TH>
5.which property is used to add space between the border and
contents of a cell in a table?
a)Border-collapse b)padding c) height and weight
Ans. b)padding