?? 4.html
字號:
<html>
<head>
<title>CSS Demo</title>
<style>
body { background-color: #AAAAAA; }
.link1 { color: #FF0000; }
.link2 { color: #FFFF00; }
.link3 { color: #00FF00; }
.link4 { color: #0000FF; }
</style>
</head>
<body>
<p><a href="javascript:void(null);" class="link1">超級鏈接1</a>
<p><a href="javascript:void(null);" class="link2">超級鏈接2</a>
<p><a href="javascript:void(null);" class="link3">超級鏈接3</a>
<p><a href="javascript:void(null);" class="link4">超級鏈接4</a>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -