html - create a link that when click opens some text on the same webpage -


hi new html , not know php or javascript. have simple html webpage picture in middle. want when click picture text appears describing picture without going new webpage. possible on html without using javascript or php , if how done? thanks

it's possible similar details , summary html5 elements.

see fiddle (works in chrome/safari/opera)

<details>     <summary><img src="image-source"> click here more information</summary>     <p>more information</p> </details> 

due lack of browser support, not recommend using them. see caniuse.com - summary


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -