Cool HTML Bullet Tips - Shapes, alphabets, roman numerals and
images
Samples of different kinds of bullets using the
<ul> tag
|
Default Bullet |
 |
Square Bullets |
 |
Circular bullets |
-
Web Design Ideas
-
Dreamweaver Tips
-
Advanced HTML Tables
|
 |
-
Dreamweaver Behaviors
-
Fireworks Tips
-
Server Side Includes
|
 |
|
|
<ul type="disc" > |
 |
<ul type="square"> |
 |
<ul type="circle"> |
Samples of using the <ol> tag
|
Points in alphabetical order |
 |
Points in Roman Numerals |
-
Point a
-
Point b
-
Point c
|
 |
-
Point A
-
Point B
-
Point C
|
 |
-
Point i
-
Point ii
-
Point iii
|
 |
-
Point I
-
Point II
-
Point III
|
|
<ol type="a"> |
 |
<ol type="A"> |
 |
<ol type="i"> |
 |
<ol type="I"> |
All you need to do is get into the html and use
the 'Type' attribute in the <ul> and <ol> tags.
|