老是 怎么把hello 字体设置为蓝色

来源:1-1 为什么学习JavaScript

慕粉3145778

2016-07-01 19:47

document.write("hello");

写回答 关注

8回答

  • 慕工程8714263
    2016-09-04 11:19:48

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

    document.write("<a style='color:blue'>hello</a>")

  • torry2015
    2016-07-27 17:38:57

    以上都不对,使用这个document.write("hello".fontcolor("Blue"));http://img.mukewang.com/5798812a00015ad208650201.jpg

  • qq_360四级百科_03476791
    2016-07-12 11:50:46

    试了下 上面的都不可以

  • 大块吃肉188
    2016-07-11 16:16:38

    不行的吧 三四楼write都拼错了

  • 丨魅影
    2016-07-01 20:21:59

    document.writ("hello").style.color = "blue";

  • qq_张大良_03412530
    2016-07-01 20:08:19

    document.writ("hello").style.color = "blue"

  • 两百斤
    2016-07-01 20:04:29

    document.write("hello").style.color = "blue"

  • 烟外寒轻
    2016-07-01 20:02:38

    document.write("hello").style.color = "blue"

JavaScript入门篇

JavaScript做为一名Web工程师的必备技术,本教程让您快速入门

739817 学习 · 9566 问题

查看课程

相似问题