html

title tag element

巴扎黑
Release: 2017-06-10 09:55:49
Original
5838 people have browsed it

h1 html title tag

In web content, such as the title of an article, the

tag is generally used to mark the layout. This shows the importance of the title in HTML and also takes into account the importance of telling search engines.

It is important that the content within the tag is the title.

1. h1 syntax structure

文章标题

Copy after login

A pair of tag groups starting with

and ending with

.

Similarly, h1 tags can also use class and id to introduce external CSS styles.

文章标题

主题标题

Copy after login

2. Characteristics and usage suggestions of h1 title tag (where to use)

html h1 title tag is often best used only once in a web page, do not use it twice or twice Above, in order to meet the importance and uniqueness of h1. Other title elements such as h2 tags, h3 tags, and h4 tags can be used multiple times in a web page.

Where to use h1, it usually marks the article title and topic title in a web page.

3. Default h1 tag

In the default initialization state, the h1 tag font is bold and the font size is also very large. Usually different browsers have different sizes, so when it comes to actual DIV CSS layout, we still need to set the required CSS styles (such as font size, whether to bold) and other specific needs in advance or when using them

4. Distinguish between title tags and web page title tags

Although h1 and html title tags are both called title tags, generallyis used to place the web page title, and

is used to place the article title. So the essence is still different.

5. Simple usage of html h1

HTML source code:

    网页标题 ThinkCSS  

文章标题

文章内容

文章内容

Copy after login

Here the h1 tag is used and class is used to set the CSS.

html <h1> title tag element

The above is the detailed content of html

title tag element. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!