Write html code to write a web page which shows hyperlink and insert an image
Answers
Answered by
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
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