.liststyle{
list-style-type: none;
word-spacing: normal;
padding: 0;
margin: 0;
}
Fist create an unordered list in html then create a css style for the list that reformats it to arrange itself as a horizontal series.
lost-style-type: none
Removes the bullets points from the list.
|