Computer Science, asked by sarath2143, 1 year ago

How to create HTML on 7 wonders of the world give following details name, place, picture link all the Web pages together

Answers

Answered by anshubhardwaj594
16

Ok here answer

<html>

<head>

<body bgcolor="Blue">

<center>

<h1>

<p>

<font color="Yellow">

7 wonder of the wolrd

</font>

</p>

</centre >

</h1>

<ul><i>

<li>Taj mahal </li>

<li>petra</li>

<li>colosseum</li>

<li>chichen</li>

<li>Great Wall of China </li>

<li>Machu picchu </li>

<li>christ the redeemer </li>

</i>

</body>

</head>

</html>

Attachments:
Answered by awsmjaitis
9

<html>

<head>

<title>7 Wonders Of The World</title></head>

<body bgcolor="blue">

<font size="6" face="HomewardBound" color="Yellow"><u><h1> 7 WONDERS OF THE WORLD</h1></u></font>

<center><img src="https://cdn.britannica.com/86/170586-050-AB7FEFAE/Taj-Mahal-Agra-India.jpg" height="100" width="150" align="center">

<font size="6" face="Monotype Corsiva" color="white"></center>

<ul type="disc">

<li>The Taj Mahal, India</li>

<li>Petra, Ma'an Governorate, Jordan</li>

<li>Colosseum, Rome, Italy</li>

<li>Chichén Itzá, Yucatán, Mexico</li>

<li>Machu Picchu, Cuzco, Peru</li>

<li>Great Wall of China, China</li>

<li>Christ the Redeemer, Rio de Janeiro, Brazil</li>

</ul></font>

<font size="6" face="arial" color="Yellow">

<marquee>Our Heritage</marquee></font>

</body>

</html>

Similar questions