3rd HTML <meta>

 

 1 <!DOCTYPE html>
 2 <html>
 3     <head>
 4         <title>第3个程序</title>
 5         <meta charset="utf-8">
 6         <meta name="viewport" content="width=device-width, initial-scale=1.0">
 7         <meta name="keywords" content="REAL STREET ANGELS">
 8         <meta name="description" content="めぐみ 21歳 T:159 B:90(F) W:63 H:95">
 9         <meta name="author" content="deng">
10         <meta http-equiv="refresh" content="5;http://www.cnblogs.com/denggelin/">
11     </head>
12     <body>
13         <h1>Hello world</h1>
14         <img alt="girl" src="http://real2.s-angels.com/images/sample/m438_megumi/thumb/m438_megumi.jpg" width="256px" height="256px">
15         <a href="http://www.cnblogs.com/denggelin/" target="_blank">有货</a>
16         <p>I love you</p>
17     </body>
18 </html>

 

The <meta> tag is used to describe page content, keywords, author, last revision time and other meta information

<meta charset="utf-8">

Web pages use utf-8 encoding

<meta name="viewport" content="width=device-width, initial-scale=1.0">

The web page size is adaptive, and it can be displayed normally on both computers and mobile phones.

<meta name="keywords" content="REAL STREET ANGELS">

Provide keywords for search generation

<meta name="description" content="めぐみ 21歳 T:159 B:90(F) W:63 H:95">

describe web content

<meta name="author" content="deng">

Describes the author of the page

<meta http-equiv="refresh" content="5;http://www.cnblogs.com/denggelin/">

After specifying 5 seconds, jump to a page

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324989991&siteId=291194637