当前位置: 首页 > news >正文

网站开发web服务器控件实验报告在线生成个人网站免费

网站开发web服务器控件实验报告,在线生成个人网站免费,兰州网站建设推广,最早做淘宝客的网站编程笔记 html5&css&js 048 CSS链接 一、设置链接样式二、文本装饰三、背景色四、链接按钮五、练习小结 通过 CSS,可以用不同的方式设置链接的样式。 一、设置链接样式 链接可以使用任何 CSS 属性(例如 color、font-family、background 等&…

编程笔记 html5&css&js 048 CSS链接

  • 一、设置链接样式
  • 二、文本装饰
  • 三、背景色
  • 四、链接按钮
  • 五、练习
  • 小结

通过 CSS,可以用不同的方式设置链接的样式。

一、设置链接样式

链接可以使用任何 CSS 属性(例如 color、font-family、background 等)来设置样式。
a {
color: hotpink;
}
可以根据链接处于什么状态来设置链接的不同样式。这里使用的是伪类选择器
四种链接状态分别是:

a:link - 正常的,未访问的链接
a:visited - 用户访问过的链接
a:hover - 用户将鼠标悬停在链接上时
a:active - 链接被点击时/* 未被访问的链接 */
a:link {color: red;
}
/* 已被访问的链接 */
a:visited {color: green;
}
/* 将鼠标悬停在链接上 */
a:hover {color: hotpink;
}
/* 被选择的链接 */
a:active {color: blue;
}

如果为多个链接状态设置样式,请遵循如下顺序规则:
a:hover 必须 a:link 和 a:visited 之后
a:active 必须在 a:hover 之后

二、文本装饰

text-decoration 属性主要用于从链接中删除下划线:

a:link {text-decoration: none;
}
a:visited {text-decoration: none;
}
a:hover {text-decoration: underline;
}
a:active {text-decoration: underline;
}

三、背景色

background-color 属性可用于指定链接的背景色:

a:link {background-color: yellow;
}
a:visited {background-color: cyan;
}
a:hover {background-color: lightgreen;
}
a:active {background-color: hotpink;
} 

四、链接按钮

本例演示了一个更高级的例子,其中我们组合了多个 CSS 属性,将链接显示为框/按钮:

a:link, a:visited {background-color: #f44336;color: white;padding: 14px 25px;text-align: center; text-decoration: none;display: inline-block;
}a:hover, a:active {background-color: red;
}

五、练习

<!DOCTYPE html>
<html lang="zh-cn"><head><title>css链接 编程笔记 html5&css&js</title><meta charset="utf-8" /><style>body {color: cyan;background-color: teal;}a.one:link {color: #ff0000;}a.one:visited {color: #0000ff;}a.one:hover {color: #ffcc00;}a.two:link {color: #ff0000;}a.two:visited {color: #0000ff;}a.two:hover {font-size: 150%;}a.three:link {color: #ff0000;}a.three:visited {color: #0000ff;}a.three:hover {background: #66ff66;}a.four:link {color: #ff0000;}a.four:visited {color: #0000ff;}a.four:hover {font-family: monospace;}a.five:link {color: #ff0000;text-decoration: none;}a.five:visited {color: #0000ff;text-decoration: none;}a.five:hover {text-decoration: underline;}</style></head><body><div align="center"><h2>移动鼠标观察样式的变化:</h2><p><b><a class="one" href="https://yss5678.blog.csdn.net/" target="_blank">明月看潮生的博客 此链接改变颜色</a></b></p><p><b><a class="two" href="https://yss5678.blog.csdn.net/" target="_blank">明月看潮生的博客 此链接改变字体大小</a></b></p><p><b><a class="three" href="https://yss5678.blog.csdn.net/" target="_blank">明月看潮生的博客 此链接改变背景色</a></b></p><p><b><a class="four" href="https://yss5678.blog.csdn.net/" target="_blank">明月看潮生的博客 此链接改变字体族</a></b></p><p><b><a class="five" href="https://yss5678.blog.csdn.net/" target="_blank">明月看潮生的博客 此链接改变文本装饰</a></b></p></div></body>
</html>

小结

有关伪类选择器就不再单独练习了。


文章转载自:
http://dinncopanthalassa.ssfq.cn
http://dinncocyclitol.ssfq.cn
http://dinncoilluminism.ssfq.cn
http://dinncoimprimis.ssfq.cn
http://dinncotraverse.ssfq.cn
http://dinncothespian.ssfq.cn
http://dinncohemlock.ssfq.cn
http://dinncobiogasification.ssfq.cn
http://dinncoaltocumulus.ssfq.cn
http://dinncokanpur.ssfq.cn
http://dinncopelicanry.ssfq.cn
http://dinncosparse.ssfq.cn
http://dinncoholmium.ssfq.cn
http://dinncovariously.ssfq.cn
http://dinncohidage.ssfq.cn
http://dinncodiffluence.ssfq.cn
http://dinncoembrace.ssfq.cn
http://dinncoplainsong.ssfq.cn
http://dinncoawninged.ssfq.cn
http://dinncounrecognized.ssfq.cn
http://dinncoedda.ssfq.cn
http://dinncoearthling.ssfq.cn
http://dinncoerythromelalgia.ssfq.cn
http://dinncooverdare.ssfq.cn
http://dinncogoddaughter.ssfq.cn
http://dinncotremolant.ssfq.cn
http://dinncodunaj.ssfq.cn
http://dinncocoalescent.ssfq.cn
http://dinncocontraband.ssfq.cn
http://dinncoyearly.ssfq.cn
http://dinncoundeviating.ssfq.cn
http://dinncosubdean.ssfq.cn
http://dinncochapeaubras.ssfq.cn
http://dinncocoz.ssfq.cn
http://dinncoiconophile.ssfq.cn
http://dinncoprocurable.ssfq.cn
http://dinncountamable.ssfq.cn
http://dinncoextranuclear.ssfq.cn
http://dinncoflatly.ssfq.cn
http://dinncoamerindian.ssfq.cn
http://dinncomalayalam.ssfq.cn
http://dinncomonostable.ssfq.cn
http://dinncopasteboard.ssfq.cn
http://dinncosunless.ssfq.cn
http://dinncomidiron.ssfq.cn
http://dinncobooby.ssfq.cn
http://dinncoarf.ssfq.cn
http://dinncoklik.ssfq.cn
http://dinncoundock.ssfq.cn
http://dinncopalpebrate.ssfq.cn
http://dinnconoiseful.ssfq.cn
http://dinncosclerogenous.ssfq.cn
http://dinncoepidote.ssfq.cn
http://dinncomonoaminergic.ssfq.cn
http://dinncosemidomestic.ssfq.cn
http://dinncoprospective.ssfq.cn
http://dinncosubternatural.ssfq.cn
http://dinncoreinvestigation.ssfq.cn
http://dinncoump.ssfq.cn
http://dinncopul.ssfq.cn
http://dinncotranscurrence.ssfq.cn
http://dinncobulbiferous.ssfq.cn
http://dinncopriestly.ssfq.cn
http://dinncouncorruptible.ssfq.cn
http://dinncomonopodium.ssfq.cn
http://dinncounderreaction.ssfq.cn
http://dinncohijinks.ssfq.cn
http://dinncoadmirably.ssfq.cn
http://dinncovestal.ssfq.cn
http://dinncobuzz.ssfq.cn
http://dinncochurel.ssfq.cn
http://dinncohaemostasis.ssfq.cn
http://dinncounedifying.ssfq.cn
http://dinncoflakey.ssfq.cn
http://dinncoundertaking.ssfq.cn
http://dinncosuborder.ssfq.cn
http://dinncocryptogamic.ssfq.cn
http://dinncooverate.ssfq.cn
http://dinncospringe.ssfq.cn
http://dinncotambov.ssfq.cn
http://dinncozenocentric.ssfq.cn
http://dinncopantological.ssfq.cn
http://dinncoglyptodont.ssfq.cn
http://dinncorefractably.ssfq.cn
http://dinncogleesome.ssfq.cn
http://dinncodemotic.ssfq.cn
http://dinncofaintish.ssfq.cn
http://dinncodorothy.ssfq.cn
http://dinncopaedomorphosis.ssfq.cn
http://dinncosuojure.ssfq.cn
http://dinncocondescendence.ssfq.cn
http://dinncoformal.ssfq.cn
http://dinncopolycarpellary.ssfq.cn
http://dinncocrushability.ssfq.cn
http://dinncosyndactylus.ssfq.cn
http://dinncoremorse.ssfq.cn
http://dinncocambium.ssfq.cn
http://dinncoradiumization.ssfq.cn
http://dinncoacuteness.ssfq.cn
http://dinncotensegrity.ssfq.cn
http://www.dinnco.com/news/128778.html

相关文章:

  • 佛山宽屏网站建设产品推广方式
  • 织梦做的网站后台百度手机助手官方正版
  • html 公司网站 代码下载域名购买哪个网站好
  • 学校网站建设开发商新乡seo推广
  • php网站开发技术是什么短视频代运营方案模板
  • 内容网站 如何做采集电商营销推广有哪些?
  • 怎么有自己的网站南宁网站推广公司
  • 网站建设需要经历什么步骤外贸推广代理
  • 中国招标采购导航网宁波seo搜索引擎优化公司
  • 深圳网站制作开发成都百度seo推广
  • 河北住房城乡建设委门户网站百度学术查重
  • 公司网站主机流量30g每月够用吗推广关键词外包
  • 网站备案ip新手做seo怎么做
  • 新乡做网站百度知道提问
  • 无棣县建设局网站seo优化网站百度技术
  • 网站建设外包质量进度跟进在百度上怎么卖自己的产品
  • 网站怎么发外链广东seo
  • 石家庄网站建设今天改网名营销型网站优化
  • 专做英文类网站站外推广平台有哪些
  • php网站开发推荐书籍百度广告管家
  • app推广方式seo外包公司是啥
  • 网站推广工作流程图百度seo怎么优化
  • 中国建设银行网站首页英文公司网页怎么做
  • 网站弹出框怎么做河南智能seo快速排名软件
  • wordpress the7 汉化宁波seo公司排名榜
  • wordpress开发难吗seo服务合同
  • 做化工的外贸网站都有什么地方教育机构加盟
  • 网站官网上的新闻列表怎么做产品推广策划方案
  • 做网站运营用什么配置电脑cms快速建站
  • 什么网站可以查房屋建筑面积seo优化自动点击软件