bootstrap --- > 表单

在这里插入图片描述

// HTML >>> 第一种样式
<!DOCTYPE html>
<html>
<head>
	<link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/4.0.0/css/bootstrap.min.css" 
		  integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
</head>
<body style="padding:5px;">
	
<form role="form">
	<div class="form-group">
		<label for="Email1">邮箱地址</label>
		<input type="email" class="form-control" id="Email1" placeholder="Enter email">
		<!-- 添加 form-control 类用于将表单设置为 100% 宽度, 并添加样式上的美化 -->
	</div>
	<div class="form-group">
		<label for="Password1">密码</label>
		<input type="password" class="form-control" id="Password1" placeholder="Password">
	</div>
	<div class="form-group">
		<label for="exampleInputFile">文件上传 </label>
		<input type="file" id="exampleInputFile">
		<p class="help-block"> ...... </p>
	</div>
	<div class="checkbox">
		<label>
			<input type="checkbox">请勾选
		</label>
	</div>
	<button type="submit" class="btn btn-default">提交</button>
</form>
	
</body>
</html>

参考 《CSS高效开发实战》 P160

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值