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

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

WBOY
WBOYOriginal
2016-06-21 09:09:151394browse

第一种:form表单 中使用

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

第二种

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

第三种标签

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


Statement:
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