设置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
浙公网安备 33010602011771号