0% found this document useful (0 votes)
52 views2 pages

Class - VII

Uploaded by

shilpisaluja297
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
52 views2 pages

Class - VII

Uploaded by

shilpisaluja297
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

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

Fill in the blanks:


1.Each item in the list is given with
LI tag that specifies the
list item
II.
2.We can change the default item marking of an unordered list to other shapes by using the
CSS list list-style-type property
3.Each horizontal row of cells in a table is defined using the
tag <tr>
4.The border-collapse property in the <style> tag is used to create
a single border for the table cells.
I. Application based questions:
a. Asmi was making an ordered list and she noticed that the items
of the list by default started with numbers. She wants to Use
Roman numerals for numbering. How can she do this?
Ans. <OL type= "I>
b. Nitya waS creating a table in HTML5 and she used the basic tags to enter the data. But when
she opened the webpage she noticed that there were no borders around the table. How can she
add border to the table she created?
Ans. <style>
Table.TH.TD
Border:2px solid black;
F
</style>

You might also like