阅读背景:

如何写一段html代码,将百度搜索栏包含到你的页面来?

来源:互联网 

将百度搜索栏包含到你的页面来:

<html>
<head>
    <title>包含百度页面</title>
</head>
<body>
<form id="bdfm" target="_blank" name="bdfm" method="get" action="https://www.baidu.com/s">
    <table>
       <tr>
            <td>
                 <a href="/go.html?url=https://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><html>
<head>
    <tit



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: