第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時(shí)綁定郵箱和手機(jī)立即綁定

大家請教個問題,就是縮小的時(shí)候Toggle點(diǎn)擊沒用

大家請教個問題,就是縮小的時(shí)候Toggle點(diǎn)擊沒用,是哪里寫錯了嗎

正在回答

5 回答

<meta?name="viewport"?content="width=device-width,?initial-scale=1.0">
</form>?去除
<a?href="#"?class="navbar-brand">Brand</a>
<div?class="container">
????<div?class="jumbotron">
????????<h1>Hello,?world!</h1>
????????<p>This?is?a?simple?hero?unit,?a?simple?jumbotron-style?component?for?calling?extra?attention?to?featured?content?or?information.</p>
????</div>
</div>
<div?class="container">
????<div?class="row">
????????<div?class="col-md-9">
????????????<div?class="jumbotron">
????????????????<h1>Hello,?world!</h1>
????????????????<p>This?is?a?simple?hero?unit,?a?simple?jumbotron-style?component?for?calling?extra?attention?to?featured?content?or?information.</p>
????????????</div>
????????</div>
????????<div?class="col-md-3">
????????????<ul?class="list-group">
????????????????<li?class="list-group-item"><a?href="#">Cras?justo?odio</a></li>
????????????????<li?class="list-group-item"><a?href="#">Dapibus?ac?facilisis?in</a></li>
????????????????<li?class="list-group-item"><a?href="#">Morbi?leo?risus</a></li>
????????????????<li?class="list-group-item"><a?href="#">Porta?ac?consectetur?ac</a></li>
????????????????<li?class="list-group-item"><a?href="#">Vestibulum?at?eros</a></li>
????????????</ul>
????????</div>
????</div>
</div>
0 回復(fù) 有任何疑惑可以回復(fù)我~

還有那些div標(biāo)簽,寫那么多沒用的div沒什么用吧,而且還沒有閉合

0 回復(fù) 有任何疑惑可以回復(fù)我~

你的標(biāo)簽好亂啊,form的閉合標(biāo)簽是干嘛的,刪掉試試

1 回復(fù) 有任何疑惑可以回復(fù)我~

<!DOCTYPE html>

<html>

<head>

? ? <meta charset="UTF-8">

? ? <meta name="viewport" content="width-device-widht, initial-scale=1.0">

? ? <link rel="stylesheet" >

? ? <link rel="stylesheet" href="css/bootstrap.min.css">

? ? <link rel="icon" href="../../favicon.ico">

? ? <script src="js/jquery.min.js"></script>

? ? <script src="offcanvas.js"></script>

? ? <link href="offcanvas.css" rel="stylesheet">

? ? <!--[if lt IE 9]>

? ? ? ? <script src="https://oss.maxcdn.com/libs/respond.js/a.3.0/respond.min.js"></script>


? ? <![endif]-->


? ? <title></title>


</head>

<body>

<nav class="navbar navbar-inverse">

? ? <div>

? ? ? ? <!-- Brand and toggle get grouped for better mobile display -->

? ? ? ? <div>

? ? ? ? <div>

? ? ? ? ? ? <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">

? ? ? ? ? ? ? ? <span>Toggle navigation</span>

? ? ? ? ? ? ? ? <span></span>

? ? ? ? ? ? ? ? <span></span>

? ? ? ? ? ? ? ? <span></span>

? ? ? ? ? ? </button>

? ? ? ? ? ? <a href="#">Brand</a>

? ? ? ? </div>


? ? ? ? <!-- Collect the nav links, forms, and other content for toggling -->

? ? ? ? <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">

? ? ? ? ? ? <ul class="nav navbar-nav">

? ? ? ? ? ? ? ? <li><a href="#">Link <span>(current)</span></a></li>

? ? ? ? ? ? ? ? <li><a href="#">Link</a></li>

? ? ? ? ? ? ? ? <li><a href="#">Link1</a></li>

? ? ? ? ? ? </ul>

? ? ? ? ? ? </form>

? ? ? ? </div>

