我的HTML没有链接到Bootstrap CSS。我已经下载了bootstrap并将CSS,FONTS和JS文件夹复制到桌面上的“bootstrap”文件夹中。我在包含CSS,FONTS和JS的同一文件夹中创建了index.html文件。这是HTML:
<!DOCTYPE HTML>
<html>
<head>
<link type="text/css" rel="stylesheet" href="css/bootstap.css">
</head>
<body>
<form class="well">Something goes here</form>
<script src="js/bootstrap.js"></script>
</body>
</html>
如果我使用'inspect element',JS和CSS文件会显示正确的文件路径.../desktop/bootstrap/css/bootstrap.css
。
我对发生的事情感到茫然。
答案 0 :(得分:0)
你拼错了bootstrap。
css / bootstrap.css