HTML Learning (5) title, horizontal, comments

HTML title

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

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

Note: The browser will automatically add a blank line before and after the title.

The title is very important

Be sure to only HTML title tag for the title. Not just to generate bold or large text and use the title.

Search engines use the title to the structure and content of your pages indexed.

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

H1 should be used as the main title (the most important), followed by h2 (less important), then followed by h3, and so on.

HTML horizontal line

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

HTML comments

<-! Footnotes ->

Guess you like

Origin www.cnblogs.com/1016391912pm/p/11525335.html