idenntify the errors and write the correct HTML statements
<ULStart=5>
Answers
Answered by
0
Answer:
<ol start="number">
Explanation:
The start attribute specifies the start value of the first list item in an ordered list.
Syntax : - <ol start="number">
Error - <UL Start=5>
UL is an unordered List that defines list items with bullets by default.
The style attribute is used to change the icon in the unordered List.
Syntax :- <ul style="list-style-type:disc;">
Similar questions