{"id":149,"date":"2013-10-23T12:12:37","date_gmt":"2013-10-23T12:12:37","guid":{"rendered":"https:\/\/demos.pixelgrade.com\/bucket\/?page_id=149"},"modified":"2013-12-09T21:26:02","modified_gmt":"2013-12-09T21:26:02","slug":"markup-and-formatting","status":"publish","type":"page","link":"https:\/\/demos.pixelgrade.com\/bucket\/markup-and-formatting\/","title":{"rendered":"Markup And Formatting"},"content":{"rendered":"<h2>Headings<\/h2>\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><p>People think focus means saying yes to the thing you\u2019ve got to focus on. But that\u2019s 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\u2019m actually as proud of the things we haven\u2019t done as the things I have done. Innovation is saying no to 1,000 things. <cite>Steve Jobs \u2013 Apple Worldwide Developers\u2019 Conference, 1997<\/cite><\/p><\/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:\/\/john.do\/\">John Saddington<\/a><\/td>\n<td>$1<\/td>\n<td>Because that\u2019s all Steve Job\u2019 needed for a salary.<\/td>\n<\/tr>\n<tr class=\"even\">\n<td><a href=\"http:\/\/tommcfarlin.com\/\">Tom McFarlin<\/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:\/\/jarederickson.com\/\">Jared Erickson<\/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:\/\/chrisam.es\/\">Chris Ames<\/a><\/td>\n<td>$100B<\/td>\n<td>With hair like that?! Enough said\u2026<\/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 \u201cBig Black\u201d Boykins, \u201cDo Work\u201d works as a self motivator, to motivating your friends.<\/dd>\n<dt>Do It Live<\/dt>\n<dd>I\u2019ll let Bill O\u2019Reilly 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>.<\/p>\n<p><strong>Address Tag<\/strong><\/p>\n<address>1 Infinite LoopCupertino, CA 95014United States<\/p>\n<\/address>\n<p><strong>Anchor Tag (aka. Link)<\/strong><\/p>\n<p>This is an example of a <a title=\"Apple\" href=\"http:\/\/apple.com\">link<\/a>.<\/p>\n<p><strong>Abbreviation Tag<\/strong><\/p>\n<p>The abbreviation <abbr title=\"Seriously\">srsly<\/abbr> stands for \u201cseriously\u201d.<\/p>\n<p><strong>Acronym Tag<\/strong><\/p>\n<p>The acronym <acronym title=\"For The Win\">ftw<\/acronym> stands for \u201cfor the win\u201d.<\/p>\n<p><strong>Big Tag<\/strong><\/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>\u201cCode is poetry.\u201d \u2013<cite>Automattic<\/cite><\/p>\n<p><strong>Code Tag<\/strong><\/p>\n<p>You 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>strikeout text<\/del>, but this tag is no longer supported in HTML5 (use the <code>&lt;strike&gt;<\/code> instead).<\/p>\n<p><strong>Emphasize Tag<\/strong><\/p>\n<p>The emphasize tag should <em>italicize<\/em> text.<\/p>\n<p><strong>Insert Tag<\/strong><\/p>\n<p>This tag should denote <ins>inserted<\/ins> text.<\/p>\n<p><strong>Keyboard Tag<\/strong><\/p>\n<p>This scarsly 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 styles large blocks of code.<\/p>\n<pre>.post-title {\r\n\tmargin: 0 0 5px;\r\n\tfont-weight: bold;\r\n\tfont-size: 38px;\r\n\tline-height: 1.2;\r\n}<\/pre>\n<p><strong>Quote Tag<\/strong><\/p>\n<p><q>Developers, developers, developers\u2026<\/q> \u2013Steve Ballmer<\/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 \u201c2\u2033 down.<\/p>\n<p><strong>Superscript Tag<\/strong><\/p>\n<p>Still sticking with science and Isaac Newton\u2019s E = MC<sup>2<\/sup>, which should lift the 2 up.<\/p>\n<p><strong>Teletype Tag<\/strong><\/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>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..<\/p>\n","protected":false},"author":951,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-no-sidebar.php","meta":{"footnotes":""},"class_list":["post-149","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Markup And Formatting - Bucket<\/title>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Markup And Formatting - Bucket\" \/>\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..\" \/>\n<meta property=\"og:url\" content=\"https:\/\/demos.pixelgrade.com\/bucket\/markup-and-formatting\/\" \/>\n<meta property=\"og:site_name\" content=\"Bucket\" \/>\n<meta property=\"article:modified_time\" content=\"2013-12-09T21:26:02+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/demos.pixelgrade.com\/bucket\/#website\",\"url\":\"https:\/\/demos.pixelgrade.com\/bucket\/\",\"name\":\"Bucket\",\"description\":\"A Digital Magazine Style WordPress Theme\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/demos.pixelgrade.com\/bucket\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/demos.pixelgrade.com\/bucket\/markup-and-formatting\/\",\"url\":\"https:\/\/demos.pixelgrade.com\/bucket\/markup-and-formatting\/\",\"name\":\"Markup And Formatting - Bucket\",\"isPartOf\":{\"@id\":\"https:\/\/demos.pixelgrade.com\/bucket\/#website\"},\"datePublished\":\"2013-10-23T12:12:37+00:00\",\"dateModified\":\"2013-12-09T21:26:02+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/demos.pixelgrade.com\/bucket\/markup-and-formatting\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/demos.pixelgrade.com\/bucket\/markup-and-formatting\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/demos.pixelgrade.com\/bucket\/markup-and-formatting\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/demos.pixelgrade.com\/bucket\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Markup And Formatting\"}]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Markup And Formatting - Bucket","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"Markup And Formatting - Bucket","og_description":"Headings Header one Header two Header three Header four Header five Header six Blockquotes Single line blockquote: Stay hungry. Stay..","og_url":"https:\/\/demos.pixelgrade.com\/bucket\/markup-and-formatting\/","og_site_name":"Bucket","article_modified_time":"2013-12-09T21:26:02+00:00","twitter_card":"summary","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/demos.pixelgrade.com\/bucket\/#website","url":"https:\/\/demos.pixelgrade.com\/bucket\/","name":"Bucket","description":"A Digital Magazine Style WordPress Theme","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/demos.pixelgrade.com\/bucket\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/demos.pixelgrade.com\/bucket\/markup-and-formatting\/","url":"https:\/\/demos.pixelgrade.com\/bucket\/markup-and-formatting\/","name":"Markup And Formatting - Bucket","isPartOf":{"@id":"https:\/\/demos.pixelgrade.com\/bucket\/#website"},"datePublished":"2013-10-23T12:12:37+00:00","dateModified":"2013-12-09T21:26:02+00:00","breadcrumb":{"@id":"https:\/\/demos.pixelgrade.com\/bucket\/markup-and-formatting\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/demos.pixelgrade.com\/bucket\/markup-and-formatting\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/demos.pixelgrade.com\/bucket\/markup-and-formatting\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/demos.pixelgrade.com\/bucket\/"},{"@type":"ListItem","position":2,"name":"Markup And Formatting"}]}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/demos.pixelgrade.com\/bucket\/wp-json\/wp\/v2\/pages\/149","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/demos.pixelgrade.com\/bucket\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/demos.pixelgrade.com\/bucket\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/demos.pixelgrade.com\/bucket\/wp-json\/wp\/v2\/users\/951"}],"replies":[{"embeddable":true,"href":"https:\/\/demos.pixelgrade.com\/bucket\/wp-json\/wp\/v2\/comments?post=149"}],"version-history":[{"count":0,"href":"https:\/\/demos.pixelgrade.com\/bucket\/wp-json\/wp\/v2\/pages\/149\/revisions"}],"wp:attachment":[{"href":"https:\/\/demos.pixelgrade.com\/bucket\/wp-json\/wp\/v2\/media?parent=149"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}