Code to link photos | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Code to link photos

html

6th May 2017, 7:06 PM
Dominic
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>
7th May 2017, 12:30 AM
visph
visph - avatar
+ 1
what so you want to say
6th May 2017, 7:18 PM
MR Programmer
MR Programmer - avatar
0
not valid question.. I can't answer it
6th May 2017, 7:07 PM
Yaroslav Pieskov
Yaroslav Pieskov - avatar