Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

HTML Level 1>lesson 11

i dont know how finish it
what is <a href="..." img tag?
by

1 Answer

sam5epi0l
"a" tag with an "img" tag inside it, this is typically used to create a clickable image or image hyperlink


<a href="example.com">
<img src="example.jpg" alt="Image">
</a>

Login / Signup to Answer the Question.