|
马上注册,结交更多好友,享用更多功能^_^
您需要 登录 才可以下载或查看,没有账号?立即注册
x
大家好,为啥我写出来的网页显示不出来文字呢?全是一些“һֻ�������е���”这个东西,求助各位小伙伴们这是咋回事啊?!
这是我写的程序:
<!DOCTYPE html>
<html>
<head>
<title>一只特立独行的猪</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="123">
<meta name="description" content="1245">
<meta name="author" content="684">
<style>
body {
background-image:url("img/jiyi.jpg")
}
h1{
text-align:center;
color:white;
}
</style>
</head>
<body>
<h1>一只特立独行的猪</h1>
<h2>王小波</h2>
<p>
hasfoQGFWiquefhuefhueeeeeeeeeeeeeeeeeeeeeeeeeeeeesckheubKDWQIUDHeuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuufjdvs.woaiejfoIHF;ohfoeIHO;VQHEVJ;Oqhev
</p>
</body>
</html> |
|