Write a HTML Code that lists five Countries and their capitals.
Answers
Answered by
3
<html>
<head>
<title>Country with their Capital</title>
<body>
<ul>
<li>India-New Delhi</li>
<li>America-Washington</li>
<li>Japan-Tokyo</li>
<li>Australia-Canberra</li>
<li>Brazil-Rio de Janeiro</li>
</ul>
</body>
</head>
</html>
Hope it is helpful for you
Answered by
3
Explanation:
hope it helps you to understand
Attachments:
Similar questions