? ? ? ? ? ? </div><!-- /.navbar-collapse -->

? ? </div>

? ? ? ? <!-- /.container-fluid -->

</nav>

<div>

? ? <div>

? ? ? ? <div>

? ? ? ? ? ? <p class="pull-right visible-xs">

? ? ? ? ? ? ? ? <button class="btn-xs btn btn-primary">Toggle</button>

? ? ? ? ? ? </p>

? ? ? ? ? ? <div>

? ? ? ? ? ? ? ? <h1>Hello, world!</h1>

? ? ? ? ? ? ? ? <p>This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p>

? ? ? ? ? ? </div>

? ? ? ? ? ? <div>

? ? ? ? ? ? ? ? <div class="col-6 col-sm-6 col-lg-4">

? ? ? ? ? ? ? ? ? ? <h2>headline</h2>

? ? ? ? ? ? ? ? ? ? <p>This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p>

? ? ? ? ? ? ? ? ? ? <a class="btn btn-default">View detail</a>

? ? ? ? ? ? ? ? </div>

? ? ? ? ? ? ? ? <div class="col-6 col-sm-6 col-lg-4">

? ? ? ? ? ? ? ? ? ? <h2>headline</h2>

? ? ? ? ? ? ? ? ? ? <p>This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p>

? ? ? ? ? ? ? ? ? ? <a class="btn btn-default">View detail</a>

? ? ? ? ? ? ? ? </div>

? ? ? ? ? ? ? ? <div class="col-6 col-sm-6 col-lg-4">

? ? ? ? ? ? ? ? ? ? <h2>headline</h2>

? ? ? ? ? ? ? ? ? ? <p>This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p>

? ? ? ? ? ? ? ? ? ? <a class="btn btn-default">View detail</a>

? ? ? ? ? ? ? ? </div>

? ? ? ? ? ? ? ? <div class="col-6 col-sm-6 col-lg-4">

? ? ? ? ? ? ? ? ? ? <h2>headline</h2>

? ? ? ? ? ? ? ? ? ? <p>This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p>

? ? ? ? ? ? ? ? ? ? <a class="btn btn-default">View detail</a>

? ? ? ? ? ? ? ? </div>

? ? ? ? ? ? ? ? <div class="col-6 col-sm-6 col-lg-4">

? ? ? ? ? ? ? ? ? ? <h2>headline</h2>

? ? ? ? ? ? ? ? ? ? <p>This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p>

? ? ? ? ? ? ? ? ? ? <a class="btn btn-default">View detail</a>

? ? ? ? ? ? ? ? </div>

? ? ? ? ? ? ? ? <div class="col-6 col-sm-6 col-lg-4">

? ? ? ? ? ? ? ? ? ? <h2>headline</h2>

? ? ? ? ? ? ? ? ? ? <p>This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p>

? ? ? ? ? ? ? ? ? ? <a class="btn btn-default">View detail</a>

? ? ? ? ? ? ? ? </div>

? ? ? ? ? ? </div>



? ? ? ? </div>

? ? ? ? <div>

? ? ? ? <ul>

? ? ? ? ? ? <li>Cras justo odio</li>

? ? ? ? ? ? <li>Dapibus ac facilisis in</li>

? ? ? ? ? ? <li>Morbi leo risus</li>

? ? ? ? ? ? <li>Porta ac consectetur ac</li>

? ? ? ? ? ? <li>Vestibulum at eros</li>

? ? ? ? </ul>

? ? ? ? </div>

? ? </div>

</div>

</body>

</html>


0 回復(fù) 有任何疑惑可以回復(fù)我~

大哥,你的代碼呢

0 回復(fù) 有任何疑惑可以回復(fù)我~
#1

why_aa 提問者

我把代碼貼上去了,幫我看下那里的問題, 謝謝
2016-05-04 回復(fù) 有任何疑惑可以回復(fù)我~

舉報(bào)

0/150
提交
取消

大家請教個問題,就是縮小的時(shí)候Toggle點(diǎn)擊沒用

我要回答 關(guān)注問題
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號