Home > Web Front-end > HTML Tutorial > html 按钮的三种形式_html/css_WEB-ITnose

html 按钮的三种形式_html/css_WEB-ITnose

WBOY
Release: 2016-06-21 09:09:15
Original
1410 people have browsed it

第一种:form表单 中使用

<button class="btn btn-primary"><i class="fa fa-search"></i>商品搜索</button>
Copy after login

第二种

<input type="submit" class="btn btn-primary" value="保存特价活动" onclick=" return checksave()">
Copy after login

第三种标签

<a class="btn btn-primary" href="${ctx}/special/add.action"><i class="fa fa-plus"></i>新增活动</a>
Copy after login


source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template