码迷,mamicode.com
首页 > Web开发 > 详细

HTML——<meta http-equiv="content-type" content="text/html; charset=UTF-8">

时间:2015-07-19 11:40:42      阅读:280      评论:0      收藏:0      [点我收藏+]

标签:

没有添加这句话的编码方式的话,很容易就乱码了

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>search.html</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<style>div, body, span {font-size:14px; }</style>
</head>

 

HTML——<meta http-equiv="content-type" content="text/html; charset=UTF-8">

标签:

原文地址:http://www.cnblogs.com/snowwhite/p/4658358.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!