please help me
Give me HTML code
Attachments:
Answers
Answered by
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>
<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
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