Menu
×
×
正确
<!DOCTYPE html>
<html> <head> <style> @(1) {@(6): @(3) solid @(6);} </style> </head> <body> <p>This is a paragraph.</p> <p>This is a paragraph.</p> <p>This is a paragraph.</p> </body> </html>
<!DOCTYPE html>
<html> <head> <style> p {border: 1px solid yellow;} </style> </head> <body> <p>This is a paragraph.</p> <p>This is a paragraph.</p> <p>This is a paragraph.</p> </body> </html> 不正确
点击 此处 重试 正确
下一题 ❯w3exercise_input_no_0 w3exercise_input_no_1: w3exercise_input_no_2 w3exercise_input_no_3 |