Wednesday, 28 June 2023

caption in image in html

 <figure>

<img src="pic_trulli.jpg" alt="Trulli" style="width:100%">
  <figcaption>Fig.1 - Trulli, Puglia, Italy.</figcaption>
</figure>
i took this reference from w3schools

No comments:

Post a Comment

css 2

  today i learnt about different tags in css like margin border , margin, padding,vwor % the main different between vw and perctange tag in ...