document.getElementByID("p1").style.color="blue";没看出有什么效果呀,正常是不是8行的文字变色呀~~
document.getElementByID写错了,应该为document.getElementById("id").style.color="blue"; 而且你的color的css属性应该写在HTML中的标签内嵌 这样才能实现
大小写问题
试试getElementById