diff options
| author | Mark Otto <[email protected]> | 2011-08-25 23:10:18 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-08-25 23:10:18 -0700 |
| commit | dd4bb95c2db5db9bb6727147002d916cb86756e6 (patch) | |
| tree | 40d438da6c07b855dd4f4e92472ded86d29a96f5 | |
| parent | 0758f64045645849b21164149428719a005da1cb (diff) | |
| download | bootstrap-dd4bb95c2db5db9bb6727147002d916cb86756e6.tar.xz bootstrap-dd4bb95c2db5db9bb6727147002d916cb86756e6.zip | |
updated docs for b/i tags based on issue #62
| -rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 68ae4cf94..e0c980b8b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -338,7 +338,7 @@ <p>Emphasis tags (<code><strong></code> and <code><em></code>) should be used to indicate additional importance or emphasis of a word or phrase relative to its surrounding copy. Use <code><strong></code> for importance and <code><em></code> for <em>stress</em> emphasis.</p> <h3>Emphasis in a paragraph</h3> <p><a href="#">Fusce dapibus</a>, <strong>tellus ac cursus commodo</strong>, <em>tortor mauris condimentum nibh</em>, ut fermentum massa justo sit amet risus. Maecenas faucibus mollis interdum. Nulla vitae elit libero, a pharetra augue.</p> - <p><strong>Note:</strong> It's still okay to use <code><b></code> and <code><i></code> tags in HTML5, but they don't come with inherent styles anymore. <code><b></code> is meant to highlight words or phrases without conveying additional importance, while <code><i></code> is mostly for voice, technical terms, etc.</p> + <p><strong>Note:</strong> It's still okay to use <code><b></code> and <code><i></code> tags in HTML5 and they don't have to be styled bold and italic, respectively (although if there is a more semantic element, use it). <code><b></code> is meant to highlight words or phrases without conveying additional importance, while <code><i></code> is mostly for voice, technical terms, etc.</p> <h3>Addresses</h3> <p>The <code><address></code> element is used for contact information for its nearest ancestor, or the entire body of work. Here’s how it looks:</p> <address> |
