為什么把代碼復制到DW中就沒有用了?已經(jīng)引用bootstrap了
為什么把代碼復制到DW中就沒有用了?已經(jīng)引用bootstrap了
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="css/bootstrap.css" rel="stylesheet" type="text/css">
<link href="css/bootstrap-responsive.css" rel="stylesheet" type="text/css">
<link href="css/bootstrap-responsive.min.css" rel="stylesheet" type="text/css">
<p>城市:</p>
<ul class="list-inline">
<li>北京</li>
<li>上海</li> ? ?
<li>南京</li> ? ??
<li>廈門</li> ??
2017-04-27
ul是閉合標簽
2016-07-19
ul的結束標簽沒加
2016-07-14
link 路徑不對
2015-12-25
去掉type屬性呀,你這是link標簽,又不是style標簽,應該寫上rel="stylesheet"
2015-09-02
路徑給覆蓋了?