Computer Science, asked by arshukhnn, 8 months ago

(11) Write the HTML code of list tag using <UL>

Answers

Answered by ramandhamija
2

Explanation:

<ul>

<li>Coffee</li>

<li>Tea

<ul>

<li>Black tea</li>

<li>Green tea</li>

</ul>

</li>

<li>Milk</li>

</ul>

Answered by singhharshdeep96234
1

Explanation:

HTML - Lists

<ul> − An unordered list. This will list items using plain bullets.

<ol> − An ordered list. This will use different schemes of numbers to list your items.

<dl> − A definition list. This arranges your items in the same way as they are arranged in a dictionary.

Similar questions