Computer Science, asked by Durgesh0719, 8 months ago

Write HTML code to print the following list.

• Burger

• Pizza

• Doughnut

please help ​

Answers

Answered by srajfaroquee
5

html code

<html>

<body>

<ul type="disk">

<li>Burger </li>

<li>Pizza </li>

<li>Doughnut </li>

</ul>

</body>

</html>

**Please mark this ans as Brainliest answer!

Similar questions