单独显示这个样式

来源:1-2 佛靠金装,人靠衣装 - html和css的关系

sphaol

2015-12-01 13:43

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

写回答 关注

5回答

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

    表示不理解啥意思

    sphaol

    非常感谢!

    2015-12-01 15:17:46

    共 1 条回复 >

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

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

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

    GOOD,THANK U,I am a newer for html

    junior...

    不客气

    2015-12-01 16:11:14

    共 1 条回复 >

  • 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>有任何影响

初识HTML(5)+CSS(3)-升级版

HTML(5)+CSS(3)基础教程8小时带领大家步步深入学习标签用法和意义

1225297 学习 · 18230 问题

查看课程

相似问题