VOOZH about

URL: https://www.geeksforgeeks.org/html/html-ul-compact-attribute/

⇱ HTML <ul> compact Attribute - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML <ul> compact Attribute

Last Updated : 22 May, 2024

The HTML <ul> compact Attribute is used to define the list should be smaller than normal by reducing the space between the list items and the indentation of the list. It is a Boolean attribute.

Syntax: 

<ul compact> 

Note: The HTML ul compact attribute is not supported by HTML 5 instead of using this we can use the CSS line-height property with 80% value.

Examples: In this example we display an unordered list with the compact attribute applied, aiming to render the list smaller. The list enumerates GeeksforGeeks courses: Geeks, Sudo, Gfg, Gate, and Placement.

Output:

👁 Image

Supported Browsers: This attribute is not supported by any browsers this days.

Comment
Article Tags: