今日总结

今天的内容

学习单选框标签

<html>
<head>
    <title>Title</title>
</head>
<body>
<input type="radio" name="1">1
<input type="radio" name="1">2
<input type="radio" name="1">3
<input type="radio" name="1">4
</body>
</html>

 问题:无

明天的打算:学习HTML

原文地址:https://www.cnblogs.com/MXming/p/14162308.html