List CSS

By: Prof. Dr. Fazal Rehman | Last updated: March 3, 2022

There are two types of lists.

  1. Ordered Lists
  2. Unordered Lists

Ordered list

Ordered list is denoted by <ol> and ended with </ol>.

  1. Database by T4Tutorials
  2. C++ by T4Tutorials

Unordered Lists

Unordered list is denoted by <ul> and ended with </u>.

  • DLD by T4Tutorials
  • OOOP by T4Tutorials

An Image as The List Item Marker

Try it

Different List Item Markers

Try it

List – Shorthand property

Try it

Position The List Item Marker

Try it

Remove Default Settings

Try it

Styling List With Colors

Try it

Video Lecture

Leave a Comment

All Copyrights Reserved 2025 Reserved by T4Tutorials