一小段html代码将就能将百度搜索栏包含到你的页
网站建设 2021-07-03 09:08www.dzhlxh.cn网站建设
<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="">
<table>
<tr>
<td>
<a href="">
<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>
<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="">
<table>
<tr>
<td>
<a href="">
<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>
效果如图所示:
上一篇:src与href属性的区别
下一篇:html自适应表格的方法