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">。

阅读量:43
阅读量:189
阅读量:158
阅读量:87
阅读量:121
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">。
