Bootstrap doctype intro
<!DOCTYPE html>
<html>
<head>
<meta charset ="UTF 8">
<title> Basic BootStrap</title>
<link rel ='stylesheet' type ='text/css' href = 'bootstap/css/bootstrap.min.css'/>
</head>
<body>
<h1>Hello this Bootstrap</h1>
</body>
<script src = 'http://code.jquery.com/jquery.min.js'>
</script>
<script src = 'bootstrap/js/bootstrap.min.js'>
</script>
</html>