<p><%@ page contentType="text/html; charset=utf-8"%> <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %></p> <p>尽知网</p> <!-- HTML5 shim and Respond.js for IE8 support of HTML
一.HTML5表单的特点: HTML5 表单增加了许多内置的控件和控件属性 XHTML 中需要放在 form 之中的诸如 input/button/select/textarea 等标签元素,在 HTML 5 中完全可以放在页面任何位置,并通过新增的 form 属性指向元素所属表单的 ID 值,即可关联起来. 二.HTML5新增的控件类型: email输入类型:<input type="email" name="email" /> 要求输入格式正确的 e