Menu
×
×
正确
<html>
<body @(5)="@(17);"> <h1>This is a heading</h1> <p>This is a paragraph.</p> </body> </html>
<html>
<body style="text-align:center;"> <h1>This is a heading</h1> <p>This is a paragraph.</p> </body> </html>
<html>
<body style='text-align:center;'> <h1>This is a heading</h1> <p>This is a paragraph.</p> </body> </html> 不正确
点击 此处 重试 正确
下一题 ❯w3exercise_input_no_0 w3exercise_input_no_1 |