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
First download the compressed version of mysql, t...
Table of contents Preface 1. Rendering 2. Code 3....
Performance of union all in MySQL 5.6 Part 1:MySQ...
Table of contents JVM Class Loader Tomcat class l...
Preface Let's get straight to the point. The ...
Python connects to MySQL to modify and query data...
MySQL previously had a query cache, Query Cache. ...
Take the deployment of https://gitee.com/tengge1/...
This article shares the specific code for WeChat ...
Windows Server 2008 server automatically restarts...
In Linux operation and configuration work, dual n...
Introduction Recently, I needed to make a barrage...
A web designer's head must be filled with a lo...
Specific method: (Recommended tutorial: MySQL dat...
Tips for using Docker 1. Clean up all stopped doc...