<Head>……</head> indicates the file header of <HTML>, which is used to explain the file name and related information about the file itself. Usually this part of the tags declares this web page: default language encoding, keywords, software used, etc. Meta tags can be divided into two parts, HTTP title information (HTTP-EQUIV) and page description information (NAME). The following table describes the HTTP header information. Table 1 HTTP header information (HTTP-EQUIV) table
Meta's page description information (NAME) is used to explain and describe the web page. The name describes the web page and corresponds to the content, so that search robots can find and classify it. The value of name (name="") specifies the type of information provided, some of which The value is already defined, such as description, keyword, refresh, etc. You can also specify other arbitrary values, such as creationdate, documentID, Level, etc. The following table shows the specific syntax: Table 2 HTTP description information table
Meta has some other tags, which are also organized as shown in the table below: Table 3 Meta other tags
|
<<: How to deploy the crownblog project to Alibaba Cloud using docker
>>: Difference between MySQL update set and and
<br />In the first section of this series, w...
If the server data is not encrypted and authentic...
This article shares the specific code of jquery t...
Table of contents 1. Create HTML structure 2. Cre...
This article shares the installation and configur...
The specific code for implementing the retractabl...
Download url-loader yarn add -D url-loader module...
1. Add skip-grant-tables to the my.ini file and r...
Table of contents 1. Preface 2. Find two pop-up c...
Download MySQL-8.0.23 Click to download: mysql-8....
Table of contents 1. Definition of stack 2. JS st...
Preface Some of the earlier codes on Github may r...
1. Introduction Whether the creation time of a fi...
Table of contents 1. Is setState synchronous? asy...
Copy code The code is as follows: <pre> <...