I'm having trouble figuring out a simple issue, as I am new to this. I am experimenting with the Twitter-Bootstrap
starter template in order to improve my knowledge of HTML
, CSS
, and JS
. After copying and pasting the source code into TextWrangler and opening the html
file in Firefox, I noticed that the bootstrap functionality is not working.
I suspect that this might be because certain lines like
<link href="../assets/css/bootstrap.css" rel="stylesheet">
need to be modified to match the addresses of the css/js files on my own computer. If this is indeed the problem, how can I go about resolving it?
Below is the source code:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Bootstrap, from Twitter</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0>empty=""><meta="" name="author" content="">
<!-- Le styles -->
<!-- Paste Source Code Here -->
</body>
</html>