Shalini,a web designer, wants to create a webpage to display a list where each item is listed by a number. which type of list she should use? explain the role of start and type attributes
Answers
Answered by
47
Shalini,a web designer, wants to create a webpage to display a list where each item is listed by a number, which type of list she should use? Explain the role of start and type aattributes.
A webpage to display a list where each item is listed by a number.
<ol>
<li>1) Item Name</li>
<li>2) Item Name</li>
<li>3) Item Name</li>
</ol>
She should use Ordered List.
The roles she will use are:
- Start Attribute
- Type attribute
Start Attribute:
- It specifies the start value of an ordered list
Type Attribute:
- It specifies the type of the list item marker
Answered by
2
Answer:
she should use ordered list
Similar questions