{"id":3903,"date":"2013-03-15T18:20:05","date_gmt":"2013-03-15T23:20:05","guid":{"rendered":"https:\/\/cpg.ge\/page-markup-and-formatting\/"},"modified":"2013-03-15T18:20:05","modified_gmt":"2013-03-15T23:20:05","slug":"page-markup-and-formatting","status":"publish","type":"page","link":"https:\/\/cpg.ge\/ge\/about\/page-markup-and-formatting\/","title":{"rendered":"Page Markup And Formatting"},"content":{"rendered":"<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>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><\/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&#8217;s all Steve Job&#8217; 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><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 &#8220;Big Black&#8221; Boykins, &#8220;Do Work&#8221; works as a self motivator, to motivating your friends.<\/dd><dt>Do It Live<\/dt><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><\/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>\n\t<li>List item one\n<ol>\n\t<li>List item one\n<ol>\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<\/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=\"http:\/\/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=\"Apple\" href=\"http:\/\/apple.com\">link<\/a>.\n\n<strong>Abbreviation Tag<\/strong>\n\nThe abbreviation <abbr title=\"Seriously\">srsly<\/abbr> stands for &#8220;seriously&#8221;.\n\n<strong>Acronym Tag<\/strong>\n\nThe acronym <acronym title=\"For The Win\">ftw<\/acronym> stands for &#8220;for the win&#8221;.\n\n<strong>Big Tag<\/strong>\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&#8220;Code is poetry.&#8221; &#8212;<cite>Automattic<\/cite>\n\n<strong>Code Tag<\/strong>\n\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>strikeout text<\/del>, but this tag is no longer supported in HTML5 (use the <code>&lt;strike&gt;<\/code> instead).\n\n<strong>Emphasize Tag<\/strong>\n\nThe emphasize tag should <em>italicize<\/em> text.\n\n<strong>Insert Tag<\/strong>\n\nThis tag should denote <ins>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 styles large blocks of code.\n<pre>.post-title {\n\tmargin: 0 0 5px;\n\tfont-weight: bold;\n\tfont-size: 38px;\n\tline-height: 1.2;\n}<\/pre>\n<strong>Quote Tag<\/strong>\n\n<q>Developers, developers, developers&#8230;<\/q> &#8211;Steve Ballmer\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 &#8220;2&#8221; down.\n\n<strong>Superscript Tag<\/strong>\n\nStill sticking with science and Isaac Newton&#8217;s E = MC<sup>2<\/sup>, which should lift the 2 up.\n\n<strong>Teletype Tag<\/strong>\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>Variable Tag<\/strong>\n\nThis allows you to denote <var>variables<\/var>.","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: 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 [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":3927,"menu_order":0,"comment_status":"open","ping_status":"open","template":"","meta":{"footnotes":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Page Markup And Formatting - CPG<\/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:\/\/cpg.ge\/ge\/about\/page-markup-and-formatting\/\" \/>\n<meta property=\"og:locale\" content=\"ka_GE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Page Markup And Formatting - CPG\" \/>\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: 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 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cpg.ge\/ge\/about\/page-markup-and-formatting\/\" \/>\n<meta property=\"og:site_name\" content=\"CPG\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cpg.ge\/wp-content\/uploads\/2024\/07\/CPG-cover.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\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=\"3 \u10ec\u10e3\u10d7\u10d8\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cpg.ge\/ge\/about\/page-markup-and-formatting\/\",\"url\":\"https:\/\/cpg.ge\/ge\/about\/page-markup-and-formatting\/\",\"name\":\"Page Markup And Formatting - CPG\",\"isPartOf\":{\"@id\":\"https:\/\/cpg.ge\/ge\/#website\"},\"datePublished\":\"2013-03-15T23:20:05+00:00\",\"dateModified\":\"2013-03-15T23:20:05+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/cpg.ge\/ge\/about\/page-markup-and-formatting\/#breadcrumb\"},\"inLanguage\":\"ka-GE\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cpg.ge\/ge\/about\/page-markup-and-formatting\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cpg.ge\/ge\/about\/page-markup-and-formatting\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cpg.ge\/ge\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"About The Tests\",\"item\":\"https:\/\/cpg.ge\/ge\/about\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Page Markup And Formatting\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cpg.ge\/ge\/#website\",\"url\":\"https:\/\/cpg.ge\/ge\/\",\"name\":\"CPG.ge\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cpg.ge\/ge\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ka-GE\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Page Markup And Formatting - CPG","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:\/\/cpg.ge\/ge\/about\/page-markup-and-formatting\/","og_locale":"ka_GE","og_type":"article","og_title":"Page Markup And Formatting - CPG","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: 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 [&hellip;]","og_url":"https:\/\/cpg.ge\/ge\/about\/page-markup-and-formatting\/","og_site_name":"CPG","og_image":[{"width":1200,"height":630,"url":"https:\/\/cpg.ge\/wp-content\/uploads\/2024\/07\/CPG-cover.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 \u10ec\u10e3\u10d7\u10d8"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cpg.ge\/ge\/about\/page-markup-and-formatting\/","url":"https:\/\/cpg.ge\/ge\/about\/page-markup-and-formatting\/","name":"Page Markup And Formatting - CPG","isPartOf":{"@id":"https:\/\/cpg.ge\/ge\/#website"},"datePublished":"2013-03-15T23:20:05+00:00","dateModified":"2013-03-15T23:20:05+00:00","breadcrumb":{"@id":"https:\/\/cpg.ge\/ge\/about\/page-markup-and-formatting\/#breadcrumb"},"inLanguage":"ka-GE","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cpg.ge\/ge\/about\/page-markup-and-formatting\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/cpg.ge\/ge\/about\/page-markup-and-formatting\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cpg.ge\/ge\/"},{"@type":"ListItem","position":2,"name":"About The Tests","item":"https:\/\/cpg.ge\/ge\/about\/"},{"@type":"ListItem","position":3,"name":"Page Markup And Formatting"}]},{"@type":"WebSite","@id":"https:\/\/cpg.ge\/ge\/#website","url":"https:\/\/cpg.ge\/ge\/","name":"CPG.ge","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cpg.ge\/ge\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ka-GE"}]}},"_links":{"self":[{"href":"https:\/\/cpg.ge\/ge\/wp-json\/wp\/v2\/pages\/3903"}],"collection":[{"href":"https:\/\/cpg.ge\/ge\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cpg.ge\/ge\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cpg.ge\/ge\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/cpg.ge\/ge\/wp-json\/wp\/v2\/comments?post=3903"}],"version-history":[{"count":0,"href":"https:\/\/cpg.ge\/ge\/wp-json\/wp\/v2\/pages\/3903\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/cpg.ge\/ge\/wp-json\/wp\/v2\/pages\/3927"}],"wp:attachment":[{"href":"https:\/\/cpg.ge\/ge\/wp-json\/wp\/v2\/media?parent=3903"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}