選單
×
×
正確!
練習新增 Bootstrap 類以將按鈕組合在一起。 <div class="@(9)"> <button class="btn btn-primary">蘋果</button> <button class="btn btn-primary">三星</button> <button class="btn btn-primary">索尼</button> </div>
<div class="btn-group"> <button class="btn btn-primary">蘋果</button> <button class="btn btn-primary">三星</button> <button class="btn btn-primary">索尼</button> </div>
不正確點選這裡 重新嘗試。 正確!下一個 ❯ |
這將重置所有 54 個練習的分數。
您確定要繼續嗎?