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

📄 06.htm

📁 介绍了javascript的常用的函数
💻 HTM
字号:
<html>
<head>
<title>按钮式超链接</title>
<style type="text/css">
<!--
a:link{
	background-color: #990000; 
	border:#ffff00 1px solid;
	color: #ffff00; 
	height: 20px; 
	padding:5px;	
	text-decoration: none;
}
a:hover{
	background-color: #c8d8f0; 
	border:#0000ff 1px solid;
	color: #333333; 
	height: 20px; 
	padding:5px;
	text-decoration: none;
}
-->
</style>
</head>
<body>
<a href="#">按钮式超链接</a>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -