HTML picture opening | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

HTML picture opening

I need to make picture opens when I click on text. Image needs to be opened at the current page, under the text. How I can do this?

31st Dec 2017, 1:22 PM
Neki Tamo Lik
Neki Tamo Lik - avatar
3 Answers
+ 2
if u want to open the image use form action tag
31st Dec 2017, 1:26 PM
NAGANDLA.LEELA PAVAN KUMAR
NAGANDLA.LEELA PAVAN KUMAR - avatar
+ 2
<a href = "path/to/image"> click here</a> use the normal link tag instead of web address, give the path to image or web address of the image
31st Dec 2017, 1:29 PM
‎ ‏‏‎Anonymous Guy
+ 1
It's OK, but image needs to be opened under text, no on the next page.
31st Dec 2017, 2:34 PM
Neki Tamo Lik
Neki Tamo Lik - avatar