document.write("hello");
document.write("<font color='blue'>hello</font>")
document.write("<a style='color:blue'>hello</a>")
以上都不对,使用这个document.write("hello".fontcolor("Blue"));
试了下 上面的都不可以
不行的吧 三四楼write都拼错了
document.writ("hello").style.color = "blue";
document.writ("hello").style.color = "blue"
document.write("hello").style.color = "blue"
document.write("hello").style.color = "blue"