Computer Science, asked by Anonymous, 11 months ago

plz tell this coding plz fast fast fast ​

Attachments:

Answers

Answered by siddhartharao77
8

Sample HTML code:

<html>

<body>

<h2>ASIAN COUNTRIES AND THEIR CAPITALS</h2>

<h4> 1. INDIA</h4>

<ul type="circle">

<li>New Delhi</li>

</ul>

<h4>2.Pakistan</h4>

<ul type="circle">

<li>Islamabad</li>

</ul>

<h4>3.Thailand</h4>

<ul type="circle">

<li>Bangkok</li>

</ul>

</body>

</html>

<Hope it helps!>

Answered by rimjhimittal27
4

ASIAN COUNTRIES AND THEIR CAPITALS <BR>

<OL>

<LI> INDIA

<UL TYPE= CIRCLE>

<LI>NEW DELHI

</UL>

<LI>PAKISTAN

<UL TYPE= CIRCLE>

<LI>ISLAMABAD

</UL>

<LI>THAILAND

<UL TYPE= CIRCLE>

<LI>BANGKOK

</UL>

</OL>

Similar questions