Premium Only Content

Learn CSS: Add List Style in Website | Day 13 | Web development course for Beginner
Visit - www.skyhighes.com
Adding List Style in Website
There are two main ways to add list style in a website:
1. Using HTML:
Unordered lists: Use the <ul> tag for unordered lists. Each list item is defined within an <li> tag. You can customize the list style using the list-style-type property in CSS. Here's an example:
HTML
<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
Use code with caution. Learn more
You can then style the list with CSS:
CSS
ul {
list-style-type: disc; /* This sets the list style to circles */
}
Use code with caution. Learn more
There are other list-style-type values available, such as square, decimal, lower-roman, etc.
Ordered lists: Use the <ol> tag for ordered lists. Each list item is still defined within an <li> tag. You can customize the start value and numbering style using attributes within the <ol> tag. Here's an example:
HTML
<ol>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ol>
Use code with caution. Learn more
You can then customize the list with HTML attributes:
HTML
<ol start="5" type="a">
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ol>
Use code with caution. Learn more
This code will start the list numbering at 5 and use lowercase alphabetic characters.
2. Using CSS:
You can also use CSS to create custom list styles, including:
Changing the list marker type: Use the list-style-type property to specify a different marker type, such as squares, circles, or images.
CSS
ul {
list-style-type: square;
}
li::marker {
background-image: url("my-image.png");
}
Use code with caution. Learn more
Changing the list marker position: Use the list-style-position property to specify whether the marker appears inside or outside the list item.
CSS
ul {
list-style-position: outside;
}
Use code with caution. Learn more
Changing the list item indentation: Use the margin-left property to indent the list items.
CSS
li {
margin-left: 20px;
}
-
DVR
Nerdrotic
6 hours ago $7.51 earnedKimmel MELTDOWN | Hollywood Boycotts Disney | Friday Night Tights 372 with Kaida
46K7 -
34:08
Bannons War Room
54 minutes agoMEGYN KELLY: Jimmy Kimmel and Sore Cultural Losers, and Charlie Kirk's Spiritual Revival, w/ Bannon
2 -
59:27
NAG Podcast
1 hour agoBrandon Straka: BOLDTALK with Angela Belcamino
202 -
1:02:28
BonginoReport
3 hours agoFeds Monitor Threats Ahead of Kirk Memorial - Nightly Scroll w/ Hayley Caronia (Ep.138)
135K84 -
55:51
Candace Show Podcast
2 hours agoWho Moved The Camera Right Above Charlie's Head? | Candace Ep 239
30.9K189 -
LIVE
LFA TV
21 hours agoBREAKING NEWS ON LFA TV! | FRIDAY 9/19/25
779 watching -
LIVE
Total Horse Channel
12 hours ago2025 WDAA Western Dressage World Championship Show | Day Four | Arena One
103 watching -
LIVE
The Mike Schwartz Show
5 hours agoTHE MIKE SCHWARTZ SHOW Evening Edition 09-19-2025
4,015 watching -
21:49
Jasmin Laine
5 hours agoCBC Panel TURNS on Liberals—"Carney DOESN'T Know What He’s Doing"!
4.22K21 -
LIVE
Mally_Mouse
2 days agoFriend Friday!! 🎉 - Let's Play! - 🎂 ITS MY BIRTHDAY!!🎂
114 watching