⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 12.html

📁 《CSS完全使用详解》 源文件下载 书籍源码
💻 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 + -