一,效果图。
二,代码。
DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CSS 链接(link)title>
<style>
a:link {
color: #ff0000;
text-decoration: none;
background-color: #b2ff99;
}
a:visited {
color: #00ff00;
text-decoration: none;
background-color: #ffff85;
}
a:hover {
color: #ff00ff;
text-decoration: underline;
background-color: #ff704d;
}
a:active {
color: #0000ff;
text-decoration: underline;
background-color: #ff704d;
}
style>
head>
<body>
<p><b><a href="/css" target="_blank">这是一个链接a>b>p>
body>
html>
参考资料:《菜鸟教程》
文章版权归作者所有,未经允许请勿转载,若此文章存在违规行为,您可以联系管理员删除。
转载请注明本文地址:https://www.ucloud.cn/yun/1292.html
一,效果图。 二,代码。 DOCTYPE html> CSS 教程 body { background-color: #d0e4fe; } h1 { color: range; text-align: center; } p { fon...
一,效果图。 二,代码。 DOCTYPE html> CSS 语法 p { color: red; text-align: center; } Hello world! this paragraph is styled with css 参考资料:《菜鸟教程》
一,效果图。 二,代码。 DOCTYPE html> CSS id和class选择器 #para1 { text-align: center; color: red; } .center { text-align: center; } p.center...
摘要:实例改文本插入在元素中该段落有自己的背景颜色背景图片不重复,设置实例背景图片只显示一次,并与文本分开实例中还添加了属性用于让图片与文本间隔开参考资料菜鸟教程一,效果图。 二,代码。 DOCTYPE html> CSS backgrounds h1 { background-color: #6495ed; } ...
摘要:文本加上上划线全变成大写文本的第一行缩进加上下划线全变成小写加上下划线首字母大写去掉链接的下划线参考资料菜鸟教程一,效果图。 二,代码。 DOCTYPE html> CSS Test(文本) body { color: red } h1 { color: #00ff00; ...
阅读 1532·2021-11-23 09:51
阅读 1075·2021-10-12 10:12
阅读 2792·2021-09-22 16:06
阅读 3604·2019-08-30 15:56
阅读 3427·2019-08-30 15:53
阅读 3082·2019-08-29 16:29
阅读 2330·2019-08-29 15:27
阅读 2000·2019-08-26 10:49