当前位置:主页 > 查看内容

一小段html代码将就能将百度搜索栏包含到你的页面里

发布时间:2021-05-06 00:00| 位朋友查看

简介:html head meta http-equiv=Content-Type content=text/html; charset=utf-8 / title包含百度页面/title /head body form id=bdfm target=_blank name=bdfm method=get action= http://www.baidu.com/s table tr td a href= http://www.baidu.com img src=img……
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>包含百度页面</title>
</head>
<body>
<form id="bdfm" target="_blank" name="bdfm" method="get" action="http://www.baidu.com/s">
    <table>
       <tr>
            <td>
                 <a href="http://www.baidu.com">
                 <img src="img/baidu.jpg"/>
                 </a>
            </td>
            <td><br/><input type="text" id="search1" name="word"/></td>
            <td><br/><input type="submit" value="搜索" /></td>
         </tr>
    </table>
</form>

效果如图所示:


原文链接:https://m.jb51.net/web/77219.html
本站部分内容转载于网络,版权归原作者所有,转载之目的在于传播更多优秀技术内容,如有侵权请联系QQ/微信:153890879删除,谢谢!

推荐图文


随机推荐