HTML #搜索框

###搜索引擎

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>
    <form action="https://www.sogou.com/web" method="get">
        <input type="text" name="query" placeholder="请输入关键字" >
        <input type="submit" value="搜索">
    </form>

</body>
</html>

 效果:

 

###

posted @ 2017-08-21 16:59  陈奕迅-可以了  阅读(425)  评论(0编辑  收藏  举报