html模版中调用百度。请给出调用代码。分数50,为了免于无人回答,所以回答后给分。请看补充

来源:百度知道 编辑:UC知道 时间:2024/05/16 06:01:08
想在html模版中调用如下图的百度。请给出调用代码。要求高75宽700
现有百度的html 文件名bdun 。

您好,本公司对您的问提问作了尝试,并获得以下内容:
在网页头部(例如<title>标记的下一行)加入:<link href="css文件路径" rel="stylesheet" type="text/css">,这种方法叫外部调用,只要调用一次,也可以内部调用,就是把CSS代码和网页代码写在一起.
(*********感谢使用百度**********)

<form action="http://www.baidu.com/baidu" target="_blank">
<div align="center">
<input name=tn type=hidden value=baidu>
<a href="http://www.baidu.com/"><img src="UpFile/2009-5/1/200951212652405.gif" alt="Baidu" align="bottom" border="0"></a>
<input type=text name=word size=30>
<input type="submit" value="百度搜索">
</div>
</form>