HTML Heading paragraph style

Source: Internet
Author: User
Tags deprecated

HTML Title

The title (Heading) is defined by tags such as

Note: By default, HTML automatically adds an extra blank line before and after a block-level element, such as a paragraph or a heading element.

<HR/> Tags Create horizontal lines in the HTML page. The HR element can be used to delimit content. Using horizontal lines (

<!--> Comments  

The HTML paragraph is defined by the <p> tag.

Note: The browser automatically adds blank lines to and from the paragraph. (<p> is a block-level element)

Tip: Using an empty paragraph mark <p></p> to insert a blank line is a bad habit. Replace it with a <br/> tag! (But don't use the <br/> tag to create a list.) Do not worry, you will learn the HTML list later in the space. )

To wrap a new line without creating a new paragraph, use the <BR/> Label

HTML style

The Style property is used to change the styles of HTML elements.

HTML styles enable you to add styles directly to HTML elements by using the Style property, or indirectly in a separate style sheet (CSS file).

Text formatting tags
label Description
<b> Defines bold text.
<big> Defines a large word.
<em> Defines the emphasis on text.
<i> defines italic words.
<small> Define small words.
<strong> Define the aggravating tone.
<sub> Defines the subscript word.
<sup> Defines the superscript word.
<ins> Defines the insertion word.
<del> Defines the deletion word.
<s> Do not approve of use. Use <del> instead.
<strike> Do not approve of use. Use <del> instead.
<u> Do not approve of use. Use style instead.

HTML Heading paragraph style

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.