which of the following tag pairs are used to print list without bullets?
a) <ol>and </ol>
b)<ul>and </ul>
c) <dt>and </dt>
d) <pt> and </pt>
Answers
Answered by
11
Answer:
<ol>and</ol>is your answer......
Answered by
13
<ol>and </ol> tag pairs are used to print list without bullets
Answer: Option (a)
Explanation:
In HTML, the "<ul> tag" is a block element used to create an unordered list. It is useful for creating bulleted lists, those in which the order of the items is arbitrary.
The HTML "<ol> tag" is a block item used for creating an ordered list. This is useful in "creating lists" that are either "numbered or alphabetical".
The "DT tag" stands for "Definition Term" and is simply used in "front of the word or phrase" you are defining.
Similar questions