Answer my question
I will mark u brainliest
Answers
Explanation:
This is full code for all parts
<html>
<head>
<title>My Gallery</title>
</head>
<body bgcolor="Cyan">
<h3><center>My Tour</center></h3>
<center><img src="birds.jpg" width="200" height="100"></img></center>
</body>
</html>
Parts wise code
1) <html>
<head>
<title>My Gallery</title>
</head>
<body>
</body>
</html>
2)
<html>
<head>
<title></title>
</head>
<body bgcolor="Cyan">
</body>
</html>
3)
<html>
<head>
<title></title>
</head>
<body>
<h3><center>My Tour</center></h3>
</body>
</html>
4)
<html>
<head>
<title></title>
</head>
<body>
<center><img src="birds.jpg" width="200" height="100"></img></center>
</body>
</html>
in 4th part remember if you save your html document and birds.jpg file in same folder then in img src write only birds.jpg
for example. <center><img src="birds.jpg" width="200" height="100"></img></center>
but if you save your html document where that birds.jpg file not their or save in other location so you have to give full path
for example. <center><img src="D:\Users\Admin\Desktop\birds.jpg" width="200" height="100"></img></center>
hope you understand.
Answer:
ye computer ka subject hai na