Computer Science, asked by bhavnachaudhary47, 4 months ago

creat a webpage "first.htlm" , "flower.jpg" and "tree.jpg and interlink them . write syntax to navigate to the top of the webpage​

Answers

Answered by runav8448
0

Answer:

<html>

<head>

<title>my first webpage</title>

</head>

<body>

<img src="flower.jpg"><br>

<img src="tree.jpg"><br>

</body>

</html>

Explanation:

copy the path of the image and paste it in <img src="">.

.

.

.

.

.

.

.

.

plz mark it beainliest

Answered by vikraman769
1

Answer:

i am Ahil vikraman......

Similar questions