在HTML5中为一个<figure>元素添加标题
要向
<!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>
以上就是在HTML5中为一个<figure>元素添加标题的详细内容,更多请关注双恒网络其它相关文章!