问答详情
源自:1-2 佛靠金装,人靠衣装 - html和css的关系

单独显示这个样式

但是,怎么才是对某个h1单独这么显示呢!

提问者:sphaol 2015-12-01 13:43

个回答

  • juniortalant
    2015-12-01 15:14:56
    已采纳

    表示不理解啥意思

  • echo_kinchao
    2015-12-01 16:53:41

    可能是想对某一个词单独标识吧

  • sphaol
    2015-12-01 15:43:12

    GOOD,THANK U,I am a newer for html

  • juniortalant
    2015-12-01 15:25:35

    <h1 class="myH1"></h1> 

    .myH1{

    color:blue;

    font-size:14px;

    }


  • sphaol
    2015-12-01 15:20:56

    <stype type = "text/css">
    h1{
    color:blue;
    font-size:14px;
    }
    </stype>

    会对所有的<h1>有影响,但是我只想对某个<h1>title</h1>有影响,不想对其他的<h1>有任何影响