zoukankan      html  css  js  c++  java
  • 网页嵌入搜索引擎

    <html>
    <head>
    <title>网页嵌入搜索引擎</title>
    <meta charset="utf-8">
    </head>
    <body>
    <table cellSpacing=0 cellPadding=0 width=760 align=center border=0>
     <tr>
      <td valign=top>
      <form action=https://www.baidu.com/baidu target=_blank><img width="120" height="60" border="0" src="https://www.baidu.com/img/bd_logo1.png">
      <input size=30 name=word> 
      <input type=submit value=百度一下>
      </form>
      </td>
     </tr>
     <tr>
      <td>
       <form action=https://www.sogou.com/web target=_blank><img height=60 width=120 border=0 src="https://www.sogou.com/index/images/logo_440x140.png">
       <input size=30 name=query>
       <input type=submit value=搜狗搜索 name=sogou_submit>
       </form>
      </td>
      <td></td>
     </tr>
     <tr>
      <td width=25%><a href="http://www.xuan369.com/so/qqkk8_1.jsp"  target="_blank"></a>
      </td>
     </tr>
     <tr>
      <td>
       <form action="https://www.so.com/s" target="_blacnk">  
       <img src="https://p.ssl.qhimg.com/t01d1f1a2ae31e3c3e4.png" width="120 height="30" />
       <input size="30" name="q" type="text" x-webkit-speech="" autocomplete="off" id="input" value="">    
       <input type="submit" id="search-button" value="360搜索" /> 
       </form>
      </td>
     </tr>
    </table> 
    </body>
    </html>

  • 相关阅读:
    204. 计数质数
    面试题 16.06. 最小差
    8. ubantu系统相关
    7. 理论
    6. 图像处理
    5.git
    4.Torch量化
    3.Torch优化工具
    2.DB算法及代码问题分析
    1. 显卡相关问题
  • 原文地址:https://www.cnblogs.com/beautiful-code/p/6416699.html
Copyright © 2011-2022 走看看