<display-listitem>
Quick Summary for <display-listitem>
The list-item keyword causes the element to generate a ::marker pseudo-element with the content specified by its list-style properties (for example a bullet point) together with a principal box of the specified type for its own contents.
Code Usage for <display-listitem>
<div class="fake-list">I will display as a list item</div> 
More Details for <display-listitem>

<display-listitem>

The list-item keyword causes the element to generate a ::marker pseudo-element with the content specified by its list-style properties (for example a bullet point) together with a principal box of the specified type for its own contents.

Syntax

A single value of list-item will cause the element to behave like a list item. This can be used together with list-style-type and list-style-position.

list-item can also be combined with any <display-outside> keyword and the flow or flow-root <display-inside> keywords.

Note: In browsers that support the two-value syntax, if no inner value is specified it will default to flow. If no outer value is specified, the principal box will have an outer display type of block.

Examples

HTML

<div class="fake-list">I will display as a list item</div> 

CSS

.fake-list {   display: list-item;   list-style-position: inside; } 

Result

Specifications

Specification
CSS Display Module Level 3 # typedef-display-listitem

Support of list-item

See also

display <display-outside> <display-inside> <display-internal> <display-box> <display-legacy>

Last modified: Feb 22, 2022, by MDN contributors

Select your preferred language English (US)Français日本語Português (do Brasil)Русский Change language

No Items Found.

Add Comment
Type in a Nick Name here
 
Other Categories in CSS
css
Search CSS
Search CSS by entering your search text above.
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

Subscribe to weekly updates about things i have added to the site or thought interesting during the last week.

You could also follow me on twitter or not... does anyone even use twitter anymore?

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote

james clear
Random CSS Property

line-height-step

Experimental: This is an experimental technologyCheck the Browser compatibility table carefully before using this in production.
line-height-step css reference