{"id":693,"date":"2017-03-06T09:05:52","date_gmt":"2017-03-06T09:05:52","guid":{"rendered":"http:\/\/labs.saurabh-sharma.net\/themes\/newsplus\/demo-3\/?page_id=532"},"modified":"2017-03-06T09:05:52","modified_gmt":"2017-03-06T09:05:52","slug":"typography","status":"publish","type":"page","link":"https:\/\/www.seedogochannel.com\/en\/typography\/","title":{"rendered":"Typography"},"content":{"rendered":"<h2>Headings<\/h2>\n<p>All HTML headings, <code>&lt;h1&gt;<\/code> through <code>&lt;h6&gt;<\/code>, are available. <code>.h1<\/code> through <code>.h6<\/code> classes are also available, for when you want to match the font styling of a heading but still want your text to be displayed inline.<\/p>\n<div class=\"bs-example bs-example-type\" data-example-id=\"simple-headings\">\n<table class=\"table\">\n<tbody>\n<tr>\n<td>\n<h1>h1. NewsPlus heading<\/h1>\n<\/td>\n<td class=\"type-info\">34px<\/td>\n<\/tr>\n<tr>\n<td>\n<h2>h2. NewsPlus heading<\/h2>\n<\/td>\n<td class=\"type-info\">24px<\/td>\n<\/tr>\n<tr>\n<td>\n<h3>h3. NewsPlus heading<\/h3>\n<\/td>\n<td class=\"type-info\">20px<\/td>\n<\/tr>\n<tr>\n<td>\n<h4>h4. NewsPlus heading<\/h4>\n<\/td>\n<td class=\"type-info\">16px<\/td>\n<\/tr>\n<tr>\n<td>\n<h5>h5. NewsPlus heading<\/h5>\n<\/td>\n<td class=\"type-info\">14px<\/td>\n<\/tr>\n<tr>\n<td>\n<h6>h6. NewsPlus heading<\/h6>\n<\/td>\n<td class=\"type-info\">12px<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<pre>&lt;h1&gt;h1. NewsPlus heading&lt;\/h1&gt;\n&lt;h2&gt;h2. NewsPlus heading&lt;\/h2&gt;\n&lt;h3&gt;h3. NewsPlus heading&lt;\/h3&gt;\n&lt;h4&gt;h4. NewsPlus heading&lt;\/h4&gt;\n&lt;h5&gt;h5. NewsPlus heading&lt;\/h5&gt;\n&lt;h6&gt;h6. NewsPlus heading&lt;\/h6&gt;<\/pre>\n<p>Create lighter, secondary text in any heading with a generic <code>&lt;small&gt;<\/code> tag or the <code>.small<\/code> class.<\/p>\n<div class=\"bs-example bs-example-type\" data-example-id=\"small-headings\">\n<table class=\"table\">\n<tbody>\n<tr>\n<td>\n<h1>h1. NewsPlus heading <small>Secondary text<\/small><\/h1>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<h2>h2. NewsPlus heading <small>Secondary text<\/small><\/h2>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<h3>h3. NewsPlus heading <small>Secondary text<\/small><\/h3>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<h4>h4. NewsPlus heading <small>Secondary text<\/small><\/h4>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<h5>h5. NewsPlus heading <small>Secondary text<\/small><\/h5>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<h6>h6. NewsPlus heading <small>Secondary text<\/small><\/h6>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<figure class=\"highlight\">\n<pre><code class=\"language-html\" data-lang=\"html\">&lt;h1&gt;<\/span>h1. NewsPlus heading &lt;small&gt;<\/span>Secondary text&lt;\/small&gt;&lt;\/h1&gt;<\/span>\n&lt;h2&gt;<\/span>h2. NewsPlus heading &lt;small&gt;<\/span>Secondary text&lt;\/small&gt;&lt;\/h2&gt;<\/span>\n&lt;h3&gt;<\/span>h3. NewsPlus heading &lt;small&gt;<\/span>Secondary text&lt;\/small&gt;&lt;\/h3&gt;<\/span>\n&lt;h4&gt;<\/span>h4. NewsPlus heading &lt;small&gt;<\/span>Secondary text&lt;\/small&gt;&lt;\/h4&gt;<\/span>\n&lt;h5&gt;<\/span>h5. NewsPlus heading &lt;small&gt;<\/span>Secondary text&lt;\/small&gt;&lt;\/h5&gt;<\/span>\n&lt;h6&gt;<\/span>h6. NewsPlus heading &lt;small&gt;<\/span>Secondary text&lt;\/small&gt;&lt;\/h6&gt;<\/span><\/code><\/pre>\n<\/figure>\n<h2>Inline text elements<\/h2>\n<h3>Marked text<\/h3>\n<p>For highlighting a run of text due to its relevance in another context, use the <code>&lt;mark&gt;<\/code> tag.<\/p>\n<div class=\"bs-example\" data-example-id=\"simple-mark\">\n<p>You can use the mark tag to<br \/>\n        <mark>highlight<\/mark><br \/>\n        text.<\/p>\n<\/div>\n<figure class=\"highlight\">\n<pre><code class=\"language-html\" data-lang=\"html\">You can use the mark tag to &lt;mark&gt;<\/span>highlight&lt;\/mark&gt;<\/span> text.<\/code><\/pre>\n<\/figure>\n<h3>Deleted text<\/h3>\n<p>For indicating blocks of text that have been deleted use the <code>&lt;del&gt;<\/code> tag.<\/p>\n<div class=\"bs-example\" data-example-id=\"simple-del\">\n<p><del>This line of text is meant to be treated as deleted text.<\/del><\/p>\n<\/div>\n<figure class=\"highlight\">\n<pre><code class=\"language-html\" data-lang=\"html\">&lt;del&gt;<\/span>This line of text is meant to be treated as deleted text.&lt;\/del&gt;<\/span><\/code><\/pre>\n<\/figure>\n<h3>Strikethrough text<\/h3>\n<p>For indicating blocks of text that are no longer relevant use the <code>&lt;s&gt;<\/code> tag.<\/p>\n<div class=\"bs-example\" data-example-id=\"simple-s\">\n<p><s>This line of text is meant to be treated as no longer accurate.<\/s><\/p>\n<\/div>\n<figure class=\"highlight\">\n<pre><code class=\"language-html\" data-lang=\"html\">&lt;s&gt;<\/span>This line of text is meant to be treated as no longer accurate.&lt;\/s&gt;<\/span><\/code><\/pre>\n<\/figure>\n<h3>Inserted text<\/h3>\n<p>For indicating additions to the document use the <code>&lt;ins&gt;<\/code> tag.<\/p>\n<div class=\"bs-example\" data-example-id=\"simple-ins\">\n<p><ins>This line of text is meant to be treated as an addition to the document.<\/ins><\/p>\n<\/div>\n<figure class=\"highlight\">\n<pre><code class=\"language-html\" data-lang=\"html\">&lt;ins&gt;<\/span>This line of text is meant to be treated as an addition to the document.&lt;\/ins&gt;<\/span><\/code><\/pre>\n<\/figure>\n<h3>Underlined text<\/h3>\n<p>To underline text use the <code>&lt;u&gt;<\/code> tag.<\/p>\n<div class=\"bs-example\" data-example-id=\"simple-u\">\n<p><u>This line of text will render as underlined<\/u><\/p>\n<\/div>\n<figure class=\"highlight\">\n<pre><code class=\"language-html\" data-lang=\"html\">&lt;u&gt;<\/span>This line of text will render as underlined&lt;\/u&gt;<\/span><\/code><\/pre>\n<\/figure>\n<p>Make use of HTML&#8217;s default emphasis tags with lightweight styles.<\/p>\n<h3>Small text<\/h3>\n<p>For de-emphasizing inline or blocks of text, use the <code>&lt;small&gt;<\/code> tag to set text at 85% the size of the parent. Heading elements receive their own <code>font-size<\/code> for nested <code>&lt;small&gt;<\/code> elements.<\/p>\n<p>You may alternatively use an inline element with <code>.small<\/code> in place of any <code>&lt;small&gt;<\/code>.<\/p>\n<div class=\"bs-example\" data-example-id=\"simple-small\">\n<p><small>This line of text is meant to be treated as fine print.<\/small><\/p>\n<\/div>\n<figure class=\"highlight\">\n<pre><code class=\"language-html\" data-lang=\"html\">&lt;small&gt;<\/span>This line of text is meant to be treated as fine print.&lt;\/small&gt;<\/span><\/code><\/pre>\n<\/figure>\n<h3>Bold<\/h3>\n<p>For emphasizing a snippet of text with a heavier font-weight.<\/p>\n<div class=\"bs-example\" data-example-id=\"simple-strong\">\n<p>The following snippet of text is <strong>rendered as bold text<\/strong>.<\/p>\n<\/div>\n<figure class=\"highlight\">\n<pre><code class=\"language-html\" data-lang=\"html\">&lt;strong&gt;<\/span>rendered as bold text&lt;\/strong&gt;<\/span><\/code><\/pre>\n<\/figure>\n<h3>Italics<\/h3>\n<p>For emphasizing a snippet of text with italics.<\/p>\n<div class=\"bs-example\" data-example-id=\"simple-em\">\n<p>The following snippet of text is <em>rendered as italicized text<\/em>.<\/p>\n<\/div>\n<figure class=\"highlight\">\n<pre><code class=\"language-html\" data-lang=\"html\">&lt;em&gt;<\/span>rendered as italicized text&lt;\/em&gt;<\/span><\/code><\/pre>\n<\/figure>\n<div class=\"bs-callout bs-callout-info\" id=\"callout-type-b-i-elems\">\n<h4>Alternate elements<\/h4>\n<p>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<\/div>\n<h2><\/a>Alignment classes<\/h2>\n<p>Easily realign text to components with text alignment classes.<\/p>\n<div class=\"bs-example\" data-example-id=\"text-alignment\">\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<p class=\"text-justify\">Justified text.<\/p>\n<p class=\"text-nowrap\">No wrap text.<\/p>\n<\/div>\n<figure class=\"highlight\">\n<pre><code class=\"language-html\" data-lang=\"html\">&lt;p<\/span> <span class=\"na\">class=<\/span><span class=\"s\">\"text-left\"<\/span>&gt;<\/span>Left aligned text.&lt;\/p&gt;<\/span>\n&lt;p<\/span> <span class=\"na\">class=<\/span><span class=\"s\">\"text-center\"<\/span>&gt;<\/span>Center aligned text.&lt;\/p&gt;<\/span>\n&lt;p<\/span> <span class=\"na\">class=<\/span><span class=\"s\">\"text-right\"<\/span>&gt;<\/span>Right aligned text.&lt;\/p&gt;<\/span>\n&lt;p<\/span> <span class=\"na\">class=<\/span><span class=\"s\">\"text-justify\"<\/span>&gt;<\/span>Justified text.&lt;\/p&gt;<\/span>\n&lt;p<\/span> <span class=\"na\">class=<\/span><span class=\"s\">\"text-nowrap\"<\/span>&gt;<\/span>No wrap text.&lt;\/p&gt;<\/span><\/code><\/pre>\n<\/figure>\n<h2><\/a>Transformation classes<\/h2>\n<p>Transform text in components with text capitalization classes.<\/p>\n<div class=\"bs-example\" data-example-id=\"text-capitalization\">\n<p class=\"text-lowercase\">Lowercased text.<\/p>\n<p class=\"text-uppercase\">Uppercased text.<\/p>\n<p class=\"text-capitalize\">Capitalized text.<\/p>\n<\/div>\n<figure class=\"highlight\">\n<pre><code class=\"language-html\" data-lang=\"html\">&lt;p<\/span> <span class=\"na\">class=<\/span><span class=\"s\">\"text-lowercase\"<\/span>&gt;<\/span>Lowercased text.&lt;\/p&gt;<\/span>\n&lt;p<\/span> <span class=\"na\">class=<\/span><span class=\"s\">\"text-uppercase\"<\/span>&gt;<\/span>Uppercased text.&lt;\/p&gt;<\/span>\n&lt;p<\/span> <span class=\"na\">class=<\/span><span class=\"s\">\"text-capitalize\"<\/span>&gt;<\/span>Capitalized text.&lt;\/p&gt;<\/span><\/code><\/pre>\n<\/figure>\n<h2><\/a>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 and to users of assistive technologies.<\/p>\n<h3>Basic abbreviation<\/h3>\n<div class=\"bs-example\" data-example-id=\"simple-abbr\">\n<p>An abbreviation of the word attribute is <abbr title=\"attribute\">attr<\/abbr>.<\/p>\n<\/div>\n<figure class=\"highlight\">\n<pre><code class=\"language-html\" data-lang=\"html\">&lt;abbr<\/span> <span class=\"na\">title=<\/span><span class=\"s\">\"attribute\"<\/span>&gt;<\/span>attr&lt;\/abbr&gt;<\/span><\/code><\/pre>\n<\/figure>\n<h2>Addresses<\/h2>\n<p>Present contact information for the nearest ancestor or the entire body of work. Preserve formatting by ending all lines with <code>&lt;br&gt;<\/code>.<\/p>\n<div class=\"bs-example\" data-example-id=\"simple-address\">\n<address>\n    <strong>NewsPlus, Inc.<\/strong><br \/>\n    1355 Market Street, Suite 900<br \/>\n    San Francisco, CA 94103<br \/>\n    <abbr title=\"Phone\">P:<\/abbr> (123) 456-7890<br \/>\n    <\/address>\n<address>\n    <strong>Full Name<\/strong><br \/>\n    <a href=\"mailto:#\">first.last@example.com<\/a><br \/>\n    <\/address>\n<\/div>\n<figure class=\"highlight\">\n<pre><code class=\"language-html\" data-lang=\"html\">&lt;address&gt;<\/span>\n  &lt;strong&gt;<\/span>NewsPlus, Inc.&lt;\/strong&gt;&lt;br&gt;<\/span>\n  1355 Market Street, Suite 900&lt;br&gt;<\/span>\n  San Francisco, CA 94103&lt;br&gt;<\/span>\n  &lt;abbr<\/span> <span class=\"na\">title=<\/span><span class=\"s\">\"Phone\"<\/span>&gt;<\/span>P:&lt;\/abbr&gt;<\/span> (123) 456-7890\n&lt;\/address&gt;<\/span>\n\n&lt;address&gt;<\/span>\n  &lt;strong&gt;<\/span>Full Name&lt;\/strong&gt;&lt;br&gt;<\/span>\n  &lt;a<\/span> <span class=\"na\">href=<\/span><span class=\"s\">\"mailto:#\"<\/span>&gt;<\/span>first.last@example.com&lt;\/a&gt;<\/span>\n&lt;\/address&gt;<\/span><\/code><\/pre>\n<\/figure>\n<h2>Blockquotes<\/h2>\n<p>For quoting blocks of content from another source within your document.<\/p>\n<h3>Default blockquote<\/h3>\n<p>Wrap <code>&lt;blockquote&gt;<\/code> around any <abbr title=\"HyperText Markup Language\">HTML<\/abbr> as the quote. For straight quotes, we recommend a <code>&lt;p&gt;<\/code>.<\/p>\n<div class=\"bs-example\" data-example-id=\"simple-blockquote\">\n<blockquote>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.<\/p>\n<\/blockquote>\n<\/div>\n<figure class=\"highlight\">\n<pre><code class=\"language-html\" data-lang=\"html\">&lt;blockquote&gt;<\/span>\n  &lt;p&gt;<\/span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.&lt;\/p&gt;<\/span>\n&lt;\/blockquote&gt;<\/span><\/code><\/pre>\n<\/figure>\n<h3>Blockquote options<\/h3>\n<p>Style and content changes for simple variations on a standard <code>&lt;blockquote&gt;<\/code>.<\/p>\n<h4>Naming a source<\/h4>\n<p>Add a <code>&lt;footer&gt;<\/code> for identifying the source. Wrap the name of the source work in <code>&lt;cite&gt;<\/code>.<\/p>\n<div class=\"bs-example\" data-example-id=\"blockquote-cite\">\n<blockquote>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.<\/p>\n<footer>&mdash; Someone famous in <cite title=\"Source Title\">Source Title<\/cite><\/footer>\n<\/blockquote>\n<\/div>\n<figure class=\"highlight\">\n<pre><code class=\"language-html\" data-lang=\"html\">&lt;blockquote&gt;<\/span>\n  &lt;p&gt;<\/span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.&lt;\/p&gt;<\/span>\n  &lt;footer&gt;&mdash;<\/span>Someone famous in &lt;cite<\/span> <span class=\"na\">title=<\/span><span class=\"s\">\"Source Title\"<\/span>&gt;<\/span>Source Title&lt;\/cite&gt;&lt;\/footer&gt;<\/span>\n&lt;\/blockquote&gt;<\/span><\/code><\/pre>\n<\/figure>\n<h4>Alternate displays<\/h4>\n<p>Add <code>.blockquote-reverse<\/code> for a blockquote with right-aligned content.<\/p>\n<div class=\"bs-example\" style=\"overflow:hidden\" data-example-id=\"blockquote-reverse\">\n<blockquote class=\"blockquote-reverse\">\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.<\/p>\n<footer>&mdash; Someone famous in <cite title=\"Source Title\">Source Title<\/cite><\/footer>\n<\/blockquote>\n<\/div>\n<figure class=\"highlight\">\n<pre><code class=\"language-html\" data-lang=\"html\">&lt;blockquote<\/span> <span class=\"na\">class=<\/span><span class=\"s\">\"blockquote-reverse\"<\/span>&gt;<\/span>\n  ...\n&lt;\/blockquote&gt;<\/span><\/code><\/pre>\n<\/figure>\n<h2>Lists<\/h2>\n<h3>Unordered<\/h3>\n<p>A list of items in which the order does <em>not<\/em> explicitly matter.<\/p>\n<div class=\"bs-example\" data-example-id=\"simple-ul\">\n<ul>\n<li>Lorem ipsum dolor sit amet<\/li>\n<li>Consectetur adipiscing elit<\/li>\n<li>Integer molestie lorem at massa<\/li>\n<li>Facilisis in pretium nisl aliquet<\/li>\n<li>Nulla volutpat aliquam velit\n<ul>\n<li>Phasellus iaculis neque<\/li>\n<li>Purus sodales ultricies<\/li>\n<li>Vestibulum laoreet porttitor sem<\/li>\n<li>Ac tristique libero volutpat at<\/li>\n<\/ul>\n<\/li>\n<li>Faucibus porta lacus fringilla vel<\/li>\n<li>Aenean sit amet erat nunc<\/li>\n<li>Eget porttitor lorem<\/li>\n<\/ul>\n<\/div>\n<figure class=\"highlight\">\n<pre><code class=\"language-html\" data-lang=\"html\">&lt;ul&gt;<\/span>\n  &lt;li&gt;<\/span>...&lt;\/li&gt;<\/span>\n&lt;\/ul&gt;<\/span><\/code><\/pre>\n<\/figure>\n<h3>Ordered<\/h3>\n<p>A list of items in which the order <em>does<\/em> explicitly matter.<\/p>\n<div class=\"bs-example\" data-example-id=\"simple-ol\">\n<ol>\n<li>Lorem ipsum dolor sit amet<\/li>\n<li>Consectetur adipiscing elit<\/li>\n<li>Integer molestie lorem at massa<\/li>\n<li>Facilisis in pretium nisl aliquet<\/li>\n<li>Nulla volutpat aliquam velit<\/li>\n<li>Faucibus porta lacus fringilla vel<\/li>\n<li>Aenean sit amet erat nunc<\/li>\n<li>Eget porttitor lorem<\/li>\n<\/ol>\n<\/div>\n<figure class=\"highlight\">\n<pre><code class=\"language-html\" data-lang=\"html\">&lt;ol&gt;<\/span>\n  &lt;li&gt;<\/span>...&lt;\/li&gt;<\/span>\n&lt;\/ol&gt;<\/span><\/code><\/pre>\n<\/figure>\n<h3>Unstyled<\/h3>\n<p>Remove the default <code>list-style<\/code> and left margin on list items (immediate children only). <strong>This only applies to immediate children list items<\/strong>, meaning you will need to add the class for any nested lists as well.<\/p>\n<div class=\"bs-example\" data-example-id=\"unstyled-list\">\n<ul class=\"list-unstyled\">\n<li>Lorem ipsum dolor sit amet<\/li>\n<li>Consectetur adipiscing elit<\/li>\n<li>Integer molestie lorem at massa<\/li>\n<li>Facilisis in pretium nisl aliquet<\/li>\n<li>Nulla volutpat aliquam velit\n<ul>\n<li>Phasellus iaculis neque<\/li>\n<li>Purus sodales ultricies<\/li>\n<li>Vestibulum laoreet porttitor sem<\/li>\n<li>Ac tristique libero volutpat at<\/li>\n<\/ul>\n<\/li>\n<li>Faucibus porta lacus fringilla vel<\/li>\n<li>Aenean sit amet erat nunc<\/li>\n<li>Eget porttitor lorem<\/li>\n<\/ul>\n<\/div>\n<figure class=\"highlight\">\n<pre><code class=\"language-html\" data-lang=\"html\">&lt;ul<\/span> <span class=\"na\">class=<\/span><span class=\"s\">\"list-unstyled\"<\/span>&gt;<\/span>\n  &lt;li&gt;<\/span>...&lt;\/li&gt;<\/span>\n&lt;\/ul&gt;<\/span><\/code><\/pre>\n<\/figure>\n<h3 id=\"inline\"><a class=\"anchorjs-link \" href=\"#inline\" aria-label=\"Anchor link for: inline\" data-anchorjs-icon=\"\ue9cb\" style=\"font-family: anchorjs-icons; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; line-height: inherit; position: absolute; margin-left: -1em; padding-right: 0.5em;\"><\/a>Inline<\/h3>\n<p>Place all list items on a single line with <code>display: inline-block;<\/code> and some light padding.<\/p>\n<div class=\"bs-example\" data-example-id=\"list-inline\">\n<ul class=\"list-inline\">\n<li>Lorem ipsum<\/li>\n<li>Phasellus iaculis<\/li>\n<li>Nulla volutpat<\/li>\n<\/ul>\n<\/div>\n<figure class=\"highlight\">\n<pre><code class=\"language-html\" data-lang=\"html\">&lt;ul<\/span> <span class=\"na\">class=<\/span><span class=\"s\">\"list-inline\"<\/span>&gt;<\/span>\n  &lt;li&gt;<\/span>...&lt;\/li&gt;<\/span>\n&lt;\/ul&gt;<\/span><\/code><\/pre>\n<\/figure>\n<h3>Description<\/h3>\n<p>A list of terms with their associated descriptions.<\/p>\n<div class=\"bs-example\" data-example-id=\"simple-dl\">\n<dl>\n<dt>Description lists<\/dt>\n<dd>A description list is perfect for defining terms.<\/dd>\n<dt>Euismod<\/dt>\n<dd>Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.<\/dd>\n<dd>Donec id elit non mi porta gravida at eget metus.<\/dd>\n<dt>Malesuada porta<\/dt>\n<dd>Etiam porta sem malesuada magna mollis euismod.<\/dd>\n<\/dl>\n<\/div>\n<figure class=\"highlight\">\n<pre><code class=\"language-html\" data-lang=\"html\">&lt;dl&gt;<\/span>\n  &lt;dt&gt;<\/span>...&lt;\/dt&gt;<\/span>\n  &lt;dd&gt;<\/span>...&lt;\/dd&gt;<\/span>\n&lt;\/dl&gt;<\/span><\/code><\/pre>\n<\/figure>\n<h4>Horizontal description<\/h4>\n<p>Make terms and descriptions in <code>&lt;dl&gt;<\/code> line up side-by-side.<\/p>\n<div class=\"bs-example\" data-example-id=\"horizontal-dl\">\n<dl class=\"dl-horizontal\">\n<dt>Description lists<\/dt>\n<dd>A description list is perfect for defining terms.<\/dd>\n<dt>Euismod<\/dt>\n<dd>Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.<\/dd>\n<dd>Donec id elit non mi porta gravida at eget metus.<\/dd>\n<dt>Malesuada porta<\/dt>\n<dd>Etiam porta sem malesuada magna mollis euismod.<\/dd>\n<dt>Felis euismod semper eget lacinia<\/dt>\n<dd>Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.<\/dd>\n<\/dl>\n<\/div>\n<figure class=\"highlight\">\n<pre><code class=\"language-html\" data-lang=\"html\">&lt;dl<\/span> <span class=\"na\">class=<\/span><span class=\"s\">\"dl-horizontal\"<\/span>&gt;<\/span>\n&lt;dt&gt;<\/span>...&lt;\/dt&gt;<\/span>\n&lt;dd&gt;<\/span>...&lt;\/dd&gt;<\/span>\n&lt;\/dl&gt;<\/span><\/code><\/pre>\n<\/figure>\n<h3>Tables<\/h3>\n<p>Use .table, .classic-table and .striped-table class names for the default, classic and striped tables, respectively.<\/p>\n<h4>Default table<\/h4>\n<table class=\"table\">\n<caption>Optional table caption.<\/caption>\n<thead>\n<tr>\n<th>#<\/th>\n<th>First Name<\/th>\n<th>Last Name<\/th>\n<th>Username<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<th scope=\"row\">1<\/th>\n<td>Mark<\/td>\n<td>Otto<\/td>\n<td>@mdo<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">2<\/th>\n<td>Jacob<\/td>\n<td>Thornton<\/td>\n<td>@fat<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">3<\/th>\n<td>Larry<\/td>\n<td>the Bird<\/td>\n<td>@twitter<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h4>Classic table<\/h4>\n<table class=\"table-classic\">\n<caption>Optional table caption.<\/caption>\n<thead>\n<tr>\n<th>#<\/th>\n<th>First Name<\/th>\n<th>Last Name<\/th>\n<th>Username<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<th scope=\"row\">1<\/th>\n<td>Mark<\/td>\n<td>Otto<\/td>\n<td>@mdo<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">2<\/th>\n<td>Jacob<\/td>\n<td>Thornton<\/td>\n<td>@fat<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">3<\/th>\n<td>Larry<\/td>\n<td>the Bird<\/td>\n<td>@twitter<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h4>Striped table<\/h4>\n<table class=\"table-striped\">\n<caption>Optional table caption.<\/caption>\n<thead>\n<tr>\n<th>#<\/th>\n<th>First Name<\/th>\n<th>Last Name<\/th>\n<th>Username<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<th scope=\"row\">1<\/th>\n<td>Mark<\/td>\n<td>Otto<\/td>\n<td>@mdo<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">2<\/th>\n<td>Jacob<\/td>\n<td>Thornton<\/td>\n<td>@fat<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">3<\/th>\n<td>Larry<\/td>\n<td>the Bird<\/td>\n<td>@twitter<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n","protected":false},"excerpt":{"rendered":"<p>Headings All HTML headings, &lt;h1&gt; through &lt;h6&gt;, are available. .h1 through .h6 classes are also&#8230;<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-693","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.seedogochannel.com\/en\/wp-json\/wp\/v2\/pages\/693"}],"collection":[{"href":"https:\/\/www.seedogochannel.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.seedogochannel.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.seedogochannel.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.seedogochannel.com\/en\/wp-json\/wp\/v2\/comments?post=693"}],"version-history":[{"count":0,"href":"https:\/\/www.seedogochannel.com\/en\/wp-json\/wp\/v2\/pages\/693\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.seedogochannel.com\/en\/wp-json\/wp\/v2\/media?parent=693"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}