Controls the width attribute of a span.

Source: Internet
Author: User

Generally, the width attribute is set for the style marked by span, and no effect is found. However, sometimes we need to set the width attribute of a span because of an application. In this case, we need to use the display attribute.

The display attribute has four attribute values: block, inline, inline-block, and none. Their detailed descriptions are as follows:

Block: the default value of the block object. The object is forcibly presented as a block object, and a new row is added after the object.

Inline: the default value of the inline object. Forces the object to be submitted as an inline object and deletes rows from the object.

Inline-block: submits an object as an inline object, but the content of the object is presented as a block object. The Inline object next to it will be presented in the same row.

None: hides an object. Unlike the hidden value of the visibility attribute, it does not reserve its physical space for hidden objects.

If the display: block and width attribute is set to take effect, the span is the same as that of div.

If you set display: inline-block, the span is in the same row, and the width attribute takes effect.

 

 

 

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.