问答详情
源自:1-3 使用说明书 - 标签的语法

有什么问题吗?

<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>

提问者:qq_SuperMario_1 2017-03-08 21:30

个回答

  • 慕粉1615359727
    2017-03-08 21:32:39
    已采纳

    text写错了啊

  • 刘智勇1
    2017-03-08 21:36:03

    第5行 text单词写错<style type="text/css">

  • xcccccc
    2017-03-08 21:35:34

     应该是<style type="text/css">
            h1{color:#30}
            </style>

  • caiyuanliang
    2017-03-08 21:35:33

    "texe"拼写错误,应该是“text”

  • Livefortoday0
    2017-03-08 21:34:54

         h1{color:#30}在30后面加;

  • 涂魄
    2017-03-08 21:34:09

    <style type="text/css">