• <small id='W7Tb9'></small><noframes id='W7Tb9'>

      <bdo id='W7Tb9'></bdo><ul id='W7Tb9'></ul>

    <legend id='W7Tb9'><style id='W7Tb9'><dir id='W7Tb9'><q id='W7Tb9'></q></dir></style></legend>

    1. <i id='W7Tb9'><tr id='W7Tb9'><dt id='W7Tb9'><q id='W7Tb9'><span id='W7Tb9'><b id='W7Tb9'><form id='W7Tb9'><ins id='W7Tb9'></ins><ul id='W7Tb9'></ul><sub id='W7Tb9'></sub></form><legend id='W7Tb9'></legend><bdo id='W7Tb9'><pre id='W7Tb9'><center id='W7Tb9'></center></pre></bdo></b><th id='W7Tb9'></th></span></q></dt></tr></i><div id='W7Tb9'><tfoot id='W7Tb9'></tfoot><dl id='W7Tb9'><fieldset id='W7Tb9'></fieldset></dl></div>
    2. <tfoot id='W7Tb9'></tfoot>

        html5:复选框/收音机中名为 required 的属性的意义

        时间:2023-09-08
      1. <i id='McLzp'><tr id='McLzp'><dt id='McLzp'><q id='McLzp'><span id='McLzp'><b id='McLzp'><form id='McLzp'><ins id='McLzp'></ins><ul id='McLzp'></ul><sub id='McLzp'></sub></form><legend id='McLzp'></legend><bdo id='McLzp'><pre id='McLzp'><center id='McLzp'></center></pre></bdo></b><th id='McLzp'></th></span></q></dt></tr></i><div id='McLzp'><tfoot id='McLzp'></tfoot><dl id='McLzp'><fieldset id='McLzp'></fieldset></dl></div>
        <legend id='McLzp'><style id='McLzp'><dir id='McLzp'><q id='McLzp'></q></dir></style></legend>

          <tbody id='McLzp'></tbody>
        <tfoot id='McLzp'></tfoot>

        <small id='McLzp'></small><noframes id='McLzp'>

                <bdo id='McLzp'></bdo><ul id='McLzp'></ul>
                • 本文介绍了html5:复选框/收音机中名为 required 的属性的意义的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  在提交表单时,您怎么可能将复选框/单选按钮标记为必需?

                  On form submission, how could you possibly mark a checkbox/radiobutton as required?

                  灵感来源:Pekka的回答 问题

                  推荐答案

                  必填复选框并不少见.几乎每个注册表单都使用某种形式的我已阅读并接受用户协议"复选框.

                  Required checkboxes are not unusual. Practically every registration form uses some form of the "I have read and accept the User Agreement" checkbox.

                  如果你有 Opera,试试下面的代码.除非选中复选框,否则表单不会提交.

                  If you have Opera handy try out the code below. The form won't submit unless the checkbox is checked.

                  <!doctype html>
                  <html>
                  
                  <head>
                    <title>html5</title>
                  </head>
                  
                  <body>
                    <h1>html5 test</h1>
                    <form action="/">
                      <input type="checkbox" required="required" id="cb" name="cb">
                      <label for="cb">required checkbox</label>
                      <input type="submit">
                    </form>
                  </body>
                  
                  </html>

                  这篇关于html5:复选框/收音机中名为 required 的属性的意义的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:向 HTML 元素添加额外属性是一种不好的做法吗? 下一篇:如何删除 D3.js 中的属性?

                  相关文章

                  最新文章

                  <i id='hK8zN'><tr id='hK8zN'><dt id='hK8zN'><q id='hK8zN'><span id='hK8zN'><b id='hK8zN'><form id='hK8zN'><ins id='hK8zN'></ins><ul id='hK8zN'></ul><sub id='hK8zN'></sub></form><legend id='hK8zN'></legend><bdo id='hK8zN'><pre id='hK8zN'><center id='hK8zN'></center></pre></bdo></b><th id='hK8zN'></th></span></q></dt></tr></i><div id='hK8zN'><tfoot id='hK8zN'></tfoot><dl id='hK8zN'><fieldset id='hK8zN'></fieldset></dl></div>
                • <tfoot id='hK8zN'></tfoot>

                      <bdo id='hK8zN'></bdo><ul id='hK8zN'></ul>

                    1. <small id='hK8zN'></small><noframes id='hK8zN'>

                      <legend id='hK8zN'><style id='hK8zN'><dir id='hK8zN'><q id='hK8zN'></q></dir></style></legend>