Menu
×
×
正确
<!DOCTYPE html>
<html> <head> <style> @(8) @(1) @(10); @(1) </style> </head> <body> <p id="special">My paragraph</p> </body> </html>
<!DOCTYPE html>
<html> <head> <style> #special { color:blue; } </style> </head> <body> <p id="special">My paragraph</p> </body> </html> 不正确
点击 此处 重试 正确
下一题 ❯w3exercise_input_no_0 w3exercise_input_no_1 w3exercise_input_no_2 w3exercise_input_no_3 |