diff --git a/guide/english/bootstrap/get-started/index.md b/guide/english/bootstrap/get-started/index.md index 09bb7f91e5..5dff4a969f 100644 --- a/guide/english/bootstrap/get-started/index.md +++ b/guide/english/bootstrap/get-started/index.md @@ -13,7 +13,10 @@ Adding bootstrap to your page is a fast process, just add the following to the ` ``` +Some Bootstrap components require other JavaScript files, check out the Bootstrap documentation here to find the latest scripting files. + You will also need to add the following between the `body` tags in your code. With bootstrap you'll be using `
` tags when using many of Bootstrap's features, each tag will have its own unique set of classes applied that allows the tag to perform its task. Other sections of this Bootstrap guide will show more examples of how Bootstrap uses `
` tags. (`
` tags are not exclusive to Bootstrap however Bootstrap makes use of them.). Below is the code that would would add to the `body` tags in your code to finish getting started. Keep in mind that while this creates the container, the page will still remain blank until you add content to the container. + ```html