How to convert inline elements and block-level elements?

Source: Internet
Author: User

How to convert inline elements and block-level elements?

How to convert inline and block-level elements:

Inline elements and block-level elements can be converted to each other. The following describes the conversion method.

1. inline element conversion to block-level element:

Let the inline element float or set its display attribute value to block. For example:

<! DOCTYPE html> 

We can see that span has been converted to a block-level element, because the block-level element can set the width and height.

Block-level elements are converted to inline elements:

Set the display attribute value of a block-level element to inline.

<! DOCTYPE html> 

The width and height set in the above Code are invalid, indicating that the object has been converted to an inline element.

Original address: http://www.51texiao.cn/div_cssjiaocheng/2015/0519/1897.html

The most original address is: http://www.softwhy.com/forum.php? Mod = viewthread & tid = 4705.

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.