HTML5-搜索框滑块和简单验证


DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>登录注册title>
head>
<body>
    
  <h1>注册h1>
  
    
<p>邮箱: <input type="email" name="email"/> p> <p>URL: <input type="URL" name="url"/> p> <p>数据: <input type="number" name="num" max="100" min="0" step="2"/> p> <p>音量: <input type="range" name="voice" max="100" min="0" setp="5"/> p> <p>搜索: <input type="search" name="search"/> p> <p> <input type="submit"/> <input type="reset"/> p> form> body> html>