First step for Creating a Website using Bootstrap

Notes:

First step for creating a website using Bootstrap:
To create a website using Bootstrap; first we create a root folder for the website & an HTML document inside it.

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Bootstrap demo</title>
</head>
<body>

</body>
</html>

Interview Questions: