details和summary标签
Posted Tiac
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了details和summary标签相关的知识,希望对你有一定的参考价值。
用于文档说明,有自带收缩、展开功能
<!DOCTYPE html> <html> <body> <details> <summary>HTML 5</summary> This document teaches you everything you have to learn about HTML 5. </details> </body> </html>
http://www.w3school.com.cn/tiy/t.asp?f=html5_summary
以上是关于details和summary标签的主要内容,如果未能解决你的问题,请参考以下文章