要向
<!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中为一个