我是一個全新的編碼,並且無法確定爲什麼兩個看似相同的代碼工作不一樣。這個練習只涉及在網頁上顯示圖片。很簡單,但我不明白爲什麼相同的代碼只能用於兩次。圖片不會出現
此代碼:
<div class="col-sm-6">
<div class="well text-center">
<div>
img class="img-responsive" src="http://pre10.deviantart.net/1d23/th/pre/i/2013/070/1/e/grumpy_cat_by_bwcopy-d5xod2v.jpg"
</div>
儘管此代碼不:
<div class="col-sm-6">
<div class="well text-center">
<div>
img class="img-responsive" src="https://img.buzzfeed.com/buzzfeed-static/static/2015-04/21/16/enhanced/webdr05/enhanced-31550-1429646952-7.jpg"
</div>
我檢查了源非工作的照片,這是有效的。 (如果你喜歡超可愛的小狗,請自己檢查一下)。
我沒有看到什麼? (顯然除了小狗圖片)。
謝謝。
認爲你缺少的開閉img'的'括號:' ' – linusg