码迷,mamicode.com
首页 > Web开发 > 详细

HTML的搜索框

时间:2017-12-29 12:22:35      阅读:204      评论:0      收藏:0      [点我收藏+]

标签:html

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>搜索框</title>
    <style>
        #demo{background-color:rgba(125,125,125,0.2); height:45px; width:300px;}
    </style>
</head>
<body>

<p>WWF's goal is to:
<q>Build a future where people live in harmony with nature.</q>
<!--q标签添加双引号-->
We hope they succeed.</p>
<form action="" id="demo">
<input type="text" placeholder="搜索......." style="margin:3px;border:1px solid gray;border-radius:2px;width:290px;height:36px;">
</form>
</body>
</html>

浏览器显示

技术分享图片

HTML的搜索框

标签:html

原文地址:http://blog.51cto.com/13400327/2055760

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!