课堂里老师对align属性的改动是有效的,这里怎么都无效?

课堂里老师对align属性的改动是有效的,这里怎么都无效?

<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <meta http-equiv="X-UA-Compatible" content="ie=edge">

    <title>Document</title>

    <style>

        p{

            width200px;

            height200px;

            backgroundgrey;

            text-aligncenter;

            line-height200px;

        }

    </style>

</head>

<body>

    <p style="color:red;background:blue;">士大夫阿斯利康大家发是否</p>

    <script>

        var a=document.getElementsByTagName("p");

        a[0].setAttribute("color","blue");//无效

        a[0].removeAttribute("color");//无效

        a[0].removeAttribute("height");//无效

        a[0].removeAttribute("background");//无效

        a[0].removeAttribute("line-height");//无效

        a[0].removeAttribute("style");//只对行内样式有效

    </script>

</body>

</html>


正在回答

登陆购买课程后可参与讨论,去登陆

2回答

同学你好,简单的理解就是能够设置或删除直接写在标签上的属性和属性值,如下:

http://img1.sycdn.imooc.com//climg/5df5e4fe09555c8207790090.jpg

如果我的回答帮助了你,希望采纳,祝学习愉快!

  • 慕神4155339 提问者 #1
    这就直白多了,就是说只对行内属性有效?
    2019-12-15 21:47:44
  • 卡布琦诺 回复 提问者 慕神4155339 #2
    可以这么理解~
    2019-12-16 10:46:55
卡布琦诺 2019-12-15 14:16:02

同学你好,setAttribute和removeAttribute不能设置或删除style里面的属性和属性值,也不能设置或删除css中{……}里面的属性和属性值,setAttribute和removeAttribute正确使用方法如下:

http://img1.sycdn.imooc.com//climg/5df5cf67094662ed18560681.jpghttp://img1.sycdn.imooc.com//climg/5df5cf9e0950c9fa18190704.jpg

如果我的回答帮助了你,希望采纳,祝学习愉快!

  • 提问者 慕神4155339 #1
    为什么对align有效,官方翻译setAttribute() 方法添加指定的属性,并为其赋指定的值。color、background这些也是属性,为什么不生效呢?只能删除id/class/name这些吗?那具体又对哪些属性有效呢?
    2019-12-15 15:17:34
问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师