請問我的引入是哪里有問題呢?
<!DOCTYPE?html> <html> <head> <meta?charset="utf-8"> <meta?http-equiv="X-UA-Compatible"?content="IE=edge"> <title>Hello?World</title> ????<meta?name="viewport"?content="width=device-width,?initial-scale=1.0"> ????<!--?Bootstrap?--> ????<link?href="css/bootstrap.min.css"?rel="stylesheet"?media="screen"> ??</head> ??<body> ??<div> ????<h1>Hello,?world!</h1> ??????<button>Middle</button> ????<script?src="http://code.jquery.com/jquery.js"></script> ????<script?src="js/bootstrap.min.js"></script></div> ??</body> </html>
請問我的引入是哪里有問題呢?
2016-12-24
腳本引入放在<body>前面,不要放在<div>里面
2017-01-05
腳本引入放在</body>前面即可,最好不要放在div里
2016-12-28
script腳本應(yīng)該放在body的最下方,不要放在div里面
2016-12-19
腳本放body外面引入吧
2016-12-19
看看有沒有報錯啊,不過老師沒有把條件注釋刪了,你也還是加上吧,你是出現(xiàn)了什么問題