qq_SuperMario_1
2017-03-08 21:30
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>标签的语法</title>
<style type="texe/css">
h1{color:#30}
</style>
</head>
<body>
<h1>在本教程</h1>
</body>
</html>
text写错了啊
第5行 text单词写错<style type="text/css">
应该是<style type="text/css">
h1{color:#30}
</style>
"texe"拼写错误,应该是“text”
h1{color:#30}在30后面加;
<style type="text/css">
初识HTML(5)+CSS(3)-升级版
1225308 学习 · 18230 问题
相似问题