使用标签来为使用标签添加的细节指定一个摘要。
您可以尝试运行以下代码以在HTML5中显示摘要 −
<!DOCTYPE html> <html> <head> <title>HTML Summary Tag</title> </head> <body> <details> <summary>Some More information</summary> <p>Providing more info about the details here.</p> </details> </body> </html>
以上就是如何在HTML5中显示给定元素的摘要?的详细内容,更多请关注编程之家其它相关文章!