Menu
×
×
正确
<style>
@(6) {
@(7): @(5);
}
</style>
<body>
<h1>This is a Heading</h1>
<p>This is a <strong>paragraph</strong></p>
</body>
<style>
strong {
display: block;
}
</style>
<body>
<h1>This is a Heading</h1>
<p>This is a <strong>paragraph</strong></p>
</body>
不正确
点击 此处 重试 正确
下一题 ❯<style>w3exercise_input_no_0{w3exercise_input_no_1:w3exercise_input_no_2; } </style> <body> <h1>This is a Heading</h1> <p>This is a <strong>paragraph</strong></p> </body> |