Css controls the automatic indent of the first line of each segment

Source: Internet
Author: User

The text-indent attribute specifies the indentation of the first line of text in a text block.

Note: negative values are allowed. If a negative value is used, the first line is indented to the left.

Note: Before CSS 2.1, text-indent always inherits the calculated value instead of the declared value.

Indent the first line of a paragraph by 50 pixels:

The code is as follows: Copy code

P
{
Text-indent: 50px;
}

Text-indent: 2em defines the text indent 2em. em is the unit of relative length. Here you set the font size (px) and 1em is the size. This code can control the paragraph indent of the entire page, or separately control the paragraph indent in a box (div.


The content in the DIV with the name of content is defined as follows, and the first line of each field is empty.

The code is as follows: Copy code


# Content. divcontent p {padding: 0px; margin: 0px; text-indent: 2em ;}

Note: all browsers support the text-indent attribute.

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.