Getting started with Bootstrap.
THINGS YOU SHOULD KNOW What is a framework? A framework is a structure that a programmer can use to build a piece of software on. Be familiar with Java terminology. Java class, Scanner class, Library What is a responsive website? Responsive web design is a modern approach to web development that allows websites and pages display on all screen sizes by automatically adapting to the screen size (ie. desktop, smartphone, laptop, and tablet.) WHAT IS BOOTSTRAP & HOW TO USE IT? Bootstrap is a very useful tool for any web developer. It is a CSS Framework for developing responsive websites. To put it into programmers terms Bootstrap is to CSS what the Scanner class is to your custom Java class. Basically a user would import Bootstrap into their HTML file, using one of two following methods. 1. Download Bootstrap onto your machine and load it into your HTML page like a stylesheet. 2. Go on to the official Bootstrap page in order copy the link provid...