Computer Science, asked by shivmanip764, 5 months ago

triangle is a type of bullet in unordered list?

Answers

Answered by ansarseikh79
3

ul {

margin: 0.75em 0;

padding: 0 1em;

list-style: none;

}

li:before {

content: "";

border-color: transparent #111;

border-style: solid;

border-width: 0.35em 0 0.35em 0.45em;

display: block;

height: 0;

width: 0;

left: -1em;

top: 0.9em;

position: relative;

}

Answered by SherafMasud25
4
Usage notes. The
  • element is for grouping a collection of items that do not have a numerical ordering, and their order in the list is meaningless. Typically, unordered-list items are displayed with a bullet, which can be of several forms, like a dot, a circle, or a square.




  • Hope it’s help you

  • Please plz mark me as brainliest

  • ———✌️✌️———
Similar questions