06.htm

来自「介绍了javascript的常用的函数」· HTM 代码 · 共 28 行

HTM
28
字号
<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 + =
减小字号Ctrl + -
显示快捷键?