1 Star 2 Fork 0

李毅卓 / demo7-bg11.18

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
4.html 529 Bytes
一键复制 编辑 原始数据 按行查看 历史
Administrator 提交于 2020-11-18 20:31 . 1
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>伪类选择器</title>
<style type="text/css">
a{text-decoration: none;font-size: 14px;}
a:link{color: blue;}
a:visited{color: gray;}
a:hover{color: red;font-size: 16px;text-decoration: underline;}
a:active{font-style: italic;}
</style>
</head>
<body>
<a href="5.1html">样式规则声明</a>
<a href="5.2html">HTML 选择器</a>
<a href="5.3html">类选择器</a>
<a href="5.4html">ID选择器</a>
</body>
</html>
HTML
1
https://gitee.com/liyizhuo123/demo7-bg11.18.git
git@gitee.com:liyizhuo123/demo7-bg11.18.git
liyizhuo123
demo7-bg11.18
demo7-bg11.18
master

搜索帮助