fmpq.com
源代码:
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Fmpq教程(fmpq.com)</title> </head> <body id="w3s" bgcolor="#E6E6FA"> <script> document.write("背景颜色是: ") document.write(document.getElementById("w3s").bgColor); </script> <p><b>注意:</b>Internet Explorer总是返回十六进制的颜色,而大多数其他浏览器返回属性值。</p> <p><b>注意:</b> 如果使用颜色名称,不同的浏览器可能呈现不同的颜色,和Firefox如果属性值在RGB代码中时有问题(不会显示正确的颜色)。</p> <p><b>贴士:</b>在所有的浏览器产生相同的结果,总是使用十六进制代码来指定颜色。</p> </body> </html>
运行结果