Responsive website Using Bootstrap

What is Bootstrap?

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.

Bootstrap is an HTML, CSS & JS Library that focuses on simplifying the development of informative web pages (as opposed to web apps). The primary purpose of adding it to a web project is to apply Bootstrap’s choices of color, size, font and layout to that project.

First we create a file with Html extension

Now insert the html templates using bootstrap started templates it creates the html basic requirment like meta tags body tags ….

Now add nav bar using bootstrap components

also add some containers through this our web page is responsive you can check using view inspect

You can add some img use as logo

Code –

Thanku