How to give a caption or text to the image? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 3

How to give a caption or text to the image?

Please 😌 Give the code for this and give code to how to give caption

22nd May 2017, 3:41 PM
Shaswat Singh
Shaswat Singh - avatar
2 Respuestas
+ 3
figcaption tag
22nd May 2017, 4:04 PM
Abdel
Abdel - avatar
+ 3
As already stated by @Abdel just want to enhance it a bit: <figure> /* image source here */ <img src="" alt=""> /* caption or text here */ <figcaption>image text</figcaption> </figure>
4th Aug 2017, 11:10 AM
Benneth Yankey
Benneth Yankey - avatar