ใช้แท็ก
ตัวอย่าง
<!DOCTYPE html> <html> <head> <title>HTML figure Tag</title> </head> <body> <h2>Tutorialspoint Coding Ground</h2> <figure> <img src = "https://www.tutorialspoint.com/videotutorials/images/coding_ground_home.jpg"/> </figure> </body> </html>