Ordered Lists

Dear Sciaku Learner you are not logged in or not enrolled in this course.

Please Click on login or enroll now button.

If you have any query feel free to chat us!

Happy Coding! Happy Learning!

Lecture 12:- Ordered Lists

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:

  1. Item 1
  2. Item 2
  3. Item 3

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.

2. Intro to HTML

2 Comments

@niteshguptav63
niteshguptav63 Nov 17, 2024 at 1:39 PM

I am not able to access videos from second class and further. I have already completed first class

@niteshguptav63
niteshguptav63 Nov 16, 2024 at 10:56 AM

When will I get my course?

@admin79
admin79 Nov 17, 2024 at 1:29 PM

Now, Your query was resolved.

Frequently Asked Questions About Sciaku Courses & Services

Quick answers to common questions about our courses, quizzes, and learning platform

Didn't find what you're looking for?

help_center Contact Support