css list no bullets

CSS
#my-list-element {
  list-style-type: none;
  padding-left: 0px;
}style="list-style-type:none;"
Source

Also in CSS: