Jak usunąć podkreślenie z pozycji listy w 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 */
prawger