{"id":1178,"date":"2013-01-11T20:22:19","date_gmt":"2013-01-11T20:22:19","guid":{"rendered":"http:\/\/wptest.io\/demo\/?p=919"},"modified":"2022-07-08T12:08:07","modified_gmt":"2022-07-08T12:08:07","slug":"markup-html-tags-and-formatting","status":"publish","type":"post","link":"https:\/\/wonder.yithemes.com\/orchid\/markup-html-tags-and-formatting\/","title":{"rendered":"Markup: HTML Tags and Formatting"},"content":{"rendered":"\n<p><strong>Headings<\/strong><\/p>\n\n\n\n<h1 class=\"wp-block-heading\">Header one<\/h1>\n\n\n\n<h2 class=\"wp-block-heading\">Header two<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Header three<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">Header four<\/h4>\n\n\n\n<h5 class=\"wp-block-heading\">Header five<\/h5>\n\n\n\n<h6 class=\"wp-block-heading\">Header six<\/h6>\n\n\n\n<h2 class=\"wp-block-heading\">Blockquotes<\/h2>\n\n\n\n<p>Single line blockquote:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>Stay hungry. Stay foolish.<\/p><\/blockquote>\n\n\n\n<p>Multi line blockquote with a cite reference:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><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 &lt;a href=&#8221;https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/HTML\/Element\/cite&#8221; title=&#8221;The HTML Citation Element <cite> 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.&#8221;&gt;<code>&lt;cite&gt;<\/code> element.<\/cite><\/p><cite> 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.&#8221;&gt;<code>&lt;cite&gt;<\/code> element.<\/cite><\/blockquote>\n\n\n\n<p><cite>multiple contributors<\/cite> &#8211; MDN HTML element reference &#8211; blockquote<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Tables<\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Employee<\/th><th>Salary<\/th><th>&nbsp;<\/th><\/tr><\/thead><tbody><tr><th><a href=\"http:\/\/example.org\/\">John Doe<\/a><\/th><td>$1<\/td><td>Because that&#8217;s all Steve Jobs needed for a salary.<\/td><\/tr><tr><th><a href=\"http:\/\/example.org\/\">Jane Doe<\/a><\/th><td>$100K<\/td><td>For all the blogging she does.<\/td><\/tr><tr><th><a href=\"http:\/\/example.org\/\">Fred Bloggs<\/a><\/th><td>$100M<\/td><td>Pictures are worth a thousand words, right? So Jane x 1,000.<\/td><\/tr><tr><th><a href=\"http:\/\/example.org\/\">Jane Bloggs<\/a><\/th><td>$100B<\/td><td>With hair like that?! Enough said&#8230;<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Definition Lists<\/h2>\n\n\n\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\n\n\n<h2 class=\"wp-block-heading\">Unordered Lists (Nested)<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><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><li>List item two<\/li><li>List item three<\/li><li>List item four<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Ordered List (Nested)<\/h2>\n\n\n\n<ol class=\"wp-block-list\" start=\"8\"><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><li>List item two<\/li><li>List item three<\/li><li>List item four<\/li><\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">HTML Tags<\/h2>\n\n\n\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\n\n\n<p><strong>Address Tag<\/strong><\/p>\n\n\n\n<address>1 Infinite Loop<br>Cupertino, CA 95014<br>United States<\/address>\n\n\n\n<p><strong>Anchor Tag (aka. Link)<\/strong><\/p>\n\n\n\n<p>This is an example of a <a title=\"WordPress Foundation\" href=\"https:\/\/wordpressfoundation.org\/\">link<\/a>.<\/p>\n\n\n\n<p><strong>Abbreviation Tag<\/strong><\/p>\n\n\n\n<p>The abbreviation <abbr title=\"Seriously\">srsly<\/abbr> stands for &#8220;seriously&#8221;.<\/p>\n\n\n\n<p><strong>Acronym Tag (<em>deprecated in HTML5<\/em>)<\/strong><\/p>\n\n\n\n<p>The acronym <acronym title=\"For The Win\">ftw<\/acronym> stands for &#8220;for the win&#8221;.<\/p>\n\n\n\n<p><strong>Big Tag<\/strong> (<em>deprecated in HTML5<\/em>)<\/p>\n\n\n\n<p>These tests are a <big>big<\/big> deal, but this tag is no longer supported in HTML5.<\/p>\n\n\n\n<p><strong>Cite Tag<\/strong><\/p>\n\n\n\n<p>&#8220;Code is poetry.&#8221; &#8212;<cite>Automattic<\/cite><\/p>\n\n\n\n<p><strong>Code Tag<\/strong><\/p>\n\n\n\n<p>This tag styles blocks of code.<br><code>.post-title {<br>\nmargin: 0 0 5px;<br>\nfont-weight: bold;<br>\nfont-size: 38px;<br>\nline-height: 1.2;<br>\nand 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>You will learn later on in these tests that word-wrap: break-word;will be your best friend.<\/p>\n\n\n\n<p><strong>Delete Tag<\/strong><\/p>\n\n\n\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\n\n\n<p><strong>Emphasize Tag<\/strong><\/p>\n\n\n\n<p>The emphasize tag should <em>italicize<\/em> <i>text<\/i>.<\/p>\n\n\n\n<p><strong>Horizontal Rule Tag<\/strong><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>This sentence is following a <code>&lt;hr \/&gt;<\/code> tag.<\/p>\n\n\n\n<p><strong>Insert Tag<\/strong><\/p>\n\n\n\n<p>This tag should denote <ins cite=\"inserted it\">inserted<\/ins> text.<\/p>\n\n\n\n<p><strong>Keyboard Tag<\/strong><\/p>\n\n\n\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\n\n\n<p><strong>Preformatted Tag<\/strong><\/p>\n\n\n\n<p>This tag is for preserving whitespace as typed, such as in poetry or ASCII art.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Road Not Taken<\/h2>\n\n\n\n<pre class=\"wp-block-preformatted\"><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\n\n\n<p><strong>Quote Tag<\/strong> for short, inline quotes<\/p>\n\n\n\n<p><q>Developers, developers, developers&#8230;<\/q> &#8211;Steve Ballmer<\/p>\n\n\n\n<p><strong>Strike Tag<\/strong> (<em>deprecated in HTML5<\/em>) and <strong>S Tag<\/strong><\/p>\n\n\n\n<p>This tag shows <span style=\"text-decoration: line-through;\">strike-through<\/span> <s>text<\/s>.<\/p>\n\n\n\n<p><strong>Small Tag<\/strong><\/p>\n\n\n\n<p>This tag shows <small>smaller<small> text.<\/small><\/small><\/p>\n\n\n\n<p><strong>Strong Tag<\/strong><\/p>\n\n\n\n<p>This tag shows <strong>bold<strong> text.<\/strong><\/strong><\/p>\n\n\n\n<p><strong>Subscript Tag<\/strong><\/p>\n\n\n\n<p>Getting our science styling on with H<sub>2<\/sub>O, which should push the &#8220;2&#8221; down.<\/p>\n\n\n\n<p><strong>Superscript Tag<\/strong><\/p>\n\n\n\n<p>Still sticking with science and Albert Einstein&#8217;s E = MC<sup>2<\/sup>, which should lift the 2 up.<\/p>\n\n\n\n<p><strong>Teletype Tag <\/strong>(<em>obsolete in HTML5<\/em>)<\/p>\n\n\n\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\n\n\n<p><strong>Underline Tag<\/strong> <em>deprecated in HTML 4, re-introduced in HTML5 with other semantics<\/em><\/p>\n\n\n\n<p>This tag shows <u>underlined text<\/u>.<\/p>\n\n\n\n<p><strong>Variable Tag<\/strong><\/p>\n\n\n\n<p>This allows you to denote <var>variables<\/var>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Single line blockquote:<br \/>\nStay hungry. Stay foolish.<br \/>\nMulti line blockquote with a cite reference.<\/p>\n","protected":false},"author":1,"featured_media":1317,"comment_status":"closed","ping_status":"closed","sticky":true,"template":"","format":"standard","meta":{"footnotes":""},"categories":[39,43],"tags":[40,41,46,47,42],"class_list":["post-1178","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blogroll","category-markup","tag-content-2","tag-css","tag-formatting-2","tag-html","tag-markup-2"],"_links":{"self":[{"href":"https:\/\/wonder.yithemes.com\/orchid\/wp-json\/wp\/v2\/posts\/1178","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wonder.yithemes.com\/orchid\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wonder.yithemes.com\/orchid\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wonder.yithemes.com\/orchid\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wonder.yithemes.com\/orchid\/wp-json\/wp\/v2\/comments?post=1178"}],"version-history":[{"count":5,"href":"https:\/\/wonder.yithemes.com\/orchid\/wp-json\/wp\/v2\/posts\/1178\/revisions"}],"predecessor-version":[{"id":1263,"href":"https:\/\/wonder.yithemes.com\/orchid\/wp-json\/wp\/v2\/posts\/1178\/revisions\/1263"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wonder.yithemes.com\/orchid\/wp-json\/wp\/v2\/media\/1317"}],"wp:attachment":[{"href":"https:\/\/wonder.yithemes.com\/orchid\/wp-json\/wp\/v2\/media?parent=1178"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wonder.yithemes.com\/orchid\/wp-json\/wp\/v2\/categories?post=1178"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wonder.yithemes.com\/orchid\/wp-json\/wp\/v2\/tags?post=1178"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}