📄 12.html
字号:
<html>
<head>
<title>CSS Demo</title>
<style>
a:link { font-size: 18pt;
font-weight: bold;
text-decoration: none;
color: #008000; }
a:hover { text-decoration: underline;
color: #00FF00; }
a:active { color: #FFFF00; }
a:visited { color: #003300; }
a:focus { border: dotted 1px #000000;
color: #00FF00; }
</style>
</head>
<body>
<a href="javascript:void(null);">超级联接</a><p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -