{"id":1134,"date":"2013-03-15T18:20:05","date_gmt":"2013-03-15T23:20:05","guid":{"rendered":"http:\/\/wptest.io\/demo\/?page_id=1083"},"modified":"2021-09-09T04:46:44","modified_gmt":"2021-09-09T04:46:44","slug":"page-markup-and-formatting","status":"publish","type":"page","link":"https:\/\/websitedemos.net\/typography-01\/about\/page-markup-and-formatting\/","title":{"rendered":"Page Markup And Formatting"},"content":{"rendered":"<p><strong>Headings<\/strong><\/p>\n<h1>Header one<\/h1>\n<h2>Header two<\/h2>\n<h3>Header three<\/h3>\n<h4>Header four<\/h4>\n<h5>Header five<\/h5>\n<h6>Header six<\/h6>\n<h2>Blockquotes<\/h2>\n<p>Single line blockquote:<\/p>\n<blockquote><p>Stay hungry. Stay foolish.<\/p><\/blockquote>\n<p>Multi line blockquote with a cite reference:<\/p>\n<blockquote cite=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/HTML\/Element\/blockquote\">\n<p>The <strong>HTML <code>&lt;blockquote&gt;<\/code> Element<\/strong> (or <em>HTML Block Quotation Element<\/em>) indicates that the enclosed text is an extended quotation. Usually, this is rendered visually by indentation (see <a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/HTML\/Element\/blockquote#Notes\">Notes<\/a> for how to change it). A URL for the source of the quotation may be given using the <strong>cite<\/strong> attribute, while a text representation of the source can be given using the <a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/HTML\/Element\/cite\" title=\"The HTML Citation Element &lt;cite&gt; represents a reference to a creative work. It must include the title of a work or a URL reference, which may be in an abbreviated form according to the conventions used for the addition of citation metadata.\"><code>&lt;cite&gt;<\/code><\/a> element.<\/p>\n<\/blockquote>\n<p><cite>multiple contributors<\/cite> &#8211; MDN HTML element reference &#8211; blockquote<\/p>\n<h2>Tables<\/h2>\n<table>\n<tbody>\n<tr>\n<th>Employee<\/th>\n<th class=\"views\">Salary<\/th>\n<th><\/th>\n<\/tr>\n<tr class=\"odd\">\n<td><a href=\"http:\/\/example.com\/\">Jane<\/a><\/td>\n<td>$1<\/td>\n<td>Because that&#8217;s all Steve Jobs needed for a salary.<\/td>\n<\/tr>\n<tr class=\"even\">\n<td><a href=\"http:\/\/example.com\">John<\/a><\/td>\n<td>$100K<\/td>\n<td>For all the blogging he does.<\/td>\n<\/tr>\n<tr class=\"odd\">\n<td><a href=\"http:\/\/example.com\/\">Jane<\/a><\/td>\n<td>$100M<\/td>\n<td>Pictures are worth a thousand words, right? So Tom x 1,000.<\/td>\n<\/tr>\n<tr class=\"even\">\n<td><a href=\"http:\/\/example.com\/\">Jane<\/a><\/td>\n<td>$100B<\/td>\n<td>With hair like that?! Enough said&#8230;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Definition Lists<\/h2>\n<dl>\n<dt>Definition List Title<\/dt>\n<dd>Definition list division.<\/dd>\n<dt>Startup<\/dt>\n<dd>A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model.<\/dd>\n<dt>#dowork<\/dt>\n<dd>Coined by Rob Dyrdek and his personal body guard Christopher &#8220;Big Black&#8221; Boykins, &#8220;Do Work&#8221; works as a self motivator, to motivating your friends.<\/dd>\n<dt>Do It Live<\/dt>\n<dd>I&#8217;ll let Bill O&#8217;Reilly will <a title=\"We'll Do It Live\" href=\"https:\/\/www.youtube.com\/watch?v=O_HyZ5aW76c\">explain<\/a> this one.<\/dd>\n<\/dl>\n<h2>Unordered Lists (Nested)<\/h2>\n<ul>\n<li>List item one\n<ul>\n<li>List item one\n<ul>\n<li>List item one<\/li>\n<li>List item two<\/li>\n<li>List item three<\/li>\n<li>List item four<\/li>\n<\/ul>\n<\/li>\n<li>List item two<\/li>\n<li>List item three<\/li>\n<li>List item four<\/li>\n<\/ul>\n<\/li>\n<li>List item two<\/li>\n<li>List item three<\/li>\n<li>List item four<\/li>\n<\/ul>\n<h2>Ordered List (Nested)<\/h2>\n<ol start=\"8\">\n<li>List item one -start at 8\n<ol>\n<li>List item one\n<ol reversed=\"reversed\">\n<li>List item one -reversed attribute<\/li>\n<li>List item two<\/li>\n<li>List item three<\/li>\n<li>List item four<\/li>\n<\/ol>\n<\/li>\n<li>List item two<\/li>\n<li>List item three<\/li>\n<li>List item four<\/li>\n<\/ol>\n<\/li>\n<li>List item two<\/li>\n<li>List item three<\/li>\n<li>List item four<\/li>\n<\/ol>\n<h2>HTML Tags<\/h2>\n<p>These supported tags come from the WordPress.com code <a title=\"Code\" href=\"https:\/\/en.support.wordpress.com\/code\/\">FAQ<\/a>.<\/p>\n<p><strong>Address Tag<\/strong><\/p>\n<address>1 Infinite Loop<br \/>\nCupertino, CA 95014<br \/>\nUnited States<\/address>\n<p><strong>Anchor Tag (aka. Link)<\/strong><\/p>\n<p>This is an example of a <a title=\"WordPress Foundation\" href=\"https:\/\/wordpressfoundation.org\/\">link<\/a>.<\/p>\n<p><strong>Abbreviation Tag<\/strong><\/p>\n<p>The abbreviation <abbr title=\"Seriously\">srsly<\/abbr> stands for &#8220;seriously&#8221;.<\/p>\n<p><strong>Acronym Tag (<em>deprecated in HTML5<\/em>)<\/strong><\/p>\n<p>The acronym <acronym title=\"For The Win\">ftw<\/acronym> stands for &#8220;for the win&#8221;.<\/p>\n<p><strong>Big Tag<\/strong> (<em>deprecated in HTML5<\/em>)<\/p>\n<p>These tests are a <big>big<\/big> deal, but this tag is no longer supported in HTML5.<\/p>\n<p><strong>Cite Tag<\/strong><\/p>\n<p>&#8220;Code is poetry.&#8221; &#8212;<cite>Automattic<\/cite><\/p>\n<p><strong>Code Tag<\/strong><\/p>\n<p>This tag styles blocks of code.<br \/>\n<code>.post-title {<br \/>\n\tmargin: 0 0 5px;<br \/>\n\tfont-weight: bold;<br \/>\n\tfont-size: 38px;<br \/>\n\tline-height: 1.2;<br \/>\n\tand here's a line of some really, really, really, really long text, just to see how it is handled and to find out how it overflows;<br \/>\n}<\/code><br \/>\nYou will learn later on in these tests that <code>word-wrap: break-word;<\/code> will be your best friend.<\/p>\n<p><strong>Delete Tag<\/strong><\/p>\n<p>This tag will let you <del>strike out text<\/del>, but this tag is <em>recommended<\/em> supported in HTML5 (use the <code>&lt;s&gt;<\/code> instead).<\/p>\n<p><strong>Emphasize Tag<\/strong><\/p>\n<p>The emphasize tag should <em>italicize<\/em> <i>text<\/i>.<\/p>\n<p><strong>Horizontal Rule Tag<\/strong><\/p>\n<hr \/>\n<p>This sentence is following a <code>&lt;hr \/&gt;<\/code> tag.<\/p>\n<p><strong>Insert Tag<\/strong><\/p>\n<p>This tag should denote <ins cite=\"inserted it\">inserted<\/ins> text.<\/p>\n<p><strong>Keyboard Tag<\/strong><\/p>\n<p>This scarcely known tag emulates <kbd>keyboard text<\/kbd>, which is usually styled like the <code>&lt;code&gt;<\/code> tag.<\/p>\n<p><strong>Preformatted Tag<\/strong><\/p>\n<p>This tag is for preserving whitespace as typed, such as in poetry or ASCII art.<\/p>\n<h2>The Road Not Taken<\/h2>\n<pre>\n <cite>Robert Frost<\/cite>\n\n\n  Two roads diverged in a yellow wood,\n  And sorry I could not travel both          (_\/)\n  And be one traveler, long I stood         (='.'=)\n  And looked down one as far as I could     (\")_(\")\n  To where it bent in the undergrowth;\n\n  Then took the other, as just as fair,\n  And having perhaps the better claim,          |_\/|\n  Because it was grassy and wanted wear;       \/ @ @ \n  Though as for that the passing there        ( &gt; \u00ba &lt; )\n  Had worn them really about the same,         `&gt;&gt;x&lt;&lt;\u00b4\n                                               \/  O  \n  And both that morning equally lay\n  In leaves no step had trodden black.\n  Oh, I kept the first for another day!\n  Yet knowing how way leads on to way,\n  I doubted if I should ever come back.\n\n  I shall be telling this with a sigh\n  Somewhere ages and ages hence:\n  Two roads diverged in a wood, and I\u2014\n  I took the one less traveled by,\n  And that has made all the difference.\n\n\n  and here's a line of some really, really, really, really long text, just to see how it is handled and to find out how it overflows;\n<\/pre>\n<p><strong>Quote Tag<\/strong> for short, inline quotes<\/p>\n<p><q>Developers, developers, developers&#8230;<\/q> &#8211;Steve Ballmer<\/p>\n<p><strong>Strike Tag<\/strong> (<em>deprecated in HTML5<\/em>) and <strong>S Tag<\/strong><\/p>\n<p>This tag shows <strike>strike-through<\/strike> <s>text<\/s>.<\/p>\n<p><strong>Small Tag<\/strong><\/p>\n<p>This tag shows <small>smaller<small> text.<\/small><\/small><\/p>\n<p><strong>Strong Tag<\/strong><\/p>\n<p>This tag shows <strong>bold<strong> text.<\/strong><\/strong><\/p>\n<p><strong>Subscript Tag<\/strong><\/p>\n<p>Getting our science styling on with H<sub>2<\/sub>O, which should push the &#8220;2&#8221; down.<\/p>\n<p><strong>Superscript Tag<\/strong><\/p>\n<p>Still sticking with science and Albert Einstein&#8217;s E = MC<sup>2<\/sup>, which should lift the 2 up.<\/p>\n<p><strong>Teletype Tag <\/strong>(<em>obsolete in HTML5<\/em>)<\/p>\n<p>This rarely used tag emulates <tt>teletype text<\/tt>, which is usually styled like the <code>&lt;code&gt;<\/code> tag.<\/p>\n<p><strong>Underline Tag<\/strong> <em>deprecated in HTML 4, re-introduced in HTML5 with other semantics<\/em><\/p>\n<p>This tag shows <u>underlined text<\/u>.<\/p>\n<p><strong>Variable Tag<\/strong><\/p>\n<p>This allows you to denote <var>variables<\/var>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Headings Header one Header two Header three Header four Header five Header six Blockquotes Single line blockquote: Stay hungry. Stay foolish. Multi line blockquote with a cite reference: The HTML &lt;blockquote&gt; Element (or HTML Block Quotation Element) indicates that the enclosed text is an extended quotation. Usually, this is rendered visually by indentation (see Notes [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":1725,"menu_order":0,"comment_status":"open","ping_status":"open","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-1134","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Page Markup And Formatting - Astra Site<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/websitedemos.net\/typography-01\/about\/page-markup-and-formatting\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Page Markup And Formatting - Astra Site\" \/>\n<meta property=\"og:description\" content=\"Headings Header one Header two Header three Header four Header five Header six Blockquotes Single line blockquote: Stay hungry. Stay foolish. Multi line blockquote with a cite reference: The HTML &lt;blockquote&gt; Element (or HTML Block Quotation Element) indicates that the enclosed text is an extended quotation. Usually, this is rendered visually by indentation (see Notes [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/websitedemos.net\/typography-01\/about\/page-markup-and-formatting\/\" \/>\n<meta property=\"og:site_name\" content=\"Astra Site\" \/>\n<meta property=\"article:modified_time\" content=\"2021-09-09T04:46:44+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/websitedemos.net\/typography-01\/about\/page-markup-and-formatting\/\",\"url\":\"https:\/\/websitedemos.net\/typography-01\/about\/page-markup-and-formatting\/\",\"name\":\"Page Markup And Formatting - Astra Site\",\"isPartOf\":{\"@id\":\"https:\/\/websitedemos.net\/typography-01\/#website\"},\"datePublished\":\"2013-03-15T23:20:05+00:00\",\"dateModified\":\"2021-09-09T04:46:44+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/websitedemos.net\/typography-01\/about\/page-markup-and-formatting\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/websitedemos.net\/typography-01\/about\/page-markup-and-formatting\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/websitedemos.net\/typography-01\/about\/page-markup-and-formatting\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/websitedemos.net\/typography-01\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"About The Tests\",\"item\":\"https:\/\/websitedemos.net\/typography-01\/about\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Page Markup And Formatting\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/websitedemos.net\/typography-01\/#website\",\"url\":\"https:\/\/websitedemos.net\/typography-01\/\",\"name\":\"Astra Site\",\"description\":\"Just another Astra Starter Templates site\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/websitedemos.net\/typography-01\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Page Markup And Formatting - Astra Site","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/websitedemos.net\/typography-01\/about\/page-markup-and-formatting\/","og_locale":"en_US","og_type":"article","og_title":"Page Markup And Formatting - Astra Site","og_description":"Headings Header one Header two Header three Header four Header five Header six Blockquotes Single line blockquote: Stay hungry. Stay foolish. Multi line blockquote with a cite reference: The HTML &lt;blockquote&gt; Element (or HTML Block Quotation Element) indicates that the enclosed text is an extended quotation. Usually, this is rendered visually by indentation (see Notes [&hellip;]","og_url":"https:\/\/websitedemos.net\/typography-01\/about\/page-markup-and-formatting\/","og_site_name":"Astra Site","article_modified_time":"2021-09-09T04:46:44+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/websitedemos.net\/typography-01\/about\/page-markup-and-formatting\/","url":"https:\/\/websitedemos.net\/typography-01\/about\/page-markup-and-formatting\/","name":"Page Markup And Formatting - Astra Site","isPartOf":{"@id":"https:\/\/websitedemos.net\/typography-01\/#website"},"datePublished":"2013-03-15T23:20:05+00:00","dateModified":"2021-09-09T04:46:44+00:00","breadcrumb":{"@id":"https:\/\/websitedemos.net\/typography-01\/about\/page-markup-and-formatting\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/websitedemos.net\/typography-01\/about\/page-markup-and-formatting\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/websitedemos.net\/typography-01\/about\/page-markup-and-formatting\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/websitedemos.net\/typography-01\/"},{"@type":"ListItem","position":2,"name":"About The Tests","item":"https:\/\/websitedemos.net\/typography-01\/about\/"},{"@type":"ListItem","position":3,"name":"Page Markup And Formatting"}]},{"@type":"WebSite","@id":"https:\/\/websitedemos.net\/typography-01\/#website","url":"https:\/\/websitedemos.net\/typography-01\/","name":"Astra Site","description":"Just another Astra Starter Templates site","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/websitedemos.net\/typography-01\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"post-meta":{"_uag_page_assets":"a:9:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";s:18:\"current_block_list\";a:0:{}s:8:\"uag_flag\";b:0;s:11:\"uag_version\";s:10:\"1726630047\";s:6:\"gfonts\";a:0:{}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:0;}"},"astra-page-options-data":{"elementor_load_fa4_shim":false},"original_content":"<strong>Headings<\/strong>\n<h1>Header one<\/h1>\n<h2>Header two<\/h2>\n<h3>Header three<\/h3>\n<h4>Header four<\/h4>\n<h5>Header five<\/h5>\n<h6>Header six<\/h6>\n<h2>Blockquotes<\/h2>\nSingle line blockquote:\n<blockquote>Stay hungry. Stay foolish.<\/blockquote>\nMulti line blockquote with a cite reference:\n<blockquote cite=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/HTML\/Element\/blockquote\"><p>The <strong>HTML <code>&lt;blockquote&gt;<\/code> Element<\/strong> (or <em>HTML Block Quotation Element<\/em>) indicates that the enclosed text is an extended quotation. Usually, this is rendered visually by indentation (see <a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/HTML\/Element\/blockquote#Notes\">Notes<\/a> for how to change it). A URL for the source of the quotation may be given using the <strong>cite<\/strong> attribute, while a text representation of the source can be given using the <a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/HTML\/Element\/cite\" title=\"The HTML Citation Element &lt;cite&gt; represents a reference to a creative work. It must include the title of a work or a URL reference, which may be in an abbreviated form according to the conventions used for the addition of citation metadata.\"><code>&lt;cite&gt;<\/code><\/a> element.<\/p><\/blockquote>\n<cite>multiple contributors<\/cite> - MDN HTML element reference - blockquote\n<h2>Tables<\/h2>\n<table>\n<tbody>\n<tr>\n<th>Employee<\/th>\n<th class=\"views\">Salary<\/th>\n<th><\/th>\n<\/tr>\n<tr class=\"odd\">\n<td><a href=\"http:\/\/example.com\/\">Jane<\/a><\/td>\n<td>$1<\/td>\n<td>Because that's all Steve Jobs needed for a salary.<\/td>\n<\/tr>\n<tr class=\"even\">\n<td><a href=\"http:\/\/example.com\">John<\/a><\/td>\n<td>$100K<\/td>\n<td>For all the blogging he does.<\/td>\n<\/tr>\n<tr class=\"odd\">\n<td><a href=\"http:\/\/example.com\/\">Jane<\/a><\/td>\n<td>$100M<\/td>\n<td>Pictures are worth a thousand words, right? So Tom x 1,000.<\/td>\n<\/tr>\n<tr class=\"even\">\n<td><a href=\"http:\/\/example.com\/\">Jane<\/a><\/td>\n<td>$100B<\/td>\n<td>With hair like that?! Enough said...<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Definition Lists<\/h2>\n<dl><dt>Definition List Title<\/dt><dd>Definition list division.<\/dd><dt>Startup<\/dt><dd>A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model.<\/dd><dt>#dowork<\/dt><dd>Coined by Rob Dyrdek and his personal body guard Christopher \"Big Black\" Boykins, \"Do Work\" works as a self motivator, to motivating your friends.<\/dd><dt>Do It Live<\/dt><dd>I'll let Bill O'Reilly will <a title=\"We'll Do It Live\" href=\"https:\/\/www.youtube.com\/watch?v=O_HyZ5aW76c\">explain<\/a> this one.<\/dd><\/dl>\n<h2>Unordered Lists (Nested)<\/h2>\n<ul>\n\t<li>List item one\n<ul>\n\t<li>List item one\n<ul>\n\t<li>List item one<\/li>\n\t<li>List item two<\/li>\n\t<li>List item three<\/li>\n\t<li>List item four<\/li>\n<\/ul>\n<\/li>\n\t<li>List item two<\/li>\n\t<li>List item three<\/li>\n\t<li>List item four<\/li>\n<\/ul>\n<\/li>\n\t<li>List item two<\/li>\n\t<li>List item three<\/li>\n\t<li>List item four<\/li>\n<\/ul>\n<h2>Ordered List (Nested)<\/h2>\n<ol start=\"8\">\n \t<li>List item one -start at 8\n<ol>\n \t<li>List item one\n<ol reversed=\"reversed\">\n \t<li>List item one -reversed attribute<\/li>\n\t<li>List item two<\/li>\n\t<li>List item three<\/li>\n\t<li>List item four<\/li>\n<\/ol>\n<\/li>\n\t<li>List item two<\/li>\n\t<li>List item three<\/li>\n\t<li>List item four<\/li>\n<\/ol>\n<\/li>\n\t<li>List item two<\/li>\n\t<li>List item three<\/li>\n\t<li>List item four<\/li>\n<\/ol>\n<h2>HTML Tags<\/h2>\nThese supported tags come from the WordPress.com code <a title=\"Code\" href=\"https:\/\/en.support.wordpress.com\/code\/\">FAQ<\/a>.\n\n<strong>Address Tag<\/strong>\n\n<address>1 Infinite Loop\nCupertino, CA 95014\nUnited States<\/address><strong>Anchor Tag (aka. Link)<\/strong>\n\nThis is an example of a <a title=\"WordPress Foundation\" href=\"https:\/\/wordpressfoundation.org\/\">link<\/a>.\n\n<strong>Abbreviation Tag<\/strong>\n\nThe abbreviation <abbr title=\"Seriously\">srsly<\/abbr> stands for \"seriously\".\n\n<strong>Acronym Tag (<em>deprecated in HTML5<\/em>)<\/strong>\n\nThe acronym <acronym title=\"For The Win\">ftw<\/acronym> stands for \"for the win\".\n\n<strong>Big Tag<\/strong> (<em>deprecated in HTML5<\/em>)\n\nThese tests are a <big>big<\/big> deal, but this tag is no longer supported in HTML5.\n\n<strong>Cite Tag<\/strong>\n\n\"Code is poetry.\" --<cite>Automattic<\/cite>\n\n<strong>Code Tag<\/strong>\n\nThis tag styles blocks of code.\n<code>.post-title {\n\tmargin: 0 0 5px;\n\tfont-weight: bold;\n\tfont-size: 38px;\n\tline-height: 1.2;\n\tand here's a line of some really, really, really, really long text, just to see how it is handled and to find out how it overflows;\n}<\/code>\nYou will learn later on in these tests that <code>word-wrap: break-word;<\/code> will be your best friend.\n\n<strong>Delete Tag<\/strong>\n\nThis tag will let you <del>strike out text<\/del>, but this tag is <em>recommended<\/em> supported in HTML5 (use the <code>&lt;s&gt;<\/code> instead).\n\n<strong>Emphasize Tag<\/strong>\n\nThe emphasize tag should <em>italicize<\/em> <i>text<\/i>.\n\n<strong>Horizontal Rule Tag<\/strong>\n\n<hr \/>\n\nThis sentence is following a <code>&lt;hr \/&gt;<\/code> tag.\n\n<strong>Insert Tag<\/strong>\n\nThis tag should denote <ins cite=\"inserted it\">inserted<\/ins> text.\n\n<strong>Keyboard Tag<\/strong>\n\nThis scarcely known tag emulates <kbd>keyboard text<\/kbd>, which is usually styled like the <code>&lt;code&gt;<\/code> tag.\n\n<strong>Preformatted Tag<\/strong>\n\nThis tag is for preserving whitespace as typed, such as in poetry or ASCII art.\n<h2>The Road Not Taken<\/h2>\n<pre>\n <cite>Robert Frost<\/cite>\n\n\n  Two roads diverged in a yellow wood,\n  And sorry I could not travel both          (_\/)\n  And be one traveler, long I stood         (='.'=)\n  And looked down one as far as I could     (\")_(\")\n  To where it bent in the undergrowth;\n\n  Then took the other, as just as fair,\n  And having perhaps the better claim,          |_\/|\n  Because it was grassy and wanted wear;       \/ @ @ \n  Though as for that the passing there        ( &gt; \u00ba &lt; )\n  Had worn them really about the same,         `&gt;&gt;x&lt;&lt;\u00b4\n                                               \/  O  \n  And both that morning equally lay\n  In leaves no step had trodden black.\n  Oh, I kept the first for another day!\n  Yet knowing how way leads on to way,\n  I doubted if I should ever come back.\n\n  I shall be telling this with a sigh\n  Somewhere ages and ages hence:\n  Two roads diverged in a wood, and I\u2014\n  I took the one less traveled by,\n  And that has made all the difference.\n\n\n  and here's a line of some really, really, really, really long text, just to see how it is handled and to find out how it overflows;\n<\/pre>\n<strong>Quote Tag<\/strong> for short, inline quotes\n\n<q>Developers, developers, developers...<\/q> --Steve Ballmer\n\n<strong>Strike Tag<\/strong> (<em>deprecated in HTML5<\/em>) and <strong>S Tag<\/strong>\n\nThis tag shows <strike>strike-through<\/strike> <s>text<\/s>.\n\n<strong>Small Tag<\/strong>\n\nThis tag shows <small>smaller<small> text.<\/small><\/small>\n\n<strong>Strong Tag<\/strong>\n\nThis tag shows <strong>bold<strong> text.<\/strong><\/strong>\n\n<strong>Subscript Tag<\/strong>\n\nGetting our science styling on with H<sub>2<\/sub>O, which should push the \"2\" down.\n\n<strong>Superscript Tag<\/strong>\n\nStill sticking with science and Albert Einstein's E = MC<sup>2<\/sup>, which should lift the 2 up.\n\n<strong>Teletype Tag <\/strong>(<em>obsolete in HTML5<\/em>)\n\nThis rarely used tag emulates <tt>teletype text<\/tt>, which is usually styled like the <code>&lt;code&gt;<\/code> tag.\n\n<strong>Underline Tag<\/strong> <em>deprecated in HTML 4, re-introduced in HTML5 with other semantics<\/em>\n\nThis tag shows <u>underlined text<\/u>.\n\n<strong>Variable Tag<\/strong>\n\nThis allows you to denote <var>variables<\/var>.","brizy_media":[],"_links":{"self":[{"href":"https:\/\/websitedemos.net\/typography-01\/wp-json\/wp\/v2\/pages\/1134","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/websitedemos.net\/typography-01\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/websitedemos.net\/typography-01\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/websitedemos.net\/typography-01\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/websitedemos.net\/typography-01\/wp-json\/wp\/v2\/comments?post=1134"}],"version-history":[{"count":1,"href":"https:\/\/websitedemos.net\/typography-01\/wp-json\/wp\/v2\/pages\/1134\/revisions"}],"predecessor-version":[{"id":1840,"href":"https:\/\/websitedemos.net\/typography-01\/wp-json\/wp\/v2\/pages\/1134\/revisions\/1840"}],"up":[{"embeddable":true,"href":"https:\/\/websitedemos.net\/typography-01\/wp-json\/wp\/v2\/pages\/1725"}],"wp:attachment":[{"href":"https:\/\/websitedemos.net\/typography-01\/wp-json\/wp\/v2\/media?parent=1134"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}