HTML meta tag HTML meta tags can be used to provide information about the content of a web page to browsers or search engines. For example, the description of the content of the web page, important keywords of the web page, and the web page code are all web page information commonly marked by meta. In addition, less important information such as the author of the web page, the time when the web page was published, and the editor used can also be marked through META TAG. The function of META is only to indicate this web page information and provide it to browsers or search engines. It is not content written for "people" who browse the web page. HTML meta tag written in head example XML/HTML CodeCopy content to clipboard
The standard <meta> tag has no ending. You can directly write the parameters in the <meta> tag. A web page can have many different <meta> tags, all of which must be written in the head tag. The title tag in the example is used to indicate the title of the web page. It can be written before or after the <meta> tag. 1. Display and arrange Chinese characters XML/HTML CodeCopy content to clipboard
illustrate:
XML/HTML CodeCopy content to clipboard
Note: Keywords in the webpage text can be in Chinese or English
XML/HTML CodeCopy content to clipboard
Description: Description==>Main description of the content
XML/HTML CodeCopy content to clipboard
Description: Mark the author's name and other information of this webpage
XML/HTML CodeCopy content to clipboard
illustrate:
XML/HTML CodeCopy content to clipboard
illustrate:
XML/HTML CodeCopy content to clipboard
illustrate:
XML/HTML CodeCopy content to clipboard
Description: Web page author's email or URL statement
XML/HTML CodeCopy content to clipboard
illustrate:
XML/HTML CodeCopy content to clipboard
illustrate:
It must be placed between <HEAD> and </HEAD> and is mainly used to describe the content of this web page for the benefit of yourself or others (search engines). It can also create some special effects such as automatic page turning. |
<<: Turn web pages into black and white (compatible with Google, Firefox, IE and other browsers)
>>: Detailed explanation of three commonly used web effects in JavaScript
1. Introduction MySQL comes with a replication so...
First: 4 ways to introduce CSS There are four way...
In my past work, the development server was gener...
This article shares the specific code of node+soc...
Use the --all-database parameter when performing ...
1. CSS Box Model The box includes: margin, border...
Since the default Linux kernel parameters are bas...
This article example shares the specific code of ...
Local Windows remote desktop connects to Alibaba ...
Table of contents 1. Easy to use 2. Using generic...
Table of contents 2 solutions for file upload Bas...
Method 1: INSERT INTO t1(field1,field2) VALUE(v00...
Table of contents Preface question principle test...
Table of contents Load Balancing Load balancing c...
This article is mainly to take you to quickly und...