Skip to content

How to add the bootstrap into HTML #11

Answered by dodger213
BTC415 asked this question in Q&A
Discussion options

You must be logged in to vote

To add Bootstrap in HTML, include a CDN link. For CDN, add the link tag in the section, pointing to Bootstrap's CSS, like

link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"

For local files, use the relative path to your Bootstrap CSS file. Optionally, include Bootstrap's JavaScript at the end of with jQuery and Popper.js CDN links and the Bootstrap JavaScript link.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by BTC415
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants