下面哪个选项不符合样式表的基本语法规则
查询中… - 编辑:admin -题目类型:
单选题
题目:
下面哪个选项不符合样式表的基本语法规则
选项:
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;)
答案:
a:active (font-family: "宋体";color: #339900;text-decoration: none;)