Display: inline and display: block of CSS

Source: Internet
Author: User

Bkjia.com CSS tutorialThe text in the CSS authoritative guide shows that any visible element that is not a block-level element is an inline element, and its characteristics are in the form of "Row layout.

Float must be applied to block-level elements, that is, float is not applied to inline labels. Or in other words, when float is applied, this element will be specified as a block-level element.

The inline (display: inline) element cannot be set to width or height. Because inline is a row layout, it is characterized by layout in a row, so it cannot be set to width or height.

When the float attribute value is not set to none, the object is regarded as a block-level object, that is, the display attribute value of the object is equal to block. That is to say, the display feature of the floating object is ignored.

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.