下面哪个选项不符合样式表的基本语法规则()
- a:link {color: #FF3366;font-family: "宋体";text-decoration: none;}
- a:visited {font-family: "宋体";color: #339900;text-decoration: none;}
- a:hover {color: #FF6600;font-family: "宋体";text-decoration: underline;}
- a:active (font-family: "宋体";color: #339900;text-decoration: none;) 正确答案
参考答案:D
本站整理,仅供学习参考