-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQ4.html
20 lines (19 loc) · 1.16 KB
/
Q4.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1><b><center>Seven wonders of the world</center></b></h1>
<img src=" images/Taj-Mahal.jpg" height="400" width="500" border="5"><figcaption>Taj mahal-India</figcaption>
<img src="images/christ_redeemer_brazil.jpg"height="400" width="500" border="5"><figcaption>Christ Redeemer-Brazil</figcaption>
<img src="images/jordan.jpg"height="400" width="500" border="5"><figcaption>>Petra -Jorden</figcaption>
<img src="images/machu_picchu_peru.jpg"height="400" width="500" border="5"><figcaption>Machu Picchu Peru</figcaption>
<img src="images/mexico.jpg"height="400" width="500" border="5"><figcaption>>Chichen Itza-Mexico</figcaption>
<img src="images/roman_colosseum_Itely.jpg"height="400" width="500" border="5"><figcaption>Roman Colosseum-Itely</figcaption>
<img src="images/the great_wall_china.jpg"height="400" width="500" border="5"><figcaption>The Great Wall-China</figcaption>
</body>
</html>