Computer Science, asked by pritisangwan0088, 6 months ago

By default the ____ symbol is displayed on a web page when we use the <UL> tag. 


Circle

Square

Disc

None of these

Answers

Answered by Anonymous
8

Answer:

circle

Explanation:

  • like the bullet.
  • it is called as unordered list and is represented by bulleted list.
  • one of the widely used web designing tool.
Answered by Tulsi4890
0

The correct answer is "Disc."

The <UL> tag is used to create an unordered list in HTML. When the <UL> tag is used, each list item is represented by a bullet point symbol that precedes the content of the list item. By default, the symbol displayed on a web page when we use the <UL> tag is a small, solid circle known as a "Disc."

Here are some key points to keep in mind:

  • The Disc symbol is the default bullet point symbol for unordered lists created using the <UL> tag in HTML.
  • The appearance of the Disc symbol can be customized using CSS to change its size, color, and other properties.
  • Other types of bullet point symbols can be used in unordered lists by specifying a different value for the "list-style-type" property in CSS. Examples include Square, Circle, Decimal, and Decimal-leading-zero.
  • If the <UL> tag is not used to create an unordered list, then no bullet point symbols will be displayed by default.

Therefore, the correct answer is "Disc."

To learn more about HTML from the given link.

https://brainly.in/question/2500440

#SPJ3

Similar questions