<pclass="lead">There are a few easy ways to quickly get started with Bootstrap, each one appealing to a different skill level and use case. Read through to see what suits your particular needs.</p>
<pclass="lead">There are a few easy ways to quickly get started with Bootstrap, each one appealing to a different skill level and use case. Read through to see what suits your particular needs.</p>
...
@@ -39,7 +39,7 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex
...
@@ -39,7 +39,7 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex
<hr>
<hr>
<h3id="bootstrap-cdn">Use the Bootstrap CDN</h3>
<h3id="download-cdn">Use the Bootstrap CDN</h3>
<p>The folks over at <ahref="https://www.netdna.com/">NetDNA</a> have graciously provided CDN support for Bootstrap's CSS and JavaScript. To use, swap your local instances for the <ahref="http://www.bootstrapcdn.com/">Bootstrap CDN</a> links listed below.</p>
<p>The folks over at <ahref="https://www.netdna.com/">NetDNA</a> have graciously provided CDN support for Bootstrap's CSS and JavaScript. To use, swap your local instances for the <ahref="http://www.bootstrapcdn.com/">Bootstrap CDN</a> links listed below.</p>
{% highlight html linenos %}
{% highlight html linenos %}
<!-- Latest compiled and minified CSS -->
<!-- Latest compiled and minified CSS -->
...
@@ -90,7 +90,7 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex
...
@@ -90,7 +90,7 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex
</div>
</div>
<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>
<h3id="examples-template">HTML template</h3>
<p>Copy and paste the HTML from below to get started with a bare bones Bootstrap document.</p>
<p>Copy and paste the HTML from below to get started with a bare bones Bootstrap document.</p>
{% highlight html %}
{% highlight html %}
<!DOCTYPE html>
<!DOCTYPE html>
...
@@ -115,7 +115,7 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex
...
@@ -115,7 +115,7 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex