Skip to content

Instantly share code, notes, and snippets.

@zikkeung
Created August 19, 2013 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zikkeung/6267336 to your computer and use it in GitHub Desktop.
Save zikkeung/6267336 to your computer and use it in GitHub Desktop.
#声明文档使用的字符编码是 UTF-8
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
##HTML5 中简化为
<meta charset='utf-8'>
#使用关键词描述一个网页的属性,SEO 必选
<meta name="keywords" content="your, tags" />
#使用一段自然语言描述一个网页的属性,SEO 必选
<meta name="description" content="150 words" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment