加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 资源网站 > 资源 > 正文

html – 可以选择两个单选按钮

发布时间:2020-12-14 18:43:47 所属栏目:资源 来源:网络整理
导读:我有2个单选按钮,但可以选择两个单选按钮, form class="descriptions" id="collection" method="post" action="" table width="200" tr td labelCollection/label input type="radio" value="collection" / /td td labelDelivery/label input type="radio" v
我有2个单选按钮,但可以选择两个单选按钮,
<form class="descriptions" id="collection"  method="post" action="">
                          <table width="200">
                              <tr>
                                <td>
                                  <label>Collection</label>
                                  <input type="radio" value="collection" />
                                </td>
                                <td>
                                  <label>Delivery</label>
                                  <input type="radio" value="delivery"    />
                                </td>  
                            </tr>
                         </table>

                </form>

我知道这很容易,但我似乎无法找到答案,
任何帮助,将不胜感激.

解决方法

给他们相同的名字.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读