bootsrap中的输入框demo1
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了bootsrap中的输入框demo1相关的知识,希望对你有一定的参考价值。
<!doctype html>
<html >
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/bootstrap.css"/>
</head>
<body>
<div class="container">
<br/>
<div class="input-group">
<input type="text" class="form-control"/>
<span class="input-group-addon">@qq.com</span>
</div>
</div>
</body>
</html>
以上是关于bootsrap中的输入框demo1的主要内容,如果未能解决你的问题,请参考以下文章
在下拉框输入值的时候,下拉框中的值出现在下拉框中,怎么实现?