Menu
×
×
正确
<!DOCTYPE html>
<html> <head> <style> @(4) @(1) @(16):yellow; @(1) </style> </head> <body> <h1>My Home Page</h1> </body> </html>
<!DOCTYPE html>
<html> <head> <style> body { background-color:yellow; } </style> </head> <body> <h1>My Home Page</h1> </body> </html> 不正确
点击 此处 重试 正确
下一题 ❯w3exercise_input_no_0 w3exercise_input_no_1 w3exercise_input_no_2 w3exercise_input_no_3 |