Untitled Document
Untitled Document
Page 1
_____________________________________
Learning Objectives
Students are able to
1. Create list in HTML
2. Create table in HTML
3. Learn about different list and table tags
Job Prospects
1. Web Designer
2. Website editor
3. UI developer
4. CSS/HTML Developer
_____________________________________
Page 2
_____________________________________
Concept Map
_____________________________________
Page 3
_____________________________________
Q1. What is a list?
Ans.
1. A list is a collection of related items that can be used to represent information in pointed
form.
2. List allows user to display information in an organised manner.
Q2. Name different types of list in HTML.
Ans.
1. Ordered List
2. Unordered List
3. Definition List
Q3. What is an ordered list?
Ans. 1. An ordered list is also called the numbered list.
2. This type of list is used to display the items in a sequential manner.
3. <OL> tag is used to create an ordered list.
4. <LI> tag is used to define list item.
Example:
1. Mango
2. Apple
3. Grapes
4. Orange
5. Papaya
Q4. Write attributes of <OL> tag.
Ans.
Attribute Value
Type A,a,1,I,i
Type
Property Description
Border-Style Apply an outline style border like Dotted, Solid, Double etc.
Padding Specifies the space around the content of a cell and the border.
1 Kajal
2 Diksha
Q15. Differentiate between:
a. Rowspan and Colspan
Rowspan Colspan
The rowspan attribute applies when a The colspan attribute applies when a
single cell is extended for more than a single cell is extended for more than a
single row, that is cell spans for 2 or single column, that is cell spans for 2 or
more rows instead of 1. more columns instead of 1.
Q16. Write the name of any four attributes of the <table> tag.
Ans. 1. Border
2. Border-style
3. Color
4. Padding etc.