
css笔记
文倾城
不为圣贤,便是禽兽。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
CSS 外部样式引用
<linkrel="stylesheet"type="text/css"href="style.css"> 其中,style.css 和该html页面处在同一目录下原创 2021-04-07 08:55:25 · 342 阅读 · 0 评论 -
CSS 超链接<a>标签去掉下划线
属性:text-decoration 设置为 none <ahref="http://www.baidu.com/"style="text-decoration:none;">百度</a>原创 2021-04-07 08:44:40 · 315 阅读 · 0 评论