Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to remove underline from list item in html

text-decoration: none; /* remove underline in text ; put this style in <a>
container; ie : link's container */
list-style : none; /* remove bullet points from list */
 
PREVIOUS NEXT
Tagged: #remove #underline #list #item #html
ADD COMMENT
Topic
Name
5+5 =