简单教程
提交运行
代码编辑器:
<!DOCTYPE html> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://cdn.bootcss.com/foundation/5.5.3/css/foundation.min.css"> <div style="padding:20px;"> <h2>按钮元素</h2> <a href="#" class="button info" role="button">链接按钮</a> <button type="button" class="button info">按钮</button> <input type="button" class="button info" value="Input 按钮"> <input type="submit" class="button info" value="Submit 按钮"> </div>
运行结果: