
要向
<!DOCTYPE html>
<html>
<head>
<title>HTML figcaption Tag</title>
</head>
<body>
<figure><img src = "https://www.tutorialspoint.com/videotutorials/images/tutorial_library_home.jpg"/>
<figcaption>Tutorials Point Library of Tutorials</figcaption>
</figure>
</body>
</html>











