请问代码是否正确
来源:3-24 编程练习
mogu54mogu
2019-05-08 11:00:57
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>伪类选择器</title> <style type="text/css"> div a:hover{font-size: 30px;} p a:hover{font-weight: bold;} </style> </head> <body> <div> <a href="http://www.imooc.com">点击一下</a> </div> <p> <a href="http://www.baidu.com">百度一下</a> </p> </body> </html>
1回答
同学你好,代码是没有问题的,很棒哦!
祝学习愉快!
相似问题