1. 程式人生 > >如何寫一段html程式碼,將百度搜索欄包含到你的頁面來?

如何寫一段html程式碼,將百度搜索欄包含到你的頁面來?

將百度搜索欄包含到你的頁面來:

<html>
<head>
    <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>
</body>
</html>

效果圖