{"id":8,"date":"2013-10-13T01:09:20","date_gmt":"2013-10-13T01:09:20","guid":{"rendered":"http:\/\/dinario.com\/index.php\/2013\/10\/13\/emphasis-and-abbreviations\/"},"modified":"2013-10-13T01:09:20","modified_gmt":"2013-10-13T01:09:20","slug":"emphasis-and-abbreviations","status":"publish","type":"post","link":"http:\/\/dinario.com\/index.php\/2013\/10\/13\/emphasis-and-abbreviations\/","title":{"rendered":"Emphasis and Abbreviations"},"content":{"rendered":"<h2>Emphasis<\/h2>\n<p>Make use of HTML&#8217;s default emphasis tags with lightweight styles.<\/p>\n<h3><code>&lt;small&gt;<\/code><\/h3>\n<p>For de-emphasizing inline or blocks of text, <small>use the small tag.<\/small><\/p>\n<div class=\"bs-docs-example\">\n<p><small>This line of text is meant to be treated as fine print.<\/small><\/p>\n<\/div>\n<pre class=\"prettyprint\">&lt;p&gt;\r\n  &lt;small&gt;This line of text is meant to be treated as fine print.&lt;\/small&gt;\r\n&lt;\/p&gt;\r\n<\/pre>\n<h3>Bold<\/h3>\n<p>For emphasizing a snippet of text with a heavier font-weight.<\/p>\n<div class=\"bs-docs-example\">\n<p>The following snippet of text is <strong>rendered as bold text<\/strong>.<\/p>\n<\/div>\n<pre class=\"prettyprint\">&lt;strong&gt;rendered as bold text&lt;\/strong&gt;<\/pre>\n<h3>Italics<\/h3>\n<p>For emphasizing a snippet of text with italics.<\/p>\n<div class=\"bs-docs-example\">\n<p>The following snippet of text is <em>rendered as italicized text<\/em>.<\/p>\n<\/div>\n<pre class=\"prettyprint\">&lt;em&gt;rendered as italicized text&lt;\/em&gt;<\/pre>\n<p><span class=\"label label-info\">Heads up!<\/span> Feel free to use <code>&lt;b&gt;<\/code> and <code>&lt;i&gt;<\/code> in HTML5. <code>&lt;b&gt;<\/code> is meant to highlight words or phrases without conveying additional importance while <code>&lt;i&gt;<\/code> is mostly for voice, technical terms, etc.<\/p>\n<h3>Alignment classes<\/h3>\n<p>Easily realign text to components with text alignment classes.<\/p>\n<div class=\"bs-docs-example\">\n<p class=\"text-left\">Left aligned text.<\/p>\n<p class=\"text-center\">Center aligned text.<\/p>\n<p class=\"text-right\">Right aligned text.<\/p>\n<\/div>\n<pre class=\"prettyprint linenums\">&lt;p class=\"text-left\"&gt;Left aligned text.&lt;\/p&gt;\r\n&lt;p class=\"text-center\"&gt;Center aligned text.&lt;\/p&gt;\r\n&lt;p class=\"text-right\"&gt;Right aligned text.&lt;\/p&gt;\r\n<\/pre>\n<h3>Emphasis classes<\/h3>\n<p>Convey meaning through color with a handful of emphasis utility classes.<\/p>\n<div class=\"bs-docs-example\">\n<p class=\"muted\">Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh.<\/p>\n<p class=\"text-warning\">Etiam porta sem malesuada magna mollis euismod.<\/p>\n<p class=\"text-error\">Donec ullamcorper nulla non metus auctor fringilla.<\/p>\n<p class=\"text-info\">Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis.<\/p>\n<p class=\"text-success\">Duis mollis, est non commodo luctus, nisi erat porttitor ligula.<\/p>\n<\/div>\n<pre class=\"prettyprint linenums\">&lt;p class=\"muted\"&gt;Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh.&lt;\/p&gt;\r\n&lt;p class=\"text-warning\"&gt;Etiam porta sem malesuada magna mollis euismod.&lt;\/p&gt;\r\n&lt;p class=\"text-error\"&gt;Donec ullamcorper nulla non metus auctor fringilla.&lt;\/p&gt;\r\n&lt;p class=\"text-info\"&gt;Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis.&lt;\/p&gt;\r\n&lt;p class=\"text-success\"&gt;Duis mollis, est non commodo luctus, nisi erat porttitor ligula.&lt;\/p&gt;\r\n<\/pre>\n<hr \/>\n<h2>Abbreviations<\/h2>\n<p>Stylized implementation of HTML&#8217;s <code>&lt;abbr&gt;<\/code> element for abbreviations and acronyms to show the expanded version on hover. Abbreviations with a <code>title<\/code> attribute have a light dotted bottom border and a help cursor on hover, providing additional context on hover.<\/p>\n<h3><code>&lt;abbr&gt;<\/code><\/h3>\n<p>For expanded text on long hover of an abbreviation, include the <code>title<\/code> attribute.<\/p>\n<div class=\"bs-docs-example\">\n<p>An abbreviation of the word attribute is <abbr title=\"attribute\">attr<\/abbr>.<\/p>\n<\/div>\n<pre class=\"prettyprint\">&lt;abbr title=\"attribute\"&gt;attr&lt;\/abbr&gt;<\/pre>\n<h3><code>&lt;abbr class=\"initialism\"&gt;<\/code><\/h3>\n<p>Add <code>.initialism<\/code> to an abbreviation for a slightly smaller font-size.<\/p>\n<div class=\"bs-docs-example\">\n<p><abbr class=\"initialism\" title=\"HyperText Markup Language\">HTML<\/abbr> is the best thing since sliced bread.<\/p>\n<\/div>\n<pre class=\"prettyprint\">&lt;abbr title=\"HyperText Markup Language\" class=\"initialism\"&gt;HTML&lt;\/abbr&gt;<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Emphasis Make use of HTML&#8217;s default emphasis tags with lightweight styles. &lt;small&gt; For de-emphasizing inline or blocks of text, use the small tag. This line of text is meant to be treated as fine print. &lt;p&gt; &lt;small&gt;This line of text is meant to be treated as fine print.&lt;\/small&gt; &lt;\/p&gt; Bold For emphasizing a snippet of [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[6],"tags":[],"_links":{"self":[{"href":"http:\/\/dinario.com\/index.php\/wp-json\/wp\/v2\/posts\/8"}],"collection":[{"href":"http:\/\/dinario.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/dinario.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/dinario.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/dinario.com\/index.php\/wp-json\/wp\/v2\/comments?post=8"}],"version-history":[{"count":0,"href":"http:\/\/dinario.com\/index.php\/wp-json\/wp\/v2\/posts\/8\/revisions"}],"wp:attachment":[{"href":"http:\/\/dinario.com\/index.php\/wp-json\/wp\/v2\/media?parent=8"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/dinario.com\/index.php\/wp-json\/wp\/v2\/categories?post=8"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/dinario.com\/index.php\/wp-json\/wp\/v2\/tags?post=8"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}