码迷,mamicode.com
首页 > 其他好文 > 详细

bootstrap_08_表单

时间:2014-05-13 03:30:05      阅读:250      评论:0      收藏:0      [点我收藏+]

标签:手机

<!doctype html>
<html>
<meta charset="utf-8" />
<head>
<title>益司CMS-PC与手机建站集成</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="http://cdn.bootcss.com/twitter-bootstrap/3.0.3/css/bootstrap.min.css">
<!--<link href="__PUBLIC__/bootstrap/css/bootstrap-theme.css" rel="stylesheet" />-->
<!--[if It IE 9]>
    <script src="http//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body">
<div class="container">
<!--
    
-->
<form>
    <h1 class="page-header">表单</h1>
    <label for="username" >用户名</label>
    <input type="text" placeholder="请输入用户名" class="span3" id="username" />
    <p class="help-block">用户名必需是真实的</p>
</form>
</div>
<script src="http://cdn.bootcss.com/jquery/1.10.2/jquery.min.js"></script>
<script src="http://cdn.bootcss.com/twitter-bootstrap/3.0.3/js/bootstrap.min.js"></script>
</body>
</html>


bootstrap_08_表单,布布扣,bubuko.com

bootstrap_08_表单

标签:手机

原文地址:http://6846041.blog.51cto.com/6836041/1409662

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!