{"id":213,"date":"2017-03-29T23:49:29","date_gmt":"2017-03-29T20:49:29","guid":{"rendered":"https:\/\/html-online.com\/articles\/?p=213"},"modified":"2017-03-29T23:49:29","modified_gmt":"2017-03-29T20:49:29","slug":"html-shield-logo-htmlcss-no-image","status":"publish","type":"post","link":"https:\/\/html-online.com\/articles\/html-shield-logo-htmlcss-no-image\/","title":{"rendered":"HTML Shield Logo &#8211; Drawing With HTML&#038;CSS &#8211; No Image"},"content":{"rendered":"<p>Rendering arrows, triangles and other simple shapes from HTML divs and CSS borders is a popular way of optimizing website performance. In this article I&#8217;m presenting how to draw the HTML shield logo using only HTML and CSS.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-214\" src=\"https:\/\/html-online.com\/articles\/wp-content\/uploads\/2017\/03\/html-shield-logo.jpg\" alt=\"html shield logo\" width=\"197\" height=\"197\" srcset=\"https:\/\/html-online.com\/articles\/wp-content\/uploads\/2017\/03\/html-shield-logo.jpg 197w, https:\/\/html-online.com\/articles\/wp-content\/uploads\/2017\/03\/html-shield-logo-150x150.jpg 150w\" sizes=\"auto, (max-width: 197px) 85vw, 197px\" \/><!--more--><\/p>\n<p>See the drawing and adjust it in <a href=\"https:\/\/jsfiddle.net\/7zrjgp6c\/\" target=\"_blank\" rel=\"nofollow\">this JSFiddle<\/a>.<\/p>\n<p>The HTML shield is built from 4 separate div elements: two right-angled triangles on the sides, a rectangle in the middle with the text and an isosceles triangle at the bottom.<\/p>\n<pre style=\"background: #fff; color: #000;\"><span style=\"color: #1c02ff;\">&lt;<span style=\"font-weight: bold;\">a<\/span> <span style=\"font-style: italic;\">class<\/span>=<span style=\"color: #d80800;\">\"pajzs\"<\/span> <span style=\"font-style: italic;\">href<\/span>=<span style=\"color: #d80800;\">\"\/html\/code\/\"<\/span>&gt;<\/span>\r\n    <span style=\"color: #1c02ff;\">&lt;<span style=\"font-weight: bold;\">span<\/span> <span style=\"font-style: italic;\">class<\/span>=<span style=\"color: #d80800;\">\"Pajzs\"<\/span>&gt;<\/span>\r\n        <span style=\"color: #1c02ff;\">&lt;<span style=\"font-weight: bold;\">span<\/span> <span style=\"font-style: italic;\">class<\/span>=<span style=\"color: #d80800;\">\"PajzsLeft\"<\/span>&gt;<\/span>\r\n        <span style=\"color: #1c02ff;\">&lt;\/<span style=\"font-weight: bold;\">span<\/span>&gt;<\/span>\r\n        <span style=\"color: #1c02ff;\">&lt;<span style=\"font-weight: bold;\">span<\/span> <span style=\"font-style: italic;\">class<\/span>=<span style=\"color: #d80800;\">\"PajzsMiddle\"<\/span>&gt;<\/span>\r\n            HTML\r\n        <span style=\"color: #1c02ff;\">&lt;\/<span style=\"font-weight: bold;\">span<\/span>&gt;<\/span>\r\n        <span style=\"color: #1c02ff;\">&lt;<span style=\"font-weight: bold;\">span<\/span> <span style=\"font-style: italic;\">class<\/span>=<span style=\"color: #d80800;\">\"PajzsRight\"<\/span>&gt;<\/span>\r\n        <span style=\"color: #1c02ff;\">&lt;\/<span style=\"font-weight: bold;\">span<\/span>&gt;<\/span>\r\n        <span style=\"color: #1c02ff;\">&lt;<span style=\"font-weight: bold;\">span<\/span> <span style=\"font-style: italic;\">class<\/span>=<span style=\"color: #d80800;\">\"PajzsBottom\"<\/span>&gt;<\/span>\r\n        <span style=\"color: #1c02ff;\">&lt;\/<span style=\"font-weight: bold;\">span<\/span>&gt;<\/span>\r\n    <span style=\"color: #1c02ff;\">&lt;\/<span style=\"font-weight: bold;\">span<\/span>&gt;<\/span>\r\n<span style=\"color: #1c02ff;\">&lt;\/<span style=\"font-weight: bold;\">a<\/span>&gt;<\/span>\r\n<\/pre>\n<p>The CSS Code is using alternations of big transparent and colored borders to create the illusion of the triangles:<\/p>\n<pre style=\"background: #fff; color: #000;\"><span style=\"font-weight: bold;\">a<\/span><span style=\"font-style: italic;\">.pajzs<\/span> {\r\n    <span style=\"color: #6d79de; font-weight: bold;\">width<\/span>: <span style=\"color: #cd0000; font-style: italic;\">350<span style=\"color: #0100b6; font-weight: bold;\">px<\/span><\/span>;\r\n    <span style=\"color: #6d79de; font-weight: bold;\">font-family<\/span>: <span style=\"color: #06960e; font-weight: bold;\">Impact<\/span>,Charcoal,<span style=\"color: #06960e; font-weight: bold;\">sans-serif<\/span>;\r\n    <span style=\"color: #6d79de; font-weight: bold;\">height<\/span>: <span style=\"color: #cd0000; font-style: italic;\">350<span style=\"color: #0100b6; font-weight: bold;\">px<\/span><\/span>;\r\n    <span style=\"color: #6d79de; font-weight: bold;\">display<\/span>: <span style=\"color: #06960e; font-weight: bold;\">block<\/span>;\r\n}\r\n<span style=\"font-weight: bold;\">a<\/span><span style=\"font-style: italic;\">.pajzs<\/span> <span style=\"font-weight: bold;\">span<\/span>{\r\n    <span style=\"color: #6d79de; font-weight: bold;\">display<\/span>: <span style=\"color: #06960e; font-weight: bold;\">block<\/span>;\r\n}\r\n<span style=\"font-style: italic;\">.PajzsLeft<\/span> {\r\n    <span style=\"color: #6d79de; font-weight: bold;\">float<\/span>: <span style=\"color: #06960e; font-weight: bold;\">left<\/span>;\r\n    <span style=\"color: #6d79de; font-weight: bold;\">width<\/span>: <span style=\"color: #cd0000; font-style: italic;\">0<\/span>;\r\n    <span style=\"color: #6d79de; font-weight: bold;\">border-left<\/span>: <span style=\"color: #cd0000; font-style: italic;\">50<span style=\"color: #0100b6; font-weight: bold;\">px<\/span><\/span> <span style=\"color: #06960e; font-weight: bold;\">solid<\/span> <span style=\"color: #06960e; font-weight: bold;\">transparent<\/span>;\r\n    <span style=\"color: #6d79de; font-weight: bold;\">border-top<\/span>: <span style=\"color: #cd0000; font-style: italic;\">300<span style=\"color: #0100b6; font-weight: bold;\">px<\/span><\/span> <span style=\"color: #06960e; font-weight: bold;\">solid<\/span> <span style=\"color: #c5060b; font-style: italic;\">#CE5937<\/span>;\r\n}\r\n<span style=\"font-style: italic;\">.PajzsMiddle<\/span> {\r\n    <span style=\"color: #6d79de; font-weight: bold;\">float<\/span>: <span style=\"color: #06960e; font-weight: bold;\">left<\/span>;\r\n    <span style=\"color: #6d79de; font-weight: bold;\">width<\/span>: <span style=\"color: #cd0000; font-style: italic;\">250<span style=\"color: #0100b6; font-weight: bold;\">px<\/span><\/span>;\r\n    <span style=\"color: #6d79de; font-weight: bold;\">height<\/span>: <span style=\"color: #cd0000; font-style: italic;\">230<span style=\"color: #0100b6; font-weight: bold;\">px<\/span><\/span>;\r\n    <span style=\"color: #6d79de; font-weight: bold;\">background-color<\/span>: <span style=\"color: #c5060b; font-style: italic;\">#CE5937<\/span>;\r\n    <span style=\"color: #6d79de; font-weight: bold;\">color<\/span>: <span style=\"color: #c5060b; font-style: italic;\">#FFF<\/span>;\r\n    <span style=\"color: #6d79de; font-weight: bold;\">text-align<\/span>: <span style=\"color: #06960e; font-weight: bold;\">center<\/span>;\r\n    <span style=\"color: #6d79de; font-weight: bold;\">padding-top<\/span>: <span style=\"color: #cd0000; font-style: italic;\">70<span style=\"color: #0100b6; font-weight: bold;\">px<\/span><\/span>;\r\n    <span style=\"color: #6d79de; font-weight: bold;\">font-size<\/span>: <span style=\"color: #cd0000; font-style: italic;\">80<span style=\"color: #0100b6; font-weight: bold;\">px<\/span><\/span>;\r\n}\r\n<span style=\"font-style: italic;\">.PajzsRight<\/span> {\r\n    <span style=\"color: #6d79de; font-weight: bold;\">float<\/span>: <span style=\"color: #06960e; font-weight: bold;\">left<\/span>;\r\n    <span style=\"color: #6d79de; font-weight: bold;\">width<\/span>: <span style=\"color: #cd0000; font-style: italic;\">0<\/span>;\r\n    <span style=\"color: #6d79de; font-weight: bold;\">border-right<\/span>: <span style=\"color: #cd0000; font-style: italic;\">50<span style=\"color: #0100b6; font-weight: bold;\">px<\/span><\/span> <span style=\"color: #06960e; font-weight: bold;\">solid<\/span> <span style=\"color: #06960e; font-weight: bold;\">transparent<\/span>;\r\n    <span style=\"color: #6d79de; font-weight: bold;\">border-top<\/span>: <span style=\"color: #cd0000; font-style: italic;\">300<span style=\"color: #0100b6; font-weight: bold;\">px<\/span><\/span> <span style=\"color: #06960e; font-weight: bold;\">solid<\/span> <span style=\"color: #c5060b; font-style: italic;\">#CE5937<\/span>;\r\n}\r\n<span style=\"font-style: italic;\">.PajzsBottom<\/span> {\r\n    <span style=\"color: #6d79de; font-weight: bold;\">width<\/span>: <span style=\"color: #cd0000; font-style: italic;\">0<\/span>;\r\n    <span style=\"color: #6d79de; font-weight: bold;\">height<\/span>: <span style=\"color: #cd0000; font-style: italic;\">0<\/span>;\r\n    <span style=\"color: #6d79de; font-weight: bold;\">border-left<\/span>: <span style=\"color: #cd0000; font-style: italic;\">125<span style=\"color: #0100b6; font-weight: bold;\">px<\/span><\/span> <span style=\"color: #06960e; font-weight: bold;\">solid<\/span> <span style=\"color: #06960e; font-weight: bold;\">transparent<\/span>;\r\n    <span style=\"color: #6d79de; font-weight: bold;\">border-right<\/span>: <span style=\"color: #cd0000; font-style: italic;\">125<span style=\"color: #0100b6; font-weight: bold;\">px<\/span><\/span> <span style=\"color: #06960e; font-weight: bold;\">solid<\/span> <span style=\"color: #06960e; font-weight: bold;\">transparent<\/span>;\r\n    <span style=\"color: #6d79de; font-weight: bold;\">border-top<\/span>: <span style=\"color: #cd0000; font-style: italic;\">50<span style=\"color: #0100b6; font-weight: bold;\">px<\/span><\/span> <span style=\"color: #06960e; font-weight: bold;\">solid<\/span> <span style=\"color: #c5060b; font-style: italic;\">#CE5937<\/span>;\r\n    <span style=\"color: #6d79de; font-weight: bold;\">clear<\/span>: <span style=\"color: #06960e; font-weight: bold;\">both<\/span>;\r\n    <span style=\"color: #6d79de; font-weight: bold;\">margin-left<\/span>: <span style=\"color: #cd0000; font-style: italic;\">50<span style=\"color: #0100b6; font-weight: bold;\">px<\/span><\/span>;\r\n}\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Rendering arrows, triangles and other simple shapes from HTML divs and CSS borders is a popular way of optimizing website performance. In this article I&#8217;m presenting how to draw the HTML shield logo using only HTML and CSS.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1,2,4],"tags":[],"class_list":["post-213","post","type-post","status-publish","format-standard","hentry","category-articles","category-css","category-html"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>HTML Shield Logo - Drawing With HTML&amp;CSS - No Image<\/title>\n<meta name=\"description\" content=\"HTML divs and CSS borders is a way of optimizing website performance. In this article I&#039;m presenting how to draw the HTML shield logo using only CSS.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/html-online.com\/articles\/html-shield-logo-htmlcss-no-image\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"HTML Shield Logo - Drawing With HTML&amp;CSS - No Image\" \/>\n<meta property=\"og:description\" content=\"HTML divs and CSS borders is a way of optimizing website performance. In this article I&#039;m presenting how to draw the HTML shield logo using only CSS.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/html-online.com\/articles\/html-shield-logo-htmlcss-no-image\/\" \/>\n<meta property=\"og:site_name\" content=\"HTML Online\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/htmlcoding\/\" \/>\n<meta property=\"article:published_time\" content=\"2017-03-29T20:49:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/html-online.com\/articles\/wp-content\/uploads\/2017\/03\/html-shield-logo.jpg\" \/>\n<meta name=\"author\" content=\"HTML Editor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"HTML Editor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/html-online.com\/articles\/html-shield-logo-htmlcss-no-image\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/html-online.com\/articles\/html-shield-logo-htmlcss-no-image\/\"},\"author\":{\"name\":\"HTML Editor\",\"@id\":\"https:\/\/html-online.com\/articles\/#\/schema\/person\/019f9afa07f209153df0fecfc90b8c1d\"},\"headline\":\"HTML Shield Logo &#8211; Drawing With HTML&#038;CSS &#8211; No Image\",\"datePublished\":\"2017-03-29T20:49:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/html-online.com\/articles\/html-shield-logo-htmlcss-no-image\/\"},\"wordCount\":108,\"publisher\":{\"@id\":\"https:\/\/html-online.com\/articles\/#organization\"},\"image\":{\"@id\":\"https:\/\/html-online.com\/articles\/html-shield-logo-htmlcss-no-image\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/html-online.com\/articles\/wp-content\/uploads\/2017\/03\/html-shield-logo.jpg\",\"articleSection\":[\"Articles\",\"CSS\",\"HTML\"],\"inLanguage\":\"en-GB\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/html-online.com\/articles\/html-shield-logo-htmlcss-no-image\/\",\"url\":\"https:\/\/html-online.com\/articles\/html-shield-logo-htmlcss-no-image\/\",\"name\":\"HTML Shield Logo - Drawing With HTML&CSS - No Image\",\"isPartOf\":{\"@id\":\"https:\/\/html-online.com\/articles\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/html-online.com\/articles\/html-shield-logo-htmlcss-no-image\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/html-online.com\/articles\/html-shield-logo-htmlcss-no-image\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/html-online.com\/articles\/wp-content\/uploads\/2017\/03\/html-shield-logo.jpg\",\"datePublished\":\"2017-03-29T20:49:29+00:00\",\"description\":\"HTML divs and CSS borders is a way of optimizing website performance. In this article I'm presenting how to draw the HTML shield logo using only CSS.\",\"breadcrumb\":{\"@id\":\"https:\/\/html-online.com\/articles\/html-shield-logo-htmlcss-no-image\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/html-online.com\/articles\/html-shield-logo-htmlcss-no-image\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/html-online.com\/articles\/html-shield-logo-htmlcss-no-image\/#primaryimage\",\"url\":\"https:\/\/html-online.com\/articles\/wp-content\/uploads\/2017\/03\/html-shield-logo.jpg\",\"contentUrl\":\"https:\/\/html-online.com\/articles\/wp-content\/uploads\/2017\/03\/html-shield-logo.jpg\",\"width\":197,\"height\":197,\"caption\":\"html shield logo\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/html-online.com\/articles\/html-shield-logo-htmlcss-no-image\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/html-online.com\/articles\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"HTML Shield Logo &#8211; Drawing With HTML&#038;CSS &#8211; No Image\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/html-online.com\/articles\/#website\",\"url\":\"https:\/\/html-online.com\/articles\/\",\"name\":\"HTML Online Articles\",\"description\":\"Tips, tricks, tutorials\u2026\",\"publisher\":{\"@id\":\"https:\/\/html-online.com\/articles\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/html-online.com\/articles\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/html-online.com\/articles\/#organization\",\"name\":\"HTML Online\",\"url\":\"https:\/\/html-online.com\/articles\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/html-online.com\/articles\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/html-online.com\/articles\/wp-content\/uploads\/2022\/06\/logo.jpg\",\"contentUrl\":\"https:\/\/html-online.com\/articles\/wp-content\/uploads\/2022\/06\/logo.jpg\",\"width\":350,\"height\":350,\"caption\":\"HTML Online\"},\"image\":{\"@id\":\"https:\/\/html-online.com\/articles\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/htmlcoding\/\",\"https:\/\/www.linkedin.com\/in\/ferencdenes\/\",\"https:\/\/www.youtube.com\/channel\/UCn38Jw1sJzbjVHO95Zp0Sww\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/html-online.com\/articles\/#\/schema\/person\/019f9afa07f209153df0fecfc90b8c1d\",\"name\":\"HTML Editor\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/html-online.com\/articles\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/7c1d8f5e7f1dc3e261766a96ac50c6a907fa5c236e87ab73379c57c9114e92cd?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/7c1d8f5e7f1dc3e261766a96ac50c6a907fa5c236e87ab73379c57c9114e92cd?s=96&d=mm&r=g\",\"caption\":\"HTML Editor\"},\"description\":\"In 2013, while wrestling with a mountain of client articles and an uncooperative CMS, I decided enough was enough. So, I created an online HTML editor purely out of necessity (and mild frustration). What began as a tool for my own sanity quickly evolved into a gift for the world\u2014or at least for anyone trying to avoid breaking their website's code. Since then, I've shared my tech notes on my blog, which serves as both a handy reference and a digital diary of the adventures and misadventures of a coder.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/ferencdenes\/\",\"https:\/\/www.youtube.com\/@htmlg\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"HTML Shield Logo - Drawing With HTML&CSS - No Image","description":"HTML divs and CSS borders is a way of optimizing website performance. In this article I'm presenting how to draw the HTML shield logo using only CSS.","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:\/\/html-online.com\/articles\/html-shield-logo-htmlcss-no-image\/","og_locale":"en_GB","og_type":"article","og_title":"HTML Shield Logo - Drawing With HTML&CSS - No Image","og_description":"HTML divs and CSS borders is a way of optimizing website performance. In this article I'm presenting how to draw the HTML shield logo using only CSS.","og_url":"https:\/\/html-online.com\/articles\/html-shield-logo-htmlcss-no-image\/","og_site_name":"HTML Online","article_publisher":"https:\/\/www.facebook.com\/htmlcoding\/","article_published_time":"2017-03-29T20:49:29+00:00","og_image":[{"url":"https:\/\/html-online.com\/articles\/wp-content\/uploads\/2017\/03\/html-shield-logo.jpg","type":"","width":"","height":""}],"author":"HTML Editor","twitter_card":"summary_large_image","twitter_misc":{"Written by":"HTML Editor","Estimated reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/html-online.com\/articles\/html-shield-logo-htmlcss-no-image\/#article","isPartOf":{"@id":"https:\/\/html-online.com\/articles\/html-shield-logo-htmlcss-no-image\/"},"author":{"name":"HTML Editor","@id":"https:\/\/html-online.com\/articles\/#\/schema\/person\/019f9afa07f209153df0fecfc90b8c1d"},"headline":"HTML Shield Logo &#8211; Drawing With HTML&#038;CSS &#8211; No Image","datePublished":"2017-03-29T20:49:29+00:00","mainEntityOfPage":{"@id":"https:\/\/html-online.com\/articles\/html-shield-logo-htmlcss-no-image\/"},"wordCount":108,"publisher":{"@id":"https:\/\/html-online.com\/articles\/#organization"},"image":{"@id":"https:\/\/html-online.com\/articles\/html-shield-logo-htmlcss-no-image\/#primaryimage"},"thumbnailUrl":"https:\/\/html-online.com\/articles\/wp-content\/uploads\/2017\/03\/html-shield-logo.jpg","articleSection":["Articles","CSS","HTML"],"inLanguage":"en-GB"},{"@type":"WebPage","@id":"https:\/\/html-online.com\/articles\/html-shield-logo-htmlcss-no-image\/","url":"https:\/\/html-online.com\/articles\/html-shield-logo-htmlcss-no-image\/","name":"HTML Shield Logo - Drawing With HTML&CSS - No Image","isPartOf":{"@id":"https:\/\/html-online.com\/articles\/#website"},"primaryImageOfPage":{"@id":"https:\/\/html-online.com\/articles\/html-shield-logo-htmlcss-no-image\/#primaryimage"},"image":{"@id":"https:\/\/html-online.com\/articles\/html-shield-logo-htmlcss-no-image\/#primaryimage"},"thumbnailUrl":"https:\/\/html-online.com\/articles\/wp-content\/uploads\/2017\/03\/html-shield-logo.jpg","datePublished":"2017-03-29T20:49:29+00:00","description":"HTML divs and CSS borders is a way of optimizing website performance. In this article I'm presenting how to draw the HTML shield logo using only CSS.","breadcrumb":{"@id":"https:\/\/html-online.com\/articles\/html-shield-logo-htmlcss-no-image\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/html-online.com\/articles\/html-shield-logo-htmlcss-no-image\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/html-online.com\/articles\/html-shield-logo-htmlcss-no-image\/#primaryimage","url":"https:\/\/html-online.com\/articles\/wp-content\/uploads\/2017\/03\/html-shield-logo.jpg","contentUrl":"https:\/\/html-online.com\/articles\/wp-content\/uploads\/2017\/03\/html-shield-logo.jpg","width":197,"height":197,"caption":"html shield logo"},{"@type":"BreadcrumbList","@id":"https:\/\/html-online.com\/articles\/html-shield-logo-htmlcss-no-image\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/html-online.com\/articles\/"},{"@type":"ListItem","position":2,"name":"HTML Shield Logo &#8211; Drawing With HTML&#038;CSS &#8211; No Image"}]},{"@type":"WebSite","@id":"https:\/\/html-online.com\/articles\/#website","url":"https:\/\/html-online.com\/articles\/","name":"HTML Online Articles","description":"Tips, tricks, tutorials\u2026","publisher":{"@id":"https:\/\/html-online.com\/articles\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/html-online.com\/articles\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/html-online.com\/articles\/#organization","name":"HTML Online","url":"https:\/\/html-online.com\/articles\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/html-online.com\/articles\/#\/schema\/logo\/image\/","url":"https:\/\/html-online.com\/articles\/wp-content\/uploads\/2022\/06\/logo.jpg","contentUrl":"https:\/\/html-online.com\/articles\/wp-content\/uploads\/2022\/06\/logo.jpg","width":350,"height":350,"caption":"HTML Online"},"image":{"@id":"https:\/\/html-online.com\/articles\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/htmlcoding\/","https:\/\/www.linkedin.com\/in\/ferencdenes\/","https:\/\/www.youtube.com\/channel\/UCn38Jw1sJzbjVHO95Zp0Sww"]},{"@type":"Person","@id":"https:\/\/html-online.com\/articles\/#\/schema\/person\/019f9afa07f209153df0fecfc90b8c1d","name":"HTML Editor","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/html-online.com\/articles\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/7c1d8f5e7f1dc3e261766a96ac50c6a907fa5c236e87ab73379c57c9114e92cd?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7c1d8f5e7f1dc3e261766a96ac50c6a907fa5c236e87ab73379c57c9114e92cd?s=96&d=mm&r=g","caption":"HTML Editor"},"description":"In 2013, while wrestling with a mountain of client articles and an uncooperative CMS, I decided enough was enough. So, I created an online HTML editor purely out of necessity (and mild frustration). What began as a tool for my own sanity quickly evolved into a gift for the world\u2014or at least for anyone trying to avoid breaking their website's code. Since then, I've shared my tech notes on my blog, which serves as both a handy reference and a digital diary of the adventures and misadventures of a coder.","sameAs":["https:\/\/www.linkedin.com\/in\/ferencdenes\/","https:\/\/www.youtube.com\/@htmlg"]}]}},"_links":{"self":[{"href":"https:\/\/html-online.com\/articles\/wp-json\/wp\/v2\/posts\/213","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/html-online.com\/articles\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/html-online.com\/articles\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/html-online.com\/articles\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/html-online.com\/articles\/wp-json\/wp\/v2\/comments?post=213"}],"version-history":[{"count":1,"href":"https:\/\/html-online.com\/articles\/wp-json\/wp\/v2\/posts\/213\/revisions"}],"predecessor-version":[{"id":215,"href":"https:\/\/html-online.com\/articles\/wp-json\/wp\/v2\/posts\/213\/revisions\/215"}],"wp:attachment":[{"href":"https:\/\/html-online.com\/articles\/wp-json\/wp\/v2\/media?parent=213"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/html-online.com\/articles\/wp-json\/wp\/v2\/categories?post=213"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/html-online.com\/articles\/wp-json\/wp\/v2\/tags?post=213"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}