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>

时间: 2024-10-18 07:59:43

bootstrap19-内联表单的相关文章

Bootstrap 表单和图片 (内联表单,表单合组,水平排列,复选框和单选框,下拉列表,校验状态,添加额外的图标,控制尺寸,图片)

一.表单 基本格式 注:只有正确设置了输入框的 type 类型,才能被赋予正确的样式. 支持的输入框控件 包括:text.password.datetime.datetime-local.date.month.time.week. number.email.url.search.tel 和 color. <form> <div class="form-group"> <label>电子邮件</label> <input type=&

bootstrap 基础表单 内联表单 横向表单

<!DOCTYPE html> <html> <head> <title></title> <meta charset="utf-8"> <link rel="stylesheet" type="text/css" href="dist/css/bootstrap.css"> </head> <body> <p c

bootstrap-为水平排列的表单和内联表单设置可选的图标

说明 为水平排列的表单和内联表单设置可选的图标 示例 <!DOCTYPE html> <html lang="zh-CN">    <head>      <meta charset="utf-8">      <meta http-equiv="X-UA-Compatible" content="IE=edge">      <meta name="

吴裕雄 Bootstrap 前端框架开发——Bootstrap 表单:内联表单

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Bootstrap 实例 - 内联表单</title> <link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css&q

Bootstrap内联表单

有时候我们需要将表单的控件都在一行内显示,就需要将表单控件设置成内联块元素(display:inline-block). 在Bootstrap框架中实现这样的表单效果是轻而易举的,你只需要在<form>元素中添加类名“form-inline”即可. <form class="form-inline" role="form"> <div class="form-group"> <label class=&q

Bootstrap系列 -- 13. 内联表单

有时候我们需要将表单的控件都在一行内显示.在Bootstrap框架中实现这样的表单效果是轻而易举的,你只需要在<form>元素中添加类名“form-inline”即可 如果你要在input前面添加一个label标签时,会导致input换行显示.如果你必须添加这样的一个label标签,并且不想让input换行,你需要将label标签也放在容器“form-group”中 <form class="form-inline" role="form">

bootstrap: 内联表单;

<form class="form-inline"> <div class="form-group"> <label for="time">Time</label> <input type="text" class="form-control" placeholder="time"> </div> <div c

bootstrap-内联表单 水平(横向)表单 响应式图片 辅助类 [转]

<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <!--媒体查询--> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- 为了确保适当的绘制和触屏缩放,需要在 <head> 之中添加 viewp

bootstrap-内联表单

1.运行效果如图所示 2.实现代码如下 <!DOCTYPE html> <html> <head>     <meta charset="utf-8">     <meta http-equiv="X-UA-Compatible" content="IE=edge">     <title>内联表单</title>     <!-- 最新版本的 Bootst