有什么問題嗎?
<html>
??? <head>
??????? <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
??????? <title>標(biāo)簽的語法</title>
??????? <style type="texe/css">
??????? h1{color:#30}
??????? </style>
???? </head>
???? <body>
???? <h1>在本教程</h1>
??? </body>
??? </html>
2017-03-08
text寫錯(cuò)了啊
2017-03-08
第5行 text單詞寫錯(cuò)<style type="text/css">
2017-03-08
?應(yīng)該是<style type="text/css">
??????? h1{color:#30}
??????? </style>
2017-03-08
"texe"拼寫錯(cuò)誤,應(yīng)該是“text”
2017-03-08
? ? ?h1{color:#30}在30后面加;
2017-03-08
<style type="text/css">