Display: Block, inline, and inline-block

Source: Internet
Author: User

Display: block is a block-level element.

Height, row height, and margin can be controlled

The default width is 100% of its container, unless a width is set.

Demo:

<!DOCTYPE html>


Display: inline is a row element.

And other elements are on one line;
High, the Row Height and top and bottom margins cannot be changed;

The width of a text or image cannot be changed.

Demo:

<!DOCTYPE html>

Display: inline-block represents the block-level element of an element in a row. You can set the height and width, but it is displayed in the same line as other elements in the row.

Demo:

<!DOCTYPE html>




















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.