Login Required

Unordered 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 11:- Unordered Lists

An unordered list in HTML is a list of items where the order of the items does not matter. Each item in the list is represented by a bullet point. The unordered list is created using the <ul> tag, and each list item is defined using the <li> tag.

Here is an example of how to create an unordered list in HTML:

cssCopy code

<ul>  <li>Item 1</li>  <li>Item 2</li>  <li>Item 3</li> </ul>

This will create a list with the following output:

  • Item 1
  • Item 2
  • Item 3

The default bullet point 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
🎬 13 videos

Course Certificate

Complete 100% to unlock your certificate

Sponsored

Course Discussion

2 Comments

@niteshguptav63
niteshguptav63 Nov 17, 2024 at 8:09 AM

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

@niteshguptav63
niteshguptav63 Nov 16, 2024 at 5:26 AM

When will I get my course?

@admin79
admin79 Nov 17, 2024 at 7:59 AM

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