You are here : cssCSS 3list-style-position

list-style-position - CSS 3

The list-style-position property specifies if the list-item markers should appear inside or outside the content flow.Outside:Inside:


Syntax

list-style-position: inside|outside|initial|inherit;


Example

ul
	{
	   
	list-style-position: inside;
	}


Output / Return Value


Limitations


Alternatives / See Also


Reference