html details標籤用來描述文件或文件某個部分的細節,
html details標籤怎麼用?
作用:用來描述文件或文件某個部分的細節。
說明:
目前只有 Chrome 支援
註解:
html details標籤 範例
<!DOCTYPE HTML> <html> <body> <details> <summary>Copyright 2018.</summary> <p>All pages and graphics on this web site are the property of php中文网.</p> </details> </body> </html>
效果:
#以上是html details標籤怎麼用的詳細內容。更多資訊請關注PHP中文網其他相關文章!