• 2022-05-31
    语句______用于在HTML表单中添加默认选中的复选框。
    A: <input type=radio name=s checked>
    B: <input type=radio name=s enabled>
    C: <input type=checkbox name=s checked>
    D: <input type=checkbox name=s enabled>