06, HTML title

<H6> tag defined - title (the Heading) by <h1>.

<H1> defines the maximum title. Minimum title <h6> defined.

Note: Browsers automatically add an empty line before and after the title.

The title is very important

Make sure that the title tag is used only for the title, not just to generate and use bold or large text title.

Search engines use the title for your page structure and content indexing.

Because users can quickly browse through your page title, so use the title to present the document structure is very important.

H1 should be the role of the main title (the most important), followed by h2 (less important), and so on.

HTML horizontal line

<Hr> tag creates a horizontal line in an HTML page.

hr element can be used to separate content.

HTML comments

<! - Content ->

Guess you like

Origin www.cnblogs.com/ZXJ111/p/11361644.html