<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
Ubuntu 15.04 opens MySQL remote port 3306. All th...
Personal implementation screenshots: Install: npm...
Docker Installation curl -fsSL https://get.docker...
One environment Install VMware Tools on CentOS 7 ...
Recently I want to use goaccess to analyze nginx ...
In JavaScript, use the removeAttribute() method o...
This article shares the specific code of Vue.js t...
To install VMWare under Linux, you need to downlo...
Preface Here are the steps to install and configu...
Problem description (environment: windows7, MySql...
Table of contents 1. setTimeout() timer 2. Stop t...
Sometimes the input box is small, and you want to...
I am going to review Java these two days, so I wr...
Today I have nothing to do, so I listed some tool...
Preface Those who have played with MySQL must be ...