html怎么设置网页编码
1、html中用meta标签的charset属性来设置网页编码,常用的编码为“UTF-8”。

2、html5定义字符编码:<meta charset="UTF-8">。

3、HTML 4.01定义字符编码:<meta http-equiv="content-type" content="text/html; charset=UTF-8">。

阅读量:29
阅读量:160
阅读量:146
阅读量:56
阅读量:74
1、html中用meta标签的charset属性来设置网页编码,常用的编码为“UTF-8”。

2、html5定义字符编码:<meta charset="UTF-8">。

3、HTML 4.01定义字符编码:<meta http-equiv="content-type" content="text/html; charset=UTF-8">。
