The difference between list-style-position:inside and outside in CSS

Source: Internet
Author: User
What is the difference between list-style-position inside and outside in the CSS list?

<a href= "https://www.baidu.com/s?wd=list-style&tn=44039180_cpr&fenlei= Mv6quakxtzn0izrqihckpjm4nh00t1ylmh7bnju-rhiwpwbduhf40zwv5hcvrjm3rh6spfkwumw85hfynjn4nh6sgvpst6kdthsqpzwytjceqlgcpyw9uz4bm y-bii4wuvyetgn-tlwguv3enwb3pjt1rj6s "target=" _blank "class=" baidu-highlight ">list-style</a>-position property to set where the list item tag is placed. The external (outside) flag is placed at a certain distance from the border border of the list item. The internal (inside) flag is treated like an inline element inserted in the front of the list item's contents. 

Code effects:

List-style-position inside is said that the number or grid style in Li's inside, he occupies the width of Li, and outside is outside Li, he does not occupy the width of li.

How to set the width of <li>?

A single Li can write this directly: <li style= "width:100px;" ></li>
If there are multiple li such as:

<ul><li> Set width 1</li><li> set width 1</li><li> set width 1</li></ul>

You can add a class:<ul class= "Widthstyle" in <ul> >
Then add between

<style>.widthstyle li {width:100px;} </style>

This allows you to control the width of the Li, and you can add other styles as well.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.