Computer Science, asked by aryanchaudhary30658, 7 months ago

What is the output of the following segment of the HTML code?
<html>
<head><title> First webpage</title></head>
<body>
<ul type="square">
<li>MANGO</li>
<li>APPLE</li>
<li>GRAPES</li>
</ul>
</body></html>​

Answers

Answered by khushilohia1607
1

Answer:

The output is as follows:

  • MANGO
  • APPLE
  • GRAPES

Explanation:

Hope this will help

Find in the attachment about the html preview

Attachments:
Similar questions