现在的位置: 首页 > 综合 > 正文

一段html代码将百度搜索栏包含到你的页面来

2014年09月05日 ⁄ 综合 ⁄ 共 471字 ⁄ 字号 评论关闭

 

<html>
<head>
    <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>
</body>
</html>

 

效果图

抱歉!评论已关闭.