为了账号安全,请及时绑定邮箱和手机立即绑定

为什么没有效果字体 颜色字号都没变化

<html>
    <head>
    <title>
    大学规划
    </title>
<style type="text/css">


      h1{font-family:"Mirosoft Yahei";font-size:20px;}
     .1{border-bottom:red solid 2px;}
     .2{border-bottom:green dashed 2px;}
     .3{border-bottom:#ccc dashed 2px;}
</style>
</head>
<body>
        <h1>学习大法好</h1>
        <p class=“1”>学习</p><br/>
        <p class="2">学习</p><br/>
        <p class="3">再学习</p>
</body>
</html>

正在回答

2 回答

<body>
        <h1>学习大法好</h1>
        <p class=“1”>学习</p><br/>      # 引号错了,不能用中文的引号

        <p class="2">学习</p><br/>         # 类名称如果用数字开头命名,在IE以外的浏览器中都不识别,改成英文就好了
        <p class="3">再学习</p>
</body>



3 回复 有任何疑惑可以回复我~
#1

慕娘0415944 提问者

谢啦啊
2018-09-28 回复 有任何疑惑可以回复我~

可以不用打引号,直接写选择器名称也行

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么没有效果字体 颜色字号都没变化

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信