Click here to Skip to main content
15,902,634 members
Please Sign up or sign in to vote.
1.50/5 (2 votes)
See more:
how will put an anchor tag around an img tag.
Posted

HTML
<a href="#"><img src="image.jpg" alt="" /></a>
 
Share this answer
 
Oh my goodness. You should give up now, seriously. Read a basic book on HTML. Use Chrome to view the source of web pages. Do something to show you want to learn instead of wanting to be spoon fed.

HTML
<a><img...> </img...></a>
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900