日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 >

bootstrap19-内联表单

發布時間:2025/5/22 28 豆豆
生活随笔 收集整理的這篇文章主要介紹了 bootstrap19-内联表单 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<title>內聯表單</title>

<link rel="stylesheet" href="http://cdn.static.runoob.com/libs/bootstrap/3.3.7/css/bootstrap.min.css"> ?

</head>

<body>

<div class="container">

<form action="" role="form" class="form-inline">

<div class="form-group">

<label for="name" class="sr-only">名稱</label>

<input type="text" class="form-control" id="name" placeholder="請輸入名稱">

</div>


<div class="form-group">

? ?? <label for="inputfile" class="sr-only">文件輸入</label>

? ?? <input type="file" id="inputfile">

? ?? <p class="help-block">這里是塊級幫助文本的實例。</p>

?? </div>


?? <div class="checkbox">

? ?? <label>

? ? ?? <input type="checkbox">請打勾

? ?? </label>

?? </div>


?? <button type="submit" class="btn btn-default">提交</button>

</form>

</div>

? ? <script src="http://cdn.static.runoob.com/libs/jquery/2.1.1/jquery.min.js"></script>

?? <script src="http://cdn.static.runoob.com/libs/bootstrap/3.3.7/js/bootstrap.min.js"></script>

</body>

</html>

本文轉自 素顏豬 51CTO博客,原文鏈接:http://blog.51cto.com/suyanzhu/1895700


總結

以上是生活随笔為你收集整理的bootstrap19-内联表单的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。