📄 web27.html
字号:
<html>
<head>
<title>the page is very good</title>
<body>
<center>
<script language="VBScript">
<!--
Sub but1_onclick()
a=Round(Rnd()*255)
b=Round(Rnd()*255)
c=Round(Rnd()*255)
Window.Document.bgcolor=rgb(a,b,c)
End Sub
Sub but2_onclick()
a=Round(Rnd()*255)
b=Round(Rnd()*255)
c=Round(Rnd()*255)
Window.Document.fgcolor=rgb(a,b,c)
End sub
-->
</script>
<input type="button" name="but1" size=10>
<input type="button" name="but2" size=10>
<font size=6>please check the foreground changing the color</font>
</center>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -