📜  HTML | DOM ul compact 属性

📅  最后修改于: 2021-11-07 08:24:24             🧑  作者: Mango

HTML DOM ul compact 属性用于设置或返回

    标签的compact 属性的值。 compact 属性用于通过减少列表项之间的空间和列表的缩进来定义列表应该小于正常列表。它是一个布尔属性。
    句法:

    • 它返回一个 ul 紧凑属性。
    ulObject.type
    • 它用于设置 ul 紧凑属性。
    ulObject.compact = "True/false";

    属性值:

    • true:它定义了compact 属性被设置。
    • false:定义未设置compact属性。

    返回值:它返回一个字符串值,表示compact 属性设置为true 或false。
    示例 1:

    html
    
    
     
    
        DOM ul compact Property
    
     
    
        

    GeeksforGeeks

        

    DOM ul compact Property

        
                       
    • Geeks
    •         
    • Sudo
    •         
    • Gfg
    •         
    • Gate
    •         
    • Placement
    •     
             

            


    html
    
    
     
    
        DOM ul compact Property
    
     
    
        

    GeeksforGeeks

        

    DOM ul compact Property

        
                       
    • Geeks
    •         
    • Sudo
    •         
    • Gfg
    •         
    • Gate
    •         
    • Placement
    •     
             

            


    输出:

    • 点击按钮前:

    • 点击按钮后:

    示例 2:

    html

    
    
     
    
        DOM ul compact Property
    
     
    
        

    GeeksforGeeks

        

    DOM ul compact Property

        
                       
    • Geeks
    •         
    • Sudo
    •         
    • Gfg
    •         
    • Gate
    •         
    • Placement
    •     
             

            

    输出:

    • 点击按钮前:

    • 点击按钮后: