Mid JavaScript

How do you include Bootstrap in your project?

Via CDN:

<link

href="

p.min.css" rel="stylesheet">

Or via NPM:

npm install bootstrap

Intermediate

More from JavaScript Tutorial

All questions for this course