0
Code to link photos
html
3 Answers
+ 5
- "link" as displaying photo in web page:
<img src="photo.url" alt="description">
- "link" as clickable text to load photo in place of web page:
<a href="photo.url">load photo</a>
- 'link" as clickable photo in web page:
<a href="document_to_open.url"><img src="photo.url" alt="description"></a>
+ 1
what so you want to say
0
not valid question.. I can't answer it