Computer Science, asked by yashnehra34, 7 months ago

Write any one atrribute of <ul> tag?​

Answers

Answered by Anonymous
1

Answer:

The UL element defines an unordered list. The element contains one or more LI elements that define the actual items of the list.

...

UL - Unordered List.

Syntax <UL>...</UL>

Attribute Specifications TYPE=[ disc | square | circle ] (bullet style) COMPACT (compact display) common attributes

Answered by email2tarin
1

Explanation:

It can be of different forms such as a circle, a dot, or a square. Each element of an unordered list is declared inside the <li> tag.

...

Attributes¶

Attribute Value Description

compact compact Specifies that the list should be rendered in a compact style. Not supported in HTML 5.

Similar questions