Computer Science, asked by our68, 11 months ago

please help me

Give me HTML code

Attachments:

Answers

Answered by dalzier40
3
<html>

<head><tittle>Unordered List : Square Bullets</tittle></head>

<body>

<h1 align="center">SUGGEST THE NAMES OF THE SCHOOLS IN FOLLOWING AREA... </h1>

<br>

<ul type ="square">

<li>East Delhi</li>

<li>West Delhi</li>

<li>Noida</li>

<li>Gurgaon</li>

</ul>

</html>

</body>
Answered by siddhartharao77
3

Here is a sample HTML code:

<html>

<body>

<h2>SUGGEST THE NAMES OF THE SCHOOLS IN THE FOLLOWING AREA</h2>

<ul type="square">

<li>East Delhi</li>

<li> West Delhi</li>

<li>Noida</li>

<li>Gurgaon</li>

</ul>

</body>

</html>

<!Hope it helps!>

Attachments:
Similar questions