本文主要包含HTML5 Doctype等相关知识,always007希望在学习及工作中可以帮助到您
In order to define charset for HTML5 Doctype, which notation should I use?
Any notation can be used.↓
-
Short:
<meta charset="utf-8" />
-
Long:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />