📄 15-3.htm
字号:
<html><head><title>颜色演示</title>
<style type="text/css">
body { background-color: blue }
h1 {color: #FFFF33;}
h2 {color: rgb(255,0,0);}
p { color: white; }
</style>
</head>
<body>
<font size="+1">
<h1>何满子</h1>
<h2>张祜</h2>
<p>故国三千里,深宫二十年。<br>
一声何满子,双泪落君前。
</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -