styleexample3.htm

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

HTM
12
字号
<html>
    <head>
        <title>Style Example</title>
    </head>
    <body>
        <p>Click on the square.</p>
        <div id="div1" 
             style="background-color: red; height: 50px; width: 50px"
             onclick="alert(this.style.cssText)"></div>
    </body>
</html>

⌨️ 快捷键说明

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