如何使用html代码将百度搜索栏包含到你的页面里
更新:HHH   时间:2023-1-7


这篇文章给大家分享的是有关如何使用html代码将百度搜索栏包含到你的页面里的内容。小编觉得挺实用的,因此分享给大家做个参考,一起跟随小编过来看看吧。

<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="search2" name="word"/></td>
            <td><br/><input type="submit" value="搜索" /></td>
         </tr>
    </table>
</form>

效果如图所示:

感谢各位的阅读!关于“如何使用html代码将百度搜索栏包含到你的页面里”这篇文章就分享到这里了,希望以上内容可以对大家有一定的帮助,让大家可以学到更多知识,如果觉得文章不错,可以把它分享出去让更多的人看到吧!

返回移动开发教程...