📄 05.htm
字号:
<html>
<head>
<title>设定超链接样式</title>
<style type="text/css">
<!--
a:link {
font-family: "黑体(P)";
font-size: 20px;
color: #000000;
text-decoration: none;
}
a:hover {
color: #FF0000;
text-decoration: underline;
}
a:visited {
font-family: "黑体(P)";
font-size: 20px;
color: #000000;
text-decoration: none;
}
-->
</style>
</head>
<body>
<a href="#">设定超链接样式</a>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -