Popular understanding of inline, block, Inline-block

Source: Internet
Author: User

Display:inline; Inline elements, in simple terms, are displayed on the same line.

Display:block; A block-level element, which simply means that there is a newline and will be changed to the second line.

Display:inline-block; is the block-level element within the same row.


<a href= "#" style= "Display:inline;width:100px;height:100px;background: #ccc;" > Link One </a>

<a href= "#" style= "Display:inline;width:100px;height:100px;background: #ccc;" > Link One </a>

The default is inline, so inline is useless here. The wide height setting is also obsolete.


<a href= "#" style= "Display:block;width:100px;height:100px;background: #ccc;" > Link One </a>

<a href= "#" style= "Display:block;width:100px;height:100px;background: #ccc;" > Link One </a>

block, where the high width is effective, but because it is a block (a newline character before and after), so this is two lines.


<a href= "#" style= "Display:inline-block;width:100px;height:100px;background: #ccc;" > Link One </a>

<a href= "#" style= "Display:inline-block;width:100px;height:100px;background: #ccc;" > Link One </a>

This means that the block is reached at the same time, and the setting is highly effective and displayed on the same line.

Popular understanding of inline, block, Inline-block

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.