Menu
×
×
正确
<style>
@(2) {
@(7): @(6);
}
</style>
<body>
<ul>
<li>Apple</li>
<li>Orange</li>
<li>Pear</li>
</ul>
</body>
<style>
li {
display: inline;
}
</style>
<body>
<ul>
<li>Apple</li>
<li>Orange</li>
<li>Pear</li>
</ul>
</body>
不正确
点击 此处 重试 正确
下一题 ❯<style>w3exercise_input_no_0{w3exercise_input_no_1:w3exercise_input_no_2; } </style> <body> <ul> <li>Apple</li> <li>Orange</li> <li>Pear</li> </ul> </body> |