liyuexin1

导航

设置2种不同的链接样式

!DOCTYPE html
html
head
meta charset="UTF-8"
title设置2种不同的链接样式/title
style type="text/css"
a{
text-decoration:none ;
color: black;
}
a#blue{
background-color: red;
}
a.link{
background-color: blue;
}
div.box1,div.box2{
width:100px;
height: 100px;
}
div.box1{background-color: red;}
div.box2{background-color: blue;}



空链接1

内部链接2
外部链接2
锚记
发邮件
运行js脚本

posted on 2026-06-21 12:44  李玥锌  阅读(1)  评论(0)    收藏  举报