Computer Science, asked by untizio263, 8 days ago

Create a list using HTML (I will make the best answer the brainliest)

Answers

Answered by VishalD84
1

Answer:

<html>

<head>

<title>makebrainliest</title>

</head>

</head>

<body>

<ul type="disc">

<li>vishal</li>

<li>vaibhav</li

<li>yash</li></ul>

</body>

</html>

Explanation:make brainliest plz

Answered by rahul2541
0

Answer:

ORDER LIST

<ol>

<li>Coffee</li>

<li>Tea</li>

<li>Milk</li>

</ol>

UNORDERED LIST

<ul>

<li>Coffee</li>

<li>Tea</li>

<li>Milk</li>

</ul>

Similar questions