If you have any query feel free to chat us!
Happy Coding! Happy Learning!
An ordered list in HTML is a list of items where the order of the items is important. Each item in the list is represented by a sequential number. The ordered list is created using the <ol>
tag, and each list item is defined using the <li>
tag.
Here is an example of how to create an ordered list in HTML:
cssCopy code
<ol>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ol>
This will create a list with the following output:
The default numbering style can be customized using CSS, and other styles can be applied to the list, such as font size, color, and background color.
Comments: 2
I am not able to access videos from second class and further. I have already completed first class
When will I get my course?
Now, Your query was resolved.