<pclass="lead">Make use of a super basic HTML template, or dive into a few examples we've started for you. We encourage folks to iterate on these examples and not simply use them as an end result.</p>
<pclass="lead">Make use of a super basic HTML template, or dive into a few examples we've started for you. We encourage folks to iterate on these examples and not simply use them as an end result.</p>
<h3>HTML template</h3>
<h3>HTML template</h3>
<p>Copy and paste the HTML from below to get started with a bare bones Bootstrap document.</p>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- Optionally enable responsive features in IE8 -->
<!-- Optionally enable responsive features in IE8 -->
...
@@ -4501,6 +4505,8 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -4501,6 +4505,8 @@ For example, <code><section></code> should be wrapped as inline.
<divclass="bs-docs-section-header"id="js">
<divclass="bs-docs-section-header"id="js">
<h1>JavaScript plugins</h1>
<h1>JavaScript plugins</h1>
</div>
</div>
...
@@ -4514,7 +4520,7 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -4514,7 +4520,7 @@ For example, <code><section></code> should be wrapped as inline.
</div>
</div>
<h3>Individual or compiled</h3>
<h3>Individual or compiled</h3>
<p>Plugins can be included individually (though some have required dependencies), or all at once. Both <strong>bootstrap.js</strong> and <strong>bootstrap.min.js</strong> contain all plugins in a single file.</p>
<p>Plugins can be included individually (though some have required dependencies), or all at once. <strong>Do attempt to include both.</strong>Both <strong>bootstrap.js</strong> and <strong>bootstrap.min.js</strong> contain all plugins in a single file.</p>
<h3>Data attributes</h3>
<h3>Data attributes</h3>
<p>You can use all Bootstrap plugins purely through the markup API without writing a single line of JavaScript. This is Bootstrap's first class API and should be your first consideration when using a plugin.</p>
<p>You can use all Bootstrap plugins purely through the markup API without writing a single line of JavaScript. This is Bootstrap's first class API and should be your first consideration when using a plugin.</p>