diff --git a/docs/index.html b/docs/index.html index 4cf68cf4dd..8c6c43515d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -88,7 +88,7 @@
The default grid system provided as part of Bootstrap is a 940px wide 16-column grid. It's a flavor of the popular 960 grid system, but without the additional margin/padding on the left and right sides.
+The default grid system provided as part of Bootstrap is a 940px wide 16-column grid. It’s a flavor of the popular 960 grid system, but without the additional margin/padding on the left and right sides.
Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam id dolor id nibh ultricies vehicula ut id elit.
-You can also add subheadings with the <strong>
and <em>
Emphasis tags (<strong>
and <em>
) should be used to add visual distinction between a word or phrase and its surrounding copy. Use <strong>
for plain old attention and <em>
for slick attention and titles.
Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Maecenas faucibus mollis interdum. Nulla vitae elit libero, a pharetra augue.
-Note: It's still okay to use <b>
and <i>
tags in HTML5, but they don't come with inherent styles anymore. <b>
is meant to convey importance while <i>
is mostly for voice, technical terms, etc.
Note: It’s still okay to use <b>
and <i>
tags in HTML5, but they don’t come with inherent styles anymore. <b>
is meant to convey importance while <i>
is mostly for voice, technical terms, etc.
The address
element is used for contact information for its nearest ancestor, or the entire body of work. Here's how it looks:
The address
element is used for contact information for its nearest ancestor, or the entire body of work. Here’s how it looks:
Be sure to wrap your blockquote
around paragraph
and small
tags. When citing a source, use the small
element. The CSS will automatically preface a name with an em dash (—).
-Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua...
+Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua…
Dr. Julius Hibbert
Tables are great—for a lot of things. Great tables, however, need a bit of markup love to be useful, scalable, and readable (at the code level). Here are a few tips to help.
Always wrap your column headers in a thead
such that hierarchy is thead
> tr
> th
.
Similar to the column headers, all your table's body content should be wrapped in a tbody
so your hierarchy is tbody
> tr
> td
.
Similar to the column headers, all your table’s body content should be wrapped in a tbody
so your hierarchy is tbody
> tr
> td
.
Taking the previous example, we improve the usefulness of our tables by providing sorting functionality via jQuery and the Tablesorter plugin. Click any column's header to change the sort.
+Taking the previous example, we improve the usefulness of our tables by providing sorting functionality via jQuery and the Tablesorter plugin. Click any column’s header to change the sort.