DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> WEB網站前端 >> 前端技巧 >> 一小段html代碼將就能將百度搜索欄包含到你的頁面裡
一小段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="search1" name="word"/></td>
            <td><br/><input type="submit" value="搜索" /></td>
         </tr>
    </table>
</form>

效果如圖所示:

XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved