C. Short Answer Questions
i. What is List in HTML?
ii. What are the types of List in HTML?
iii. Give one difference between Ordered list with Unordered list.?
iv. What is cellpadding?
Answers
Answer:
1 . There are three list types in HTML:
unordered list — used to group a set of related items in no particular order.
ordered list — used to group a set of related items in a specific order.
description list — used to display name/value pairs such as terms and definitions.
3. Like the names imply, the only difference between an ordered list and an unordered list, is that an ordered list will have its items ordered by number, whereas unordered lists will have just bullet points.
4 . Cellpadding (along with cellspacing) is a term used in the computer language HTML which stands for Hypertext Markup Language. When used in conjunction with the table element, it specifies the amount of space between the border of a table cell and its contents
Answer:
4. the space between the cell border and the cell content is called cell padding