Book
Submodule 3.2: Getting Started with Bootstrap
Submodule 3.2: Getting Started with Bootstrap
Completion requirements
View
- Setting up the Project Folder
- Downloading Bootstrap
- Getting your Web page Bootstrap ready
- Bootstrap typography
Getting your Web page Bootstrap ready
in the <head>
of index.html
file before the title.
This will include Bootstrap CSS into your web page.
Note the change in the fonts of the content of the web page. This is the Bootstrap typography effect coming into play. The default Bootstrap typography sets the font to Helvetica Neue and selects the appropriate font size based on the choice of the heading style and paragraph style for the content.
At the bottom of the page, just before the end of the </body>
tag,
to include the JS files.
Do a Git commit with the message "Intro to Bootstrap".
Compare the git versions.