Answers for "Set the image "sqpurple.gif" as the list item marker for the unordered list."

CSS
0

ul list style type image

ul {
  list-style-image: url('sqpurple.gif');
}
Posted by: Guest on December-03-2020

Code answers related to "Set the image "sqpurple.gif" as the list item marker for the unordered list."

Browse Popular Code Answers by Language