<!DOCTYPE html> <html> <head> <title>HTML figcaption Tag</title> </head> <body> <figure><img src = "https://www.tutorialspoint.com/videotutorials/images/tutorial_library_home.jpg"/ alt="HTML5의 <Figure> 요소에 제목 추가" > <figcaption>Tutorials Point Library of Tutorials</figcaption> </figure> </body> </html>
위 내용은 HTML5의