Computer >> คอมพิวเตอร์ >  >> การเขียนโปรแกรม >> HTML

วิธีใช้ HTML
Element

<figcaption> องค์ประกอบที่ใช้เพื่อเพิ่มคำบรรยายสำหรับ <figure องค์ประกอบ. มักใช้เพื่อเพิ่มคำบรรยายภาพ

ตัวอย่างโค้ด:

<figure>
  <img src="path-to-image.jpg" alt="Description of image" />
  <figcaption>Caption for photo</figcaption>
</figure>