好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

随笔之各大热门网站search搜索框的写法,浅析!

关于搜索框,写法有很多种,搜索框这一块是一个比较细的活,要先计算好他的高、宽;

下面我就以京东搜索框为例,给大家浅析一下。

上面就是最终search框效果图。

先送出代码>>>>>>

  HTML 标签:   
    div   class  ="center_child1"  > 
      form  > 
         input   type  ="text"   name  ="search"   placeholder  ="search练习"  > 
         button  > 搜索   button  >     -------像京东是用的button标签,其他网站,
                              如百度:是用的    input   type  ="submit"   name  =""   >   标签。
       form  > 
   div  >   

查看更多关于随笔之各大热门网站search搜索框的写法,浅析!的详细内容...

  阅读:39次