#day25

Img

Hello everyone! Do you know how to add image caption in html?? look you can use the figure tag or the following code for the same: plz note that i am adding tags in paranthesis and not in <> because it is getting executed in the later form. (figure-tag) ( img src="example src" alt="example" style="width:100%" ) ( figcaption) Fig.1 - Hello (/figcaption) (/figure-tag end) Thank you! #day25

Read More