HTML <figure> Tag

Örnek

<figure>
  <img src="http://www.palandokenturlari.com/images/stories/palandoken.jpg" alt="The Pulpit Rock" width="304" height="228">
  <figcaption>ERZURUM PALANDÖKEN KAYAK MERKEZİ</figcaption>
</figure>

Bu etiket   çizimler.fotoğraflar ve kod listeleri gibi bağımsız içerikler belirtmek için kullanılır.

Codepen Ön izleme

 

<figure>
  <img src="http://www.palandokenturlari.com/images/stories/palandoken.jpg" alt="The Pulpit Rock" width="304" height="228">
  <figcaption>ERZURUM PALANDÖKEN KAYAK MERKEZİ</figcaption>
</figure>

See the Pen HTML figure tag by W3TR (@w3tr) on CodePen.

Bir cevap yazın

E-posta hesabınız yayımlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir