Hi,歡迎訪問前端老白
<form action="form_action.php" method="post" novalidate> <p> <label>用戶名:</label> <input type="text" name="username" required pattern="^[a-zA-Z0-9_-]{4,16}$"> </p> <p> <label>密碼:</label> <input type="password" name="password" required pattern="^[a-zA-Z0-9_-]{6,18}$"> </p> <p> <label>郵箱:</label> <input type="email" name="email" required> </p> <p> <label>電話號碼:</label> <input type="tel" name="phone" required> </p> <p> <input type="submit" value="提交"> </p> </form>
老白網絡 (http://www.lofty888.cn/) 前端 后端 zblog主題.網站地圖xml