In HTML tags, what is the tag that represents the title of the web page?

hzc
Release: 2020-06-15 15:06:54
Original
16718 people have browsed it

In HTML tags, what is the tag that represents the title of the web page?

HTML title attribute

## tag defines the title of the document and is required in all HTML documents.

Element:

  1. Defines the title in the browser toolbar

  2. Provides the page to be added to the collection The title when clipped

  3. The page title that appears in search engine results

Tips and notes

Note: There cannot be more than one element in an HTML document.

Tip: If you omit the tag, the document is invalid as HTML.

Recommended tutorial: "

HTML Tutorial"

The above is the detailed content of In HTML tags, what is the tag that represents the title of the web page?. 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!