{"id":58,"date":"2016-03-03T20:54:36","date_gmt":"2016-03-03T20:54:36","guid":{"rendered":"http:\/\/oscend.templines.org\/?p=58"},"modified":"2016-03-03T20:54:36","modified_gmt":"2016-03-03T20:54:36","slug":"markup-html-tags-and-formatting","status":"publish","type":"post","link":"https:\/\/bapm.ar\/?p=58","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<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.<\/p><\/blockquote>\n<p><cite>Steve Jobs<\/cite> &#8211; Apple Worldwide Developers&#8217; Conference, 1997<\/p>\n<h2>Tables<\/h2>\n<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 \u00abBig Black\u00bb Boykins, \u00abDo Work\u00bb 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>.<\/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=\"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 \u00abseriously\u00bb.<\/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 \u00abfor the win\u00bb.<\/p>\n<p><strong>Big Tag\u00a0<strong>(<em>deprecated in HTML5<\/em>)<\/strong><\/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>\u00abCode is poetry.\u00bb &#8212;<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 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 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><\/p>\n<p><q>Developers, developers, developers&#8230;<\/q> &#8211;Steve Ballmer<\/p>\n<p><strong>Strike Tag\u00a0<strong>(<em>deprecated in HTML5<\/em>)<\/strong><\/strong><\/p>\n<p>This tag shows <span style=\"text-decoration: line-through;\">strike-through text<\/span><\/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 \u00ab2\u00bb down.<\/p>\n<p><strong>Superscript Tag<\/strong><\/p>\n<p>Still sticking with science and Isaac Newton&#8217;s E = MC<sup>2<\/sup>, which should lift the 2 up.<\/p>\n<p><strong>Teletype Tag\u00a0<strong>(<em>deprecated in HTML5<\/em>)<\/strong><\/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 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<\/p>\n","protected":false},"author":1,"featured_media":20,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"footnotes":""},"categories":[7,8],"tags":[23,26],"class_list":["post-58","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-free-psd-graphics","category-modern-layouts","tag-responsive","tag-website"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"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&#039;ve got to focus on. But that&#039;s not what it means at all. It means saying no to\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"admin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/bapm.ar\/?p=58\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"es_ES\" \/>\n\t\t<meta property=\"og:site_name\" content=\"BA|PM - .\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Markup: HTML Tags and Formatting - BA|PM\" \/>\n\t\t<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&#039;ve got to focus on. But that&#039;s not what it means at all. It means saying no to\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/bapm.ar\/?p=58\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2016-03-03T20:54:36+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2016-03-03T20:54:36+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Markup: HTML Tags and Formatting - BA|PM\" \/>\n\t\t<meta name=\"twitter: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&#039;ve got to focus on. But that&#039;s not what it means at all. It means saying no to\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/bapm.ar\\\/?p=58#blogposting\",\"name\":\"Markup: HTML Tags and Formatting - BA|PM\",\"headline\":\"Markup: HTML Tags and Formatting\",\"author\":{\"@id\":\"https:\\\/\\\/bapm.ar\\\/?author=1#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/bapm.ar\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/bapm.ar\\\/wp-content\\\/uploads\\\/2016\\\/03\\\/blog-4-2-1.jpg\",\"width\":1200,\"height\":675},\"datePublished\":\"2016-03-03T20:54:36-03:00\",\"dateModified\":\"2016-03-03T20:54:36-03:00\",\"inLanguage\":\"es-ES\",\"commentCount\":1751,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/bapm.ar\\\/?p=58#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/bapm.ar\\\/?p=58#webpage\"},\"articleSection\":\"Free PSD Graphics, Modern Layouts, Responsive, Website\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bapm.ar\\\/?p=58#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bapm.ar#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bapm.ar\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bapm.ar\\\/?cat=7#listItem\",\"name\":\"Free PSD Graphics\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bapm.ar\\\/?cat=7#listItem\",\"position\":2,\"name\":\"Free PSD Graphics\",\"item\":\"https:\\\/\\\/bapm.ar\\\/?cat=7\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bapm.ar\\\/?p=58#listItem\",\"name\":\"Markup: HTML Tags and Formatting\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bapm.ar#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bapm.ar\\\/?p=58#listItem\",\"position\":3,\"name\":\"Markup: HTML Tags and Formatting\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bapm.ar\\\/?cat=7#listItem\",\"name\":\"Free PSD Graphics\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/bapm.ar\\\/#organization\",\"name\":\"BA|PM\",\"description\":\".\",\"url\":\"https:\\\/\\\/bapm.ar\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/bapm.ar\\\/?author=1#author\",\"url\":\"https:\\\/\\\/bapm.ar\\\/?author=1\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/bapm.ar\\\/?p=58#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fd976b1f03f4f90110cd4434db006480f2ab77a3afe52d6dc1129be9b3f86243?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"admin\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bapm.ar\\\/?p=58#webpage\",\"url\":\"https:\\\/\\\/bapm.ar\\\/?p=58\",\"name\":\"Markup: HTML Tags and Formatting - BA|PM\",\"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've got to focus on. But that's not what it means at all. It means saying no to\",\"inLanguage\":\"es-ES\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bapm.ar\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bapm.ar\\\/?p=58#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/bapm.ar\\\/?author=1#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/bapm.ar\\\/?author=1#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/bapm.ar\\\/wp-content\\\/uploads\\\/2016\\\/03\\\/blog-4-2-1.jpg\",\"@id\":\"https:\\\/\\\/bapm.ar\\\/?p=58\\\/#mainImage\",\"width\":1200,\"height\":675},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/bapm.ar\\\/?p=58#mainImage\"},\"datePublished\":\"2016-03-03T20:54:36-03:00\",\"dateModified\":\"2016-03-03T20:54:36-03:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bapm.ar\\\/#website\",\"url\":\"https:\\\/\\\/bapm.ar\\\/\",\"name\":\"BA|PM\",\"description\":\".\",\"inLanguage\":\"es-ES\",\"publisher\":{\"@id\":\"https:\\\/\\\/bapm.ar\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Markup: HTML Tags and Formatting - BA|PM","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've got to focus on. But that's not what it means at all. It means saying no to","canonical_url":"https:\/\/bapm.ar\/?p=58","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/bapm.ar\/?p=58#blogposting","name":"Markup: HTML Tags and Formatting - BA|PM","headline":"Markup: HTML Tags and Formatting","author":{"@id":"https:\/\/bapm.ar\/?author=1#author"},"publisher":{"@id":"https:\/\/bapm.ar\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/bapm.ar\/wp-content\/uploads\/2016\/03\/blog-4-2-1.jpg","width":1200,"height":675},"datePublished":"2016-03-03T20:54:36-03:00","dateModified":"2016-03-03T20:54:36-03:00","inLanguage":"es-ES","commentCount":1751,"mainEntityOfPage":{"@id":"https:\/\/bapm.ar\/?p=58#webpage"},"isPartOf":{"@id":"https:\/\/bapm.ar\/?p=58#webpage"},"articleSection":"Free PSD Graphics, Modern Layouts, Responsive, Website"},{"@type":"BreadcrumbList","@id":"https:\/\/bapm.ar\/?p=58#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/bapm.ar#listItem","position":1,"name":"Home","item":"https:\/\/bapm.ar","nextItem":{"@type":"ListItem","@id":"https:\/\/bapm.ar\/?cat=7#listItem","name":"Free PSD Graphics"}},{"@type":"ListItem","@id":"https:\/\/bapm.ar\/?cat=7#listItem","position":2,"name":"Free PSD Graphics","item":"https:\/\/bapm.ar\/?cat=7","nextItem":{"@type":"ListItem","@id":"https:\/\/bapm.ar\/?p=58#listItem","name":"Markup: HTML Tags and Formatting"},"previousItem":{"@type":"ListItem","@id":"https:\/\/bapm.ar#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/bapm.ar\/?p=58#listItem","position":3,"name":"Markup: HTML Tags and Formatting","previousItem":{"@type":"ListItem","@id":"https:\/\/bapm.ar\/?cat=7#listItem","name":"Free PSD Graphics"}}]},{"@type":"Organization","@id":"https:\/\/bapm.ar\/#organization","name":"BA|PM","description":".","url":"https:\/\/bapm.ar\/"},{"@type":"Person","@id":"https:\/\/bapm.ar\/?author=1#author","url":"https:\/\/bapm.ar\/?author=1","name":"admin","image":{"@type":"ImageObject","@id":"https:\/\/bapm.ar\/?p=58#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/fd976b1f03f4f90110cd4434db006480f2ab77a3afe52d6dc1129be9b3f86243?s=96&d=mm&r=g","width":96,"height":96,"caption":"admin"}},{"@type":"WebPage","@id":"https:\/\/bapm.ar\/?p=58#webpage","url":"https:\/\/bapm.ar\/?p=58","name":"Markup: HTML Tags and Formatting - BA|PM","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've got to focus on. But that's not what it means at all. It means saying no to","inLanguage":"es-ES","isPartOf":{"@id":"https:\/\/bapm.ar\/#website"},"breadcrumb":{"@id":"https:\/\/bapm.ar\/?p=58#breadcrumblist"},"author":{"@id":"https:\/\/bapm.ar\/?author=1#author"},"creator":{"@id":"https:\/\/bapm.ar\/?author=1#author"},"image":{"@type":"ImageObject","url":"https:\/\/bapm.ar\/wp-content\/uploads\/2016\/03\/blog-4-2-1.jpg","@id":"https:\/\/bapm.ar\/?p=58\/#mainImage","width":1200,"height":675},"primaryImageOfPage":{"@id":"https:\/\/bapm.ar\/?p=58#mainImage"},"datePublished":"2016-03-03T20:54:36-03:00","dateModified":"2016-03-03T20:54:36-03:00"},{"@type":"WebSite","@id":"https:\/\/bapm.ar\/#website","url":"https:\/\/bapm.ar\/","name":"BA|PM","description":".","inLanguage":"es-ES","publisher":{"@id":"https:\/\/bapm.ar\/#organization"}}]},"og:locale":"es_ES","og:site_name":"BA|PM - .","og:type":"article","og:title":"Markup: HTML Tags and Formatting - BA|PM","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've got to focus on. But that's not what it means at all. It means saying no to","og:url":"https:\/\/bapm.ar\/?p=58","article:published_time":"2016-03-03T20:54:36+00:00","article:modified_time":"2016-03-03T20:54:36+00:00","twitter:card":"summary_large_image","twitter:title":"Markup: HTML Tags and Formatting - BA|PM","twitter: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've got to focus on. But that's not what it means at all. It means saying no to"},"aioseo_meta_data":{"post_id":"58","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2024-07-14 11:32:57","updated":"2026-03-02 22:30:47","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/bapm.ar\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/bapm.ar\/?cat=7\" title=\"Free PSD Graphics\">Free PSD Graphics<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tMarkup: HTML Tags and Formatting\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/bapm.ar"},{"label":"Free PSD Graphics","link":"https:\/\/bapm.ar\/?cat=7"},{"label":"Markup: HTML Tags and Formatting","link":"https:\/\/bapm.ar\/?p=58"}],"_links":{"self":[{"href":"https:\/\/bapm.ar\/index.php?rest_route=\/wp\/v2\/posts\/58","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bapm.ar\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bapm.ar\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bapm.ar\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bapm.ar\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=58"}],"version-history":[{"count":0,"href":"https:\/\/bapm.ar\/index.php?rest_route=\/wp\/v2\/posts\/58\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/bapm.ar\/index.php?rest_route=\/wp\/v2\/media\/20"}],"wp:attachment":[{"href":"https:\/\/bapm.ar\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=58"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bapm.ar\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=58"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bapm.ar\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=58"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}