html--Element Classification Detailed

Source: Internet
Author: User

1. Broadly divided into 3 categories:

Block elements, inline elements (inline elements), inline block elements

Common block elements:

<div>, <p>,

Common inline elements:

<a>, <span>, <br>, <i>, <em>, <strong>, <label>, <q>, <var>, < Cite>, <code>

Common inline block elements:

<input>

2. Block-level elements:

> Convert inline elements to block elements

A{display:block;}

> Features:

Each block-level element begins with a new line, and the subsequent element is also a row;

The height, width, row height, and top and bottom margins of the element can be set;

The width of the element, if not set, is 100% of the parent container.

3. Inline elements:

> set block elements as inline elements

Div{display:inline;}

> Features:

And the other elements are on the same line;

The height, width, and top and bottom margins of the element are not set;

The width of the element is the width of the text or image it contains and cannot be changed.

4. Inline block elements:

> Set elements to inline block elements

Xxx{display:inline-block;}

> Features:

And the other elements are on the same line;

The width, height, row height, and top and bottom margins of an element can be set.

  

    

html--Element Classification Detailed

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.