链接框
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了链接框相关的知识,希望对你有一定的参考价值。
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <style> a:link,a:visited { display:block; font-weight:bold; font-size:14px; font-family:sans-serif; color:#33F; background-color:#FF0; width:100px; text-align:center; padding:5px; text-decoration:none; } a:hover,a:active { background-color:#7A991A; } </style> </head> <body> <a href="http://www.baidu.com" target="_blank">点击这里</a> </body> </html>
以上是关于链接框的主要内容,如果未能解决你的问题,请参考以下文章