styleexample6.htm

来自「If you are using Internet Explorer on Wi」· HTM 代码 · 共 14 行

HTM
14
字号
<html>
    <head>
        <title>Style Example</title>
    </head>
    <body>
        <div id="div1" 
             style="background-color: red; height: 50px; width: 50px"
             onmouseover="this.style.setProperty('background-color', 'blue', '')"
             onmouseout="this.style.setProperty('background-color', 'red', '')"></div>
        <p><strong>Note: </strong> Internet Explorer does not support the DOM style methods so this example will fail.</p>

    </body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?