Computer Science, asked by uaasif24, 1 month ago

idenntify the errors and write the correct HTML statements
<ULStart=5>​

Answers

Answered by vaishnavichaurasia89
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
Math, 8 months ago