Computer Science, asked by ks767228, 1 month ago

Which attribute can be used to change the appearance of lists in HTML?

Answer choices
Select only one option
list-style-property

list-type

list-type-style

list-style-type​

Answers

Answered by Innocentgirl58
3

Type attribute allows us to change the style of numbers in an ordered list.

Answered by mahinderjeetkaur878
0

List-style-property

The list style in CSS is controlled by the list-style property. As a shorthand notation for the three other properties list-style-type, list-style-position, and list-style-image, this property is a mixture of the three other properties.

If any of the values are omitted, the default value of this property will be applied.

List-style-type: This value determines the list item element's marker, which could be a disc, a character, or a custom counter style. A disc is the default choice.

List-style-position : The location of the marker in relation to a list item is determined by the list-style-position value. "Outside" is its default value.

List-style-type :- The list-style-type property specifies the picture to be used as the list item marker. None is the default value for it.

To learn more refer the links :-

https://brainly.in/question/29034274

https://brainly.in/question/2900158

#SPJ3

Similar questions