Block elements and inline elements

Source: Internet
Author: User

There are two elements that make up a Web page: a block element and an inline element, which is not a good way to navigate the two elements, and the Web page created may have compatibility issues!

Block element

Block elements are typically containers for other elements, can accommodate inline elements and other blocky elements, and block elements repel the same line as other elements, and the width (height) Height property works on the block element.

Page layout commonly used block elements are: div P h1~h6 ul ol li DL DT DD HR Form Center table

Exception: Form labels can only hold block elements

How to make multiple block elements on the same line: add floating labels to a block element float

Inline elements
Inline elements can only hold text or other inline elements, which allow other inline elements to be on the same line, but the width height (height) does not work.

Page layout Common inline elements are: A span img input select TEXTAREA label

How to make the width of an inline element function: The first method adds a floating label float to the inline element, and the second method displays the inline element as a block-level element (display= "block")

Block elements and inline elements

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.