Computer Science, asked by jiyangad416, 7 months ago

How can we create a list with circular bullets in Html.?​

Answers

Answered by Aayati17
2

\huge\underline{\mathbb{AnSwEr}}

For creating an unordered list with circle bullets, use CSS property list-style-type. We will be using the style attribute. The style attribute specifies an inline style for an element. The attribute is used with the HTML <ul> tag, with the CSS property list-style-type to add circle bullets to an unordered list.

Similar questions