W3School TIY Editor
W3School 在线教程
改变方向
暗黑模式
运行代码
<html> <body> <form> 我喜欢自行车: <input type="checkbox" name="Bike"> <br /> 我喜欢汽车: <input type="checkbox" name="Car"> </form> </body> </html>