HTML Series Tutorials-headings, horizontal lines, notes, and paragraphs

Source: Internet
Author: User
Tags html comment

HTML title
Title, the text used to show the importance of the article, contains the subject matter of the article, similar to the topic of composition.
The title (Heading) is defined by labels such as

Attention:
The browser automatically adds a blank line to the front and back of the title
The cable engine uses headings to index the structure and content of your Web pages

HTML Horizontal Line


HTML annotations
<!--This is a comment--
The HTML comment is preceded by the opening parenthesis (the left parenthesis), which consists of an exclamation mark immediately preceding the closing parenthesis (the right parenthesis). The contents of the note can be placed inside.

HTML Paragraph
The paragraph is defined by the <p> tag, and the browser automatically adds a blank line to the paragraph before and after it.
<p> This is a paragraph </p>

Note:
<p> and <br/> can be used to break lines, but the P tag is more spaced when it is folded, because P is a block element.
When a page is displayed, the browser removes extra spaces and blank lines from the source code. All contiguous spaces or blank lines are counted as a single space. Note that all consecutive empty lines (line breaks) in the HTML code are also displayed as a single space.

HTML Series Tutorials-headings, horizontal lines, notes, and paragraphs

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.