HTML5 <details> 标签

2021-04-03 20:26

阅读:589

标签:tle   proc   https   serve   this   isp   qualcomm   reg   col   

定义用法:

  1、

标签用于描述文档或文档某个部分的细节(类似下拉框效果

  2、与 

标签配合使用可以为 details 定义标题

  注:仅Chrome, Safari 8+ Opera 26+支持此标签,UC浏览器也支持了此标签

details>
    summary>Google Nexus 6summary>
    p>商品详情:p>
    dl>
        dt>屏幕dt>
        dd>5.96” 2560x1440 QHD AMOLED display (493 ppi)dd>
        dt>电池dt>
        dd>3220 mAhdd>
        dt>相机dt>
        dd>13MP rear-facing with optical image stabilization 2MP front-facingdd>
        dt>处理器dt>
        dd>Qualcomm® Snapdragon™ 805 processordd>
    dl>
details>
 


open属性

  

标签 设置open属性  控制默认展开状态

details  open>
    summary>Copyright 1999-2011.summary>
    p> - by Refsnes Data. All Rights Reserved.p>
    p>All content and graphics on this web site are the property of the company Refsnes Data.p>
details>

 

HTML5

标签

标签:tle   proc   https   serve   this   isp   qualcomm   reg   col   

原文地址:https://www.cnblogs.com/whoamimy/p/12534929.html


评论


亲,登录后才可以留言!