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

posted @ 2016-10-31 12:02  Tiac  阅读(478)  评论(0编辑  收藏  举报