If you have any query feel free to chat us!
Happy Coding! Happy Learning!
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:
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.
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.