Sequence NODE_321
Easy

Setup Basic Bootstrap Page

Bootstrap
Technical Specification

Create a basic HTML page that correctly includes Bootstrap CSS and JS and shows a 'Hello Bootstrap' heading.

Input/Output Samples
Input:open index.html
Output:Properly styled heading
Optimal Logic Path
<!-- head me bootstrap css, body me container + heading -->
Architectural Deep-Dive
Correct CDN setup is first step before using Bootstrap components.