Computer Science, asked by 2009POTTERCAST, 1 month ago

. Write the anchor tag that uses the image ‘tulips.jpeg’as a hyper link to the document ‘zoology.html’.

Answers

Answered by NotThareesh
1

Answer:

Here's your answer mate

Explanation:

<a href="zoology.html"><img src="tulips.jpeg" alt="404 Not Found" width=500px height=300px></a>

Similar questions