首页 > 网站 > 网页设计 > 正文

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

2024-08-30 08:35:10
字体:
来源:转载
供稿:网友
<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>

效果如图所示:

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表