Welcome to week 12 of Intro to Web Dev!
Now you know how to write your own HTML, CSS, and JavaScript code to build and design a webpage. This week you’ll learn about Bootstrap, which handles a lot of that for you!
Work through the activities in this page to complete the week!
First, learn about Bootstrap:
Now you know how to use libraries in your code, including Bootstrap. To practice that, you’re going to use Bootstrap to create a webpage for a fake business.
The business can be real, imaginary, or aspirational. You can reuse your business from week 4, or you can use a different one.
Your code should contain the following:
Alternatively, each of the following will also count as a single Bootstrap component:
Don’t limit yourself to a single HTML file. Feel free to include multiple files that link to each other. For example you might have an index.html
homepage, an about.html
page that contains a description of your page, and a photos.html
page that contains images. Each of these might use a different Bootstrap component.