Computer Science, asked by swapanjit8993, 7 months ago

Write html code to write a web page which shows hyperlink and insert an image

Answers

Answered by yash0305
2

Answer:

I didn't have editor so consider . as greater than or less than

.html.

.a href="www.google.com". google ./a.

Answered by saidulnayan781
3

Answer:

<!DOCTYPE html>

<html>

<head>

 <title>your page title</title>

</head>

<body>

 <p>your text here <br>

<img src="image link/address here"></p>

<a href="link address">Learn More</a>

</body>

</html>

Similar questions