styleexample2.htm
来自「If you are using Internet Explorer on Wi」· HTM 代码 · 共 13 行
HTM
13 行
<html>
<head>
<title>Style Example</title>
</head>
<body>
<p>Move your mouse over the square.</p>
<div id="div1"
style="background-color: red; height: 50px; width: 50px"
onmouseover="this.style.backgroundColor = 'blue'"
onmouseout="this.style.backgroundColor = 'red'"></div>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?