{"id":1178,"date":"2012-09-09T20:22:19","date_gmt":"2012-09-09T20:22:19","guid":{"rendered":"http:\/\/wptest.io\/demo\/?p=919"},"modified":"2012-09-09T20:22:19","modified_gmt":"2012-09-09T20:22:19","slug":"markup-html-tags-and-formatting","status":"publish","type":"post","link":"https:\/\/p2bterceirizacao.com.br\/index.php\/2012\/09\/09\/markup-html-tags-and-formatting\/","title":{"rendered":"Markup: HTML Tags and Formatting"},"content":{"rendered":"<h2>Headings<\/h2>\n<h1>Header one<\/h1>\n<h2>Header two<\/h2>\n<h3>Header three<\/h3>\n<p><!--more--><\/p>\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><p>People think focus means saying yes to the thing you&#8217;ve got to focus on. But that&#8217;s not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I&#8217;m actually as proud of the things we haven&#8217;t done as the things I have done. Innovation is saying no to 1,000 things. <cite>Steve Jobs &#8211; Apple Worldwide Developers&#8217; Conference, 1997<\/cite><\/p><\/blockquote>\n<h2>Tables<\/h2>\n<table class=\"table\">\n<thead>\n<tr>\n<th>Employee<\/th>\n<th>Salary<\/th>\n<th><\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<th><a href=\"http:\/\/example.org\/\">John Doe<\/a><\/th>\n<td>$1<\/td>\n<td>Because that&#8217;s all Steve Jobs needed for a salary.<\/td>\n<\/tr>\n<tr>\n<th><a href=\"http:\/\/example.org\/\">Jane Doe<\/a><\/th>\n<td>$100K<\/td>\n<td>For all the blogging she does.<\/td>\n<\/tr>\n<tr>\n<th><a href=\"http:\/\/example.org\/\">Fred Bloggs<\/a><\/th>\n<td>$100M<\/td>\n<td>Pictures are worth a thousand words, right? So Jane x 1,000.<\/td>\n<\/tr>\n<tr>\n<th><a href=\"http:\/\/example.org\/\">Jane Bloggs<\/a><\/th>\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>\n<li>List item one\n<ol>\n<li>List item one\n<ol>\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<\/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=\"http:\/\/en.support.wordpress.com\/code\/\">FAQ<\/a>. <strong>Address Tag<\/strong><\/p>\n<address>1 Infinite Loop Cupertino, CA 95014 United States<\/address>\n<p><strong>Anchor Tag (aka. Link)<\/strong> This is an example of a <a title=\"Apple\" href=\"http:\/\/apple.com\">link<\/a>. <strong>Abbreviation Tag<\/strong> The abbreviation <abbr title=\"Seriously\">srsly<\/abbr> stands for &#8220;seriously&#8221;. <strong>Acronym Tag (<em>deprecated in HTML5<\/em>)<\/strong> The acronym <acronym title=\"For The Win\">ftw<\/acronym> stands for &#8220;for the win&#8221;. <strong>Big Tag\u00a0<\/strong><strong>(<em>deprecated in HTML5<\/em>)<\/strong> These tests are a <big>big<\/big> deal, but this tag is no longer supported in HTML5. <strong>Cite Tag<\/strong> &#8220;Code is poetry.&#8221; &#8212;<cite>Automattic<\/cite> <strong>Code Tag<\/strong> You will learn later on in these tests that <code>word-wrap: break-word;<\/code> will be your best friend. <strong>Delete Tag<\/strong> This tag will let you <del>strikeout text<\/del>, but this tag is no longer supported in HTML5 (use the <code>&lt;strike&gt;<\/code> instead). <strong>Emphasize Tag<\/strong> The emphasize tag should <em>italicize<\/em> text. <strong>Insert Tag<\/strong> This tag should denote <ins>inserted<\/ins> text. <strong>Keyboard Tag<\/strong> This scarsly known tag emulates <kbd>keyboard text<\/kbd>, which is usually styled like the <code>&lt;code&gt;<\/code> tag. <strong>Preformatted Tag<\/strong> This tag styles large blocks of code.<\/p>\n<pre>.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 the PRE tag handles it and to find out how it overflows;\n}<\/pre>\n<p><strong>Quote Tag<\/strong> <q>Developers, developers, developers&#8230;<\/q> &#8211;Steve Ballmer <strong>Strike Tag\u00a0<\/strong><strong>(<em>deprecated in HTML5<\/em>)<\/strong> This tag shows <span style=\"text-decoration: line-through\">strike-through text<\/span> <strong>Strong Tag<\/strong> This tag shows <strong>bold<\/strong><strong> text.<\/strong> <strong>Subscript Tag<\/strong> Getting our science styling on with H<sub>2<\/sub>O, which should push the &#8220;2&#8221; down. <strong>Superscript Tag<\/strong> Still sticking with science and Isaac Newton&#8217;s E = MC<sup>2<\/sup>, which should lift the 2 up. <strong>Teletype Tag\u00a0<\/strong><strong>(<em>deprecated in HTML5<\/em>)<\/strong> This rarely used tag emulates <tt>teletype text<\/tt>, which is usually styled like the <code>&lt;code&gt;<\/code> tag. <strong>Variable Tag<\/strong> This allows you to denote <var>variables<\/var>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Headings Header one Header two Header three<\/p>\n","protected":false},"author":1,"featured_media":1832,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[7,11],"class_list":["post-1178","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-markup","tag-content-2","tag-markup-2","clearfix"],"_links":{"self":[{"href":"https:\/\/p2bterceirizacao.com.br\/index.php\/wp-json\/wp\/v2\/posts\/1178","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/p2bterceirizacao.com.br\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/p2bterceirizacao.com.br\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/p2bterceirizacao.com.br\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/p2bterceirizacao.com.br\/index.php\/wp-json\/wp\/v2\/comments?post=1178"}],"version-history":[{"count":0,"href":"https:\/\/p2bterceirizacao.com.br\/index.php\/wp-json\/wp\/v2\/posts\/1178\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/p2bterceirizacao.com.br\/index.php\/wp-json\/wp\/v2\/media\/1832"}],"wp:attachment":[{"href":"https:\/\/p2bterceirizacao.com.br\/index.php\/wp-json\/wp\/v2\/media?parent=1178"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/p2bterceirizacao.com.br\/index.php\/wp-json\/wp\/v2\/categories?post=1178"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/p2bterceirizacao.com.br\/index.php\/wp-json\/wp\/v2\/tags?post=1178"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}