{
    "id": 1368,
    "date": "2016-08-16T03:42:38",
    "date_gmt": "2016-08-16T03:42:38",
    "guid": {
        "rendered": "http:\/\/demos.famethemes.com\/boston\/?p=23"
    },
    "modified": "2016-08-16T03:42:38",
    "modified_gmt": "2016-08-16T03:42:38",
    "slug": "markup-html-tags-formatting",
    "status": "publish",
    "type": "post",
    "link": "https:\/\/iqrealestate.ch\/en\/2016\/08\/16\/markup-html-tags-formatting\/",
    "title": {
        "rendered": "Markup: HTML Tags &amp; 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=\"https:\/\/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=\"https:\/\/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=\"https:\/\/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=\"https:\/\/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=\"https:\/\/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=\"https:\/\/apple.com\">link<\/a>.<\/p>\n<p><strong>Abbreviation Tag<\/strong><\/p>\n<p>The abbreviation <abbr title=\"Seriously\">srsly<\/abbr> stands for &#8220;seriously&#8221;.<\/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 &#8220;for the win&#8221;.<\/p>\n<p><strong>Big Tag <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>&#8220;Code is poetry.&#8221; &#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 {\r\n\tmargin: 0 0 5px;\r\n\tfont-weight: bold;\r\n\tfont-size: 38px;\r\n\tline-height: 1.2;\r\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;\r\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 <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 &#8220;2&#8221; 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 <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>",
        "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&hellip;<\/p>",
        "protected": false
    },
    "author": 2,
    "featured_media": 1482,
    "comment_status": "open",
    "ping_status": "open",
    "sticky": false,
    "template": "",
    "format": "standard",
    "meta": [],
    "categories": [
        16,
        17,
        18,
        19
    ],
    "tags": [
        20
    ],
    "yoast_head": "<!-- This site is optimized with the Yoast SEO plugin v17.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Markup: HTML Tags &amp; Formatting - iQ Real Estate<\/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:\/\/iqrealestate.ch\/en\/2016\/08\/16\/markup-html-tags-formatting\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Markup: HTML Tags &amp; Formatting - iQ Real Estate\" \/>\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&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/iqrealestate.ch\/en\/2016\/08\/16\/markup-html-tags-formatting\/\" \/>\n<meta property=\"og:site_name\" content=\"iQ Real Estate\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/IQ-Real-Estate-2023640417928491\" \/>\n<meta property=\"article:published_time\" content=\"2016-08-16T03:42:38+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/iqrealestate.ch\/wp-content\/uploads\/2018\/10\/placeholder.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1500\" \/>\n\t<meta property=\"og:image:height\" content=\"1500\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"wpengine\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Organization\",\"@id\":\"https:\/\/iqrealestate.ch\/en\/#organization\",\"name\":\"iQ Real Estate\",\"url\":\"https:\/\/iqrealestate.ch\/en\/\",\"sameAs\":[\"https:\/\/www.facebook.com\/IQ-Real-Estate-2023640417928491\",\"https:\/\/www.instagram.com\/iq_real_estate_\/\",\"https:\/\/www.linkedin.com\/in\/brunostuder\/\"],\"logo\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/iqrealestate.ch\/en\/#logo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/iqrealestate.ch\/wp-content\/uploads\/2020\/12\/logo_iqrealestate.png\",\"contentUrl\":\"https:\/\/iqrealestate.ch\/wp-content\/uploads\/2020\/12\/logo_iqrealestate.png\",\"width\":246,\"height\":181,\"caption\":\"iQ Real Estate\"},\"image\":{\"@id\":\"https:\/\/iqrealestate.ch\/en\/#logo\"}},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/iqrealestate.ch\/en\/#website\",\"url\":\"https:\/\/iqrealestate.ch\/en\/\",\"name\":\"iQ Real Estate\",\"description\":\"Achat et vente de biens; choisissez la r\\u00e9f\\u00e9rence \\u00e0 Gen\\u00e8ve\",\"publisher\":{\"@id\":\"https:\/\/iqrealestate.ch\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/iqrealestate.ch\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/iqrealestate.ch\/2016\/08\/16\/markup-html-tags-formatting\/#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/iqrealestate.ch\/wp-content\/uploads\/2018\/10\/placeholder.jpg\",\"contentUrl\":\"https:\/\/iqrealestate.ch\/wp-content\/uploads\/2018\/10\/placeholder.jpg\",\"width\":1500,\"height\":1500},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/iqrealestate.ch\/2016\/08\/16\/markup-html-tags-formatting\/#webpage\",\"url\":\"https:\/\/iqrealestate.ch\/2016\/08\/16\/markup-html-tags-formatting\/\",\"name\":\"Markup: HTML Tags &amp; Formatting - iQ Real Estate\",\"isPartOf\":{\"@id\":\"https:\/\/iqrealestate.ch\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/iqrealestate.ch\/2016\/08\/16\/markup-html-tags-formatting\/#primaryimage\"},\"datePublished\":\"2016-08-16T03:42:38+00:00\",\"dateModified\":\"2016-08-16T03:42:38+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/iqrealestate.ch\/2016\/08\/16\/markup-html-tags-formatting\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/iqrealestate.ch\/2016\/08\/16\/markup-html-tags-formatting\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/iqrealestate.ch\/2016\/08\/16\/markup-html-tags-formatting\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/iqrealestate.ch\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Markup: HTML Tags &amp; Formatting\"}]},{\"@type\":\"Article\",\"@id\":\"https:\/\/iqrealestate.ch\/2016\/08\/16\/markup-html-tags-formatting\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/iqrealestate.ch\/2016\/08\/16\/markup-html-tags-formatting\/#webpage\"},\"author\":{\"@id\":\"https:\/\/iqrealestate.ch\/en\/#\/schema\/person\/228bba3d58bc2b3481574aac2b5a2f70\"},\"headline\":\"Markup: HTML Tags &amp; Formatting\",\"datePublished\":\"2016-08-16T03:42:38+00:00\",\"dateModified\":\"2016-08-16T03:42:38+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/iqrealestate.ch\/2016\/08\/16\/markup-html-tags-formatting\/#webpage\"},\"wordCount\":528,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/iqrealestate.ch\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/iqrealestate.ch\/2016\/08\/16\/markup-html-tags-formatting\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/iqrealestate.ch\/wp-content\/uploads\/2018\/10\/placeholder.jpg\",\"keywords\":[\"featured\"],\"articleSection\":[\"Culture\",\"Food\",\"Lifestyle\",\"Travel\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/iqrealestate.ch\/2016\/08\/16\/markup-html-tags-formatting\/#respond\"]}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/iqrealestate.ch\/en\/#\/schema\/person\/228bba3d58bc2b3481574aac2b5a2f70\",\"name\":\"wpengine\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/iqrealestate.ch\/en\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9315f6ce3baebb09c86901c4497d57b7?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9315f6ce3baebb09c86901c4497d57b7?s=96&d=mm&r=g\",\"caption\":\"wpengine\"},\"url\":\"https:\/\/iqrealestate.ch\/en\/author\/wpengine\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->",
    "yoast_head_json": {
        "title": "Markup: HTML Tags &amp; Formatting - iQ Real Estate",
        "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:\/\/iqrealestate.ch\/en\/2016\/08\/16\/markup-html-tags-formatting\/",
        "og_locale": "en_US",
        "og_type": "article",
        "og_title": "Markup: HTML Tags &amp; Formatting - iQ Real Estate",
        "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&hellip;",
        "og_url": "https:\/\/iqrealestate.ch\/en\/2016\/08\/16\/markup-html-tags-formatting\/",
        "og_site_name": "iQ Real Estate",
        "article_publisher": "https:\/\/www.facebook.com\/IQ-Real-Estate-2023640417928491",
        "article_published_time": "2016-08-16T03:42:38+00:00",
        "og_image": [
            {
                "width": 1500,
                "height": 1500,
                "url": "https:\/\/iqrealestate.ch\/wp-content\/uploads\/2018\/10\/placeholder.jpg",
                "type": "image\/jpeg"
            }
        ],
        "twitter_card": "summary_large_image",
        "twitter_misc": {
            "Written by": "wpengine",
            "Est. reading time": "3 minutes"
        },
        "schema": {
            "@context": "https:\/\/schema.org",
            "@graph": [
                {
                    "@type": "Organization",
                    "@id": "https:\/\/iqrealestate.ch\/en\/#organization",
                    "name": "iQ Real Estate",
                    "url": "https:\/\/iqrealestate.ch\/en\/",
                    "sameAs": [
                        "https:\/\/www.facebook.com\/IQ-Real-Estate-2023640417928491",
                        "https:\/\/www.instagram.com\/iq_real_estate_\/",
                        "https:\/\/www.linkedin.com\/in\/brunostuder\/"
                    ],
                    "logo": {
                        "@type": "ImageObject",
                        "@id": "https:\/\/iqrealestate.ch\/en\/#logo",
                        "inLanguage": "en-US",
                        "url": "https:\/\/iqrealestate.ch\/wp-content\/uploads\/2020\/12\/logo_iqrealestate.png",
                        "contentUrl": "https:\/\/iqrealestate.ch\/wp-content\/uploads\/2020\/12\/logo_iqrealestate.png",
                        "width": 246,
                        "height": 181,
                        "caption": "iQ Real Estate"
                    },
                    "image": {
                        "@id": "https:\/\/iqrealestate.ch\/en\/#logo"
                    }
                },
                {
                    "@type": "WebSite",
                    "@id": "https:\/\/iqrealestate.ch\/en\/#website",
                    "url": "https:\/\/iqrealestate.ch\/en\/",
                    "name": "iQ Real Estate",
                    "description": "Achat et vente de biens; choisissez la r\u00e9f\u00e9rence \u00e0 Gen\u00e8ve",
                    "publisher": {
                        "@id": "https:\/\/iqrealestate.ch\/en\/#organization"
                    },
                    "potentialAction": [
                        {
                            "@type": "SearchAction",
                            "target": {
                                "@type": "EntryPoint",
                                "urlTemplate": "https:\/\/iqrealestate.ch\/en\/?s={search_term_string}"
                            },
                            "query-input": "required name=search_term_string"
                        }
                    ],
                    "inLanguage": "en-US"
                },
                {
                    "@type": "ImageObject",
                    "@id": "https:\/\/iqrealestate.ch\/2016\/08\/16\/markup-html-tags-formatting\/#primaryimage",
                    "inLanguage": "en-US",
                    "url": "https:\/\/iqrealestate.ch\/wp-content\/uploads\/2018\/10\/placeholder.jpg",
                    "contentUrl": "https:\/\/iqrealestate.ch\/wp-content\/uploads\/2018\/10\/placeholder.jpg",
                    "width": 1500,
                    "height": 1500
                },
                {
                    "@type": "WebPage",
                    "@id": "https:\/\/iqrealestate.ch\/2016\/08\/16\/markup-html-tags-formatting\/#webpage",
                    "url": "https:\/\/iqrealestate.ch\/2016\/08\/16\/markup-html-tags-formatting\/",
                    "name": "Markup: HTML Tags &amp; Formatting - iQ Real Estate",
                    "isPartOf": {
                        "@id": "https:\/\/iqrealestate.ch\/en\/#website"
                    },
                    "primaryImageOfPage": {
                        "@id": "https:\/\/iqrealestate.ch\/2016\/08\/16\/markup-html-tags-formatting\/#primaryimage"
                    },
                    "datePublished": "2016-08-16T03:42:38+00:00",
                    "dateModified": "2016-08-16T03:42:38+00:00",
                    "breadcrumb": {
                        "@id": "https:\/\/iqrealestate.ch\/2016\/08\/16\/markup-html-tags-formatting\/#breadcrumb"
                    },
                    "inLanguage": "en-US",
                    "potentialAction": [
                        {
                            "@type": "ReadAction",
                            "target": [
                                "https:\/\/iqrealestate.ch\/2016\/08\/16\/markup-html-tags-formatting\/"
                            ]
                        }
                    ]
                },
                {
                    "@type": "BreadcrumbList",
                    "@id": "https:\/\/iqrealestate.ch\/2016\/08\/16\/markup-html-tags-formatting\/#breadcrumb",
                    "itemListElement": [
                        {
                            "@type": "ListItem",
                            "position": 1,
                            "name": "Accueil",
                            "item": "https:\/\/iqrealestate.ch\/"
                        },
                        {
                            "@type": "ListItem",
                            "position": 2,
                            "name": "Markup: HTML Tags &amp; Formatting"
                        }
                    ]
                },
                {
                    "@type": "Article",
                    "@id": "https:\/\/iqrealestate.ch\/2016\/08\/16\/markup-html-tags-formatting\/#article",
                    "isPartOf": {
                        "@id": "https:\/\/iqrealestate.ch\/2016\/08\/16\/markup-html-tags-formatting\/#webpage"
                    },
                    "author": {
                        "@id": "https:\/\/iqrealestate.ch\/en\/#\/schema\/person\/228bba3d58bc2b3481574aac2b5a2f70"
                    },
                    "headline": "Markup: HTML Tags &amp; Formatting",
                    "datePublished": "2016-08-16T03:42:38+00:00",
                    "dateModified": "2016-08-16T03:42:38+00:00",
                    "mainEntityOfPage": {
                        "@id": "https:\/\/iqrealestate.ch\/2016\/08\/16\/markup-html-tags-formatting\/#webpage"
                    },
                    "wordCount": 528,
                    "commentCount": 0,
                    "publisher": {
                        "@id": "https:\/\/iqrealestate.ch\/en\/#organization"
                    },
                    "image": {
                        "@id": "https:\/\/iqrealestate.ch\/2016\/08\/16\/markup-html-tags-formatting\/#primaryimage"
                    },
                    "thumbnailUrl": "https:\/\/iqrealestate.ch\/wp-content\/uploads\/2018\/10\/placeholder.jpg",
                    "keywords": [
                        "featured"
                    ],
                    "articleSection": [
                        "Culture",
                        "Food",
                        "Lifestyle",
                        "Travel"
                    ],
                    "inLanguage": "en-US",
                    "potentialAction": [
                        {
                            "@type": "CommentAction",
                            "name": "Comment",
                            "target": [
                                "https:\/\/iqrealestate.ch\/2016\/08\/16\/markup-html-tags-formatting\/#respond"
                            ]
                        }
                    ]
                },
                {
                    "@type": "Person",
                    "@id": "https:\/\/iqrealestate.ch\/en\/#\/schema\/person\/228bba3d58bc2b3481574aac2b5a2f70",
                    "name": "wpengine",
                    "image": {
                        "@type": "ImageObject",
                        "@id": "https:\/\/iqrealestate.ch\/en\/#personlogo",
                        "inLanguage": "en-US",
                        "url": "https:\/\/secure.gravatar.com\/avatar\/9315f6ce3baebb09c86901c4497d57b7?s=96&d=mm&r=g",
                        "contentUrl": "https:\/\/secure.gravatar.com\/avatar\/9315f6ce3baebb09c86901c4497d57b7?s=96&d=mm&r=g",
                        "caption": "wpengine"
                    },
                    "url": "https:\/\/iqrealestate.ch\/en\/author\/wpengine\/"
                }
            ]
        }
    },
    "_links": {
        "self": [
            {
                "href": "https:\/\/iqrealestate.ch\/en\/wp-json\/wp\/v2\/posts\/1368"
            }
        ],
        "collection": [
            {
                "href": "https:\/\/iqrealestate.ch\/en\/wp-json\/wp\/v2\/posts"
            }
        ],
        "about": [
            {
                "href": "https:\/\/iqrealestate.ch\/en\/wp-json\/wp\/v2\/types\/post"
            }
        ],
        "author": [
            {
                "embeddable": true,
                "href": "https:\/\/iqrealestate.ch\/en\/wp-json\/wp\/v2\/users\/2"
            }
        ],
        "replies": [
            {
                "embeddable": true,
                "href": "https:\/\/iqrealestate.ch\/en\/wp-json\/wp\/v2\/comments?post=1368"
            }
        ],
        "version-history": [
            {
                "count": 0,
                "href": "https:\/\/iqrealestate.ch\/en\/wp-json\/wp\/v2\/posts\/1368\/revisions"
            }
        ],
        "wp:featuredmedia": [
            {
                "embeddable": true,
                "href": "https:\/\/iqrealestate.ch\/en\/wp-json\/wp\/v2\/media\/1482"
            }
        ],
        "wp:attachment": [
            {
                "href": "https:\/\/iqrealestate.ch\/en\/wp-json\/wp\/v2\/media?parent=1368"
            }
        ],
        "wp:term": [
            {
                "taxonomy": "category",
                "embeddable": true,
                "href": "https:\/\/iqrealestate.ch\/en\/wp-json\/wp\/v2\/categories?post=1368"
            },
            {
                "taxonomy": "post_tag",
                "embeddable": true,
                "href": "https:\/\/iqrealestate.ch\/en\/wp-json\/wp\/v2\/tags?post=1368"
            }
        ],
        "curies": [
            {
                "name": "wp",
                "href": "https:\/\/api.w.org\/{rel}",
                "templated": true
            }
        ]
    }
}