CSS Property:

list-style-image

Result:

  • List Iteam 1
  • List Iteam 1

CSS Code:

#myDiv {
                
padding:20px 30px;
list-style-style:none;
}
Click the property values above to see the result
W3Docs.com-Play it
Do you find this helpful?