[2016-01-15][html][简单搜索框]

[2016-01-15][html][简单搜索框]

  
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
    <head>
        <title>搜索框</title>
        <meta charset="utf-8">
    </head>
    <body>
        <table>
            <tr colspan = 2>
            <tr>
            <form action="https://www.baidu.com/s" name="name" target = "_blank">
                <td> <input type = "text" name = "wd" size = 60> </td>
                <td> <input type = "submit" value = "搜索">  </td>
            </form></tr>
        </table>
    </body>
</html>


来自为知笔记(Wiz)


posted on 2016-01-15 15:19  红洋  阅读(270)  评论(0)    收藏  举报

导航