write HTML of the following if you know then answer please i need it urgent . please help me please give correct answer
Answers
Answer:
Explanation:
First file
<!doctype html>
<html>
<head>
<title> </title>
<body>
<p style="font-family: Verdana"> <b> Lotus temple, Delhi </b> </p>
<a href="b2.html">
<img src="https://www.travelogyindia.com/images/delhi/lotus-temples-600x436.jpg"> </a>
Second file: Pls save it as b2.html
<!doctype html>
<html>
<head></head>
<body>
<img style="height:500px;width:1600px;"src="https://www.travelogyindia.com/images/delhi/lotus-temples-600x436.jpg">
<ol> </ol>
<li> <b> Location: </b> Kalkaji, Delhi </li>
<li> <b> Reach There </b> Metro (Kalkaji Metro) </li>
<li> <b> Entry Fees </b> No charges </li>
<li> <b> Visiting time </b> 9:00AM to 7:00PM in summer and 9:00AM to 6:00PM in winters (Mondays closed) </li>
<p> Lotus Temple kis notable architectural marvel famous for its unique lotus structure. The temple has won several awards and recognitions for its style of building. The concept of religion and the beauty. It is one of the most visited monuments in the world. THis is a modern style non-religion oreinted temple. </p>
Answer:
<html>
<head>
<title> </title>
<body>
<a href="Rahul.html">
<img src="2.jpeg" height="200" weidth="300"></a>
</body>
</html>
____________________________________________________________________________
<html>
<head></head>
<body>
<img style="height:150px;width: 350px;"
src="2.jpeg">
<ol> </ol>
<li> <b> Location: </b> Kalkaji, Delhi </li>
<li> <b> Reach There </b> Metro (Kalkaji Metro) </li>
<li> <b> Entry Fees </b> No charges </li>
<li> <b> Visiting time </b> 9:00AM to 7:00PM in summer
and 9:00AM to 6:00PM in winters (Mondays closed) </li>
</ol>
<p> Lotus Temple kis notable architectural marvel
famous for its unique lotus structure. The temple
has won several awards and recognitions for its style
of building. The concept of religion and the beauty.
It is one of the most visited monuments in the world.
THis is a modern style non-religion oreinted temple. </p>
</body>
</html>
Explanation:
Hope it's Helpful..