📄 单击时按钮文字变了
字号:
<!--在<head>…</head>之间插入:-->
<style type="text/css">
<!--
.over {color:#000000; background: #fcc546}
.down {color:#000000 background: #fcc546; font-style: italic}
-->
</style>
<!--在<body> …</body>之间插入:-->
<input
type="Button"
onMouseOver="this.className='over';"
onMouseOut="this.className='';"
onMouseDown="this.className='down';"
onMouseUp="this.className='over';"
value="按钮也疯狂"
onClick="this.value='我真的好喜欢你!'" name="Button">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -