问答详情
源自:1-1 为什么学习JavaScript

那么问题来了,怎么把 “hello”整成蓝色

那么问题来了,怎么把 “hello”整成蓝色

提问者:慕圣8015049 2019-08-01 01:00

个回答

  • 慕运维2108638
    2020-01-08 22:58:20

    咳咳咳咳咳

  • 慕运维2108638
    2020-01-08 22:58:01

    就斤斤计较

  • qq_宝慕林4595195
    2019-09-03 21:05:00

    document.write("<font color='blue'>hello</font>");

    <!--你的意思应该是这样吧-->

    document.write("<font color='blue'>hello</font>"); 



  • 慕斯卡8375291
    2019-08-03 20:06:39

    <p> hello </p>

    <p> hello </p>

    let pColor = document.getElementsByTagName("p")[0];
    pColor.style.color = "blue";


  • 慕标5372176
    2019-08-01 08:28:01

    object.style.color="blue"