Computer Science, asked by ismatsiddique6, 5 months ago

Write the HTML code for this given output using unordered list.
This is the list of fruits
Orange
Banana
Mango​

Answers

Answered by sanhitabhowmik2004
4

Answer:

<html>

<head><title> unordered list. <\title><head>

<body >

<ul type= symbol>

<li>Orange<\li>

<li>Banana<\li>

<li>Mango<\li>

<\ul>

<\body>

<\html>

please follow me and mark as brainliest!!

Similar questions