百度页面的制作

这是一个百度页面,可以在输入框中搜索,查询

<!DOCTYPE html>
<html>
 <head>
  <meta charset="UTF-8">
  <title>百度一下,你就知道</title>
  <style>
   a{
    margin-right: 30px;
    font-weight: 700;
    color: black;
   }
   #main{
    /*居中显示*/
    margin: 0px auto;
    width: 500px;
    
   }
   #main>img{
    margin-bottom: 30px;
    margin-top: 50px;
    margin-left: 100px;
   }
   #wd{
    width: 400px;
    height: 30px;
   }
   #mit{
    width: 80px;
    height: 33px;
   }
  </style>
 </head>
 <body>
  <div id="top" style="text-align: right;margin-top: 15px;">
   <a href="https://hy.nuomi.com/?lf=2">糯米</a>
   <a href="http://news.baidu.com/">新闻</a>
   <a href="https://www.hao123.com/">好123</a>
   <a href="http://map.baidu.com/">地图</a>
   <a href="http://v.baidu.com/">视频</a>
   <a href="https://tieba.baidu.com/index.html">贴吧</a>
  </div>
  <div id="main">
   <img src="https://www.baidu.com/img/38270_b8c2a909848579fb12dc61f16ea9cde2.gif" />
   <form action="https://www.baidu.com/s">
    <input type="text" name="wd" id="wd"><input type="submit" value="百度一下" name="" id="mit"/></input>
   </form>
  </div>
 </body>
</html>

最后的效果图如下:


制作百度搜索页面需要一定的HTML和CSS知识。以下是一个简单的示例,供参考: ```html <!DOCTYPE html> <html> <head> <title>百度搜索</title> <style type="text/css"> body { background-color: #f0f0f0; font-family: Arial, sans-serif; } .container { max-width: 800px; margin: 0 auto; padding: 20px; background-color: #fff; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); } .form-group { display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 20px; } .form-group input[type="text"] { flex: 1; padding: 10px; border: none; border-radius: 4px; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); font-size: 18px; line-height: 24px; color: #333; } .form-group button[type="submit"] { padding: 10px 20px; background-color: #3385ff; border: none; border-radius: 4px; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); font-size: 18px; line-height: 24px; color: #fff; cursor: pointer; } .form-group button[type="submit"]:hover { background-color: #2977e8; } </style> </head> <body> <div class="container"> <form action="https://www.baidu.com/s" method="get"> <div class="form-group"> <input type="text" name="wd" placeholder="请输入搜索关键词"> <button type="submit">百度一下</button> </div> </form> </div> </body> </html> ``` 解释: - `<!DOCTYPE html>`:声明HTML文档类型。 - `<html>`:HTML文档的根元素。 - `<head>`:文档头部,包括了页面的元数据和引用的外部资源。 - `<title>`:文档标题,显示在浏览器的标签页上。 - `<style>`:定义文档的样式。 - `<body>`:HTML文档的主体部分。 - `.container`:定义一个容器,包含搜索表单。 - `.form-group`:定义一个表单组,包含搜索输入框和提交按钮。 - `action`:定义提交表单时要请求的URL地址。 - `method`:定义表单提交的HTTP方法,这里使用GET方法。 - `name`:定义表单字段的名称。 - `placeholder`:定义输入框的默认提示文本。 - `type="submit"`:定义一个提交按钮。 这段HTML代码生成的页面如下所示: ![百度搜索页面](https://i.imgur.com/5Zi6qkH.png)
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值