EduCoder_web实训作业--对表单进行验证

第一关

A C D B C

第二关

 <!-- ********* Begin ******* -->
      <input type="password" maxlength="6" required="required" title="请输入不超过6位的密码!"></input>
   <!-- ********* End ********* -->

第三关

   <!-- ********* Begin ******* -->
     <input type="email" required="required" placeholder="输入格式:xxx@xxx"></input>
   <!-- ********* End ********* -->

第四关

 <!-- ********* Begin ******* -->
     <input type="text" required="required" pattern="^[1-9]?[0-9]$"/>

        <!-- ********* End ********* -->

欢迎关注我的公众号!
获取更多资源
在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/weixin_45803282/article/details/110497658
今日推荐