HTML学习(11)--滑块与简单验证

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>简单验证</title>
</head>
<body>

<form action="第一个网页.html" method="post">
<p>邮箱:
    <input type="email" name="email">
</p>

<p>网址:
    <input type="url" name="url">
</p>

<p>数字
    <input type="number" name="number">
</p>

<p>滑块:
    <input type="range" name="range" min="0" max="100" step="2">
</p>

<p>搜索:
    <input type="search" name="search">
</p>

    <P>
       <label for="mark">点点看</label>
        <input type="text" id="mark">
    </P>

    <input type="submit">
</form>
</body>
</html>

全部评论

相关推荐

点赞 评论 收藏
分享
06-07 19:59
门头沟学院 C++
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务