what a list indents each item in the list and adds a bullet against each item
what's attribute of <ol> tag puts the list in the descending order
what is the list is used to present a list of definitions for terms
please write the correct answer
It is urgent
Answers
Explanation:
Which tag is used for list items?
The HTML <li> element is used to represent an item in a list. It must be contained in a parent element: an ordered list ( <ol> ), an unordered list ( <ul> ), or a menu ( <menu> ). In menus and unordered lists, list items are usually displayed using bullet points
Here are the possible attributes of the Ordered list:
The Type attribute. This attribute gives the type of numbering to be used in the list. type ='a' – Gives alphabetical order. ...
The Start Attribute. The start attribute defines the start value for the ordered list numbers.
Which attribute is used to change the style of bullets in a list?
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 square bullets to an unordered list.
this is from my textbook I hope you like this ans
Answer: unordered list
Explanation: