有什么問題嗎?
<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>
2017-03-08
text寫錯了啊
2017-03-08
第5行 text單詞寫錯<style type="text/css">
2017-03-08
?應該是<style type="text/css">
??????? h1{color:#30}
??????? </style>
2017-03-08
"texe"拼寫錯誤,應該是“text”
2017-03-08
? ? ?h1{color:#30}在30后面加;
2017-03-08
<style type="text/css">