Skip to content

Instantly share code, notes, and snippets.

@wjpxjtu
wjpxjtu / History\-10c885f0\entries.json
Last active September 6, 2022 03:19 — forked from yisibl/HTML-tags.md
常用的 HTML 头部标签
{"version":1,"resource":"file:///e%3A/hundsun/svn/I2/Basic/huiclient/src/App.vue","entries":[{"id":"iQpE.vue","timestamp":1660822081074},{"id":"EY1X.vue","timestamp":1661158420487},{"id":"3T9d.vue","source":"undoRedo.source","timestamp":1661158425088}]}
@yisibl
yisibl / HTML-tags.md
Last active September 15, 2024 14:09
常用的 HTML 头部标签

常用的 HTML 头部标签

详细介绍参见原文:yisibl/blog#1

<!DOCTYPE html> <!-- 使用 HTML5 doctype,不区分大小写 -->
<html lang="zh-cmn-Hans"> <!-- 更加标准的 lang 属性写法 http://zhi.hu/XyIa -->
<head>
    <meta charset='utf-8'> <!-- 声明文档使用的字符编码 -->
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <!-- 优先使用 IE 最新版本和 Chrome -->