Computer Science, asked by sayeedabanosheikh, 10 months ago

how to create a numbered list in HTML​

Answers

Answered by rashidubey97
5

Explanation:

Chapter Summary

Use the HTML <ul> element to define an unordered list.

Use the CSS list-style-type property to define the list item marker.

Use the HTML <ol> element to define an ordered list.

Use the HTML type attribute to define the numbering type.

Use the HTML <li> element to define a list item.

Answered by TheMoonlìghtPhoenix
2

Explanation:

ANSWER:-

<HTML>

<BODY>

<h1> An example of the START attribute</H1> <BR>

<OL TYPE - "1" Start = "5">

<LI> Markers

<LI> Pens

</OL>

<BR><BR>

<OL TYPE = "1" Start =>

4I> Pencils

LI> Pens

LI>

Thick marker pen 4I> Highlighter LI> Correction fluid

</OL> <BR><BR>

<OL TYPE = "a" Start = "3">

<LI> Pencils

<LI> Pens

<LI> Thick marker pen

<LI> Highlighter

</OL>

</BODY>

</HTML>

Similar questions