Write HTML code to print the following list.
• Burger
• Pizza
• Doughnut
please help
Answers
Answered by
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