900字范文,内容丰富有趣,生活中的好帮手!
900字范文 > html超链接 新弹出窗口 和字体颜色

html超链接 新弹出窗口 和字体颜色

时间:2019-05-24 07:33:00

相关推荐

html超链接 新弹出窗口 和字体颜色

在<A标签中加上 target=’_BLANK’即可,如下例:

文本

另外target还有两个参数:

分别是_self和_top,其中:

_self 在当前窗口中打开,_top 在当前窗口上方打开。

颜色

<style type=“text/css”>

#sidebar a:link,

#sidebar a:visiteid {

color:#FF0000;

text-decoration:none;

}

#sidebar a:hover,

#sidebar a:active {

color:#00FF00;

text-decoration:underline;

}

</style>

<span id=“sidebar”><a href="/" target=’_BLANK’>获取Cron 表达式</a></span>

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。