Getting your Web page Bootstrap ready

Insert the appropriate code:

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,

add the appropriate code

to include the JS files.

Do a Git commit with the message "Intro to Bootstrap".

Compare the git versions.