{"id":598,"date":"2018-03-04T19:06:32","date_gmt":"2018-03-04T17:06:32","guid":{"rendered":"https:\/\/html-online.com\/articles\/?p=598"},"modified":"2023-12-20T14:17:09","modified_gmt":"2023-12-20T12:17:09","slug":"minimalist-html-templates","status":"publish","type":"post","link":"https:\/\/html-online.com\/articles\/minimalist-html-templates\/","title":{"rendered":"Minimalist HTML Templates"},"content":{"rendered":"<p><strong>I often find myself writing the same code over and over for each new HTML or XHTML document I start. Below are some <a href=\"https:\/\/html5-templates.com\/\" target=\"_blank\" rel=\"nofollow noopener\">minimalist HTML templates<\/a> for various doctypes which you can copy and paste into any new documents you are creating. All of these <a target=\"_blank\" href=\"https:\/\/badhtml.com\/html-validation\/\" rel=\"nofollow noopener\">validate<\/a>.<strong><\/strong><\/strong><\/p>\n<p><strong><strong><\/strong><\/strong><\/p>\n<p><strong><strong><\/strong><\/strong><\/p>\n<p><strong><strong><\/p>\n<p style=\"text-align: center;\" \"=\"\"><a href=\"https:\/\/html5-templates.com\/\" rel=\"nofollow noopener\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-599\" src=\"https:\/\/html-online.com\/articles\/wp-content\/uploads\/2018\/03\/xhtml-page-frame.jpg\" alt=\"minimalist html templates\" width=\"300\" height=\"180\"><br \/>\n<strong>Visit HTML5-Templates.com for free templates<\/strong><\/a><\/p>\n<p><!--more--><\/p>\n<h2>HTML5<\/h2>\n<pre style=\"background: #fff; color: #000;\"><span style=\"color: #1c02ff;\">&lt;!<span style=\"color: #1c02ff;\"><span style=\"font-weight: bold;\">DOCTYPE<\/span> html<\/span>&gt;<\/span>\n<span style=\"color: #1c02ff;\">&lt;<span style=\"font-weight: bold;\">html<\/span>&gt;<\/span>\n    <span style=\"color: #1c02ff;\">&lt;<span style=\"font-weight: bold;\">head<\/span>&gt;<\/span>\n        <span style=\"color: #1c02ff;\">&lt;<span style=\"font-weight: bold;\">title<\/span>&gt;<\/span>Title<span style=\"color: #1c02ff;\">&lt;\/<span style=\"font-weight: bold;\">title<\/span>&gt;<\/span>\n        <span style=\"color: #1c02ff;\">&lt;<span style=\"font-weight: bold;\">meta<\/span> <span style=\"font-style: italic;\">http-equiv<\/span>=<span style=\"color: #d80800;\">\"Content-Type\"<\/span> <span style=\"font-style: italic;\">content<\/span>=<span style=\"color: #d80800;\">\"text\/html; charset=utf-8\"<\/span>&gt;<\/span>\n    <span style=\"color: #1c02ff;\">&lt;\/<span style=\"font-weight: bold;\">head<\/span>&gt;<\/span>\n    <span style=\"color: #1c02ff;\">&lt;<span style=\"font-weight: bold;\">body<\/span>&gt;<\/span>\n        <span style=\"color: #1c02ff;\">&lt;<span style=\"font-weight: bold;\">p<\/span>&gt;<\/span>Content<span style=\"color: #1c02ff;\">&lt;\/<span style=\"font-weight: bold;\">p<\/span>&gt;<\/span>\n    <span style=\"color: #1c02ff;\">&lt;\/<span style=\"font-weight: bold;\">body<\/span>&gt;<\/span>\n<span style=\"color: #1c02ff;\">&lt;\/<span style=\"font-weight: bold;\">html<\/span>&gt;<\/span>\n<\/pre>\n<p><strong>HTML5 is the most important doctype nowadays and this is the code to get started. This is just the very basic frame however. Visit <a href=\"https:\/\/htmlcheatsheet.com\/\" target=\"_blank\" rel=\"nofollow noreferrer noopener\">the HTML Cheat Sheet<\/a> to find out what you shouldn&#8217;t forget <a href=\"\/articles\/meta-tags-facts-myths\/\">meta tags<\/a> and other important elements to add to the page.<\/strong><\/p>\n<h2>HTML 4.01 Strict<\/h2>\n<pre style=\"background: #fff; color: #000;\"><span style=\"color: #1c02ff;\">&lt;!<span style=\"color: #1c02ff;\"><span style=\"font-weight: bold;\">DOCTYPE<\/span> HTML PUBLIC <span style=\"color: #d80800;\">\"-\/\/W3C\/\/DTD HTML 4.01\/\/EN\"<\/span> <span style=\"color: #d80800;\">\"http:\/\/www.w3.org\/TR\/html4\/strict.dtd\"<\/span><\/span>&gt;<\/span>\n<span style=\"color: #1c02ff;\">&lt;<span style=\"font-weight: bold;\">html<\/span>&gt;<\/span>\n    <span style=\"color: #1c02ff;\">&lt;<span style=\"font-weight: bold;\">head<\/span>&gt;<\/span>\n        <span style=\"color: #1c02ff;\">&lt;<span style=\"font-weight: bold;\">title<\/span>&gt;<\/span>Title<span style=\"color: #1c02ff;\">&lt;\/<span style=\"font-weight: bold;\">title<\/span>&gt;<\/span>\n        <span style=\"color: #1c02ff;\">&lt;<span style=\"font-weight: bold;\">meta<\/span> <span style=\"font-style: italic;\">http-equiv<\/span>=<span style=\"color: #d80800;\">\"Content-Type\"<\/span> <span style=\"font-style: italic;\">content<\/span>=<span style=\"color: #d80800;\">\"text\/html; charset=utf-8\"<\/span>&gt;<\/span>\n    <span style=\"color: #1c02ff;\">&lt;\/<span style=\"font-weight: bold;\">head<\/span>&gt;<\/span>\n    <span style=\"color: #1c02ff;\">&lt;<span style=\"font-weight: bold;\">body<\/span>&gt;<\/span>\n        <span style=\"color: #1c02ff;\">&lt;<span style=\"font-weight: bold;\">p<\/span>&gt;<\/span>Content<span style=\"color: #1c02ff;\">&lt;\/<span style=\"font-weight: bold;\">p<\/span>&gt;<\/span>\n    <span style=\"color: #1c02ff;\">&lt;\/<span style=\"font-weight: bold;\">body<\/span>&gt;<\/span>\n<span style=\"color: #1c02ff;\">&lt;\/<span style=\"font-weight: bold;\">html<\/span>&gt;<\/span>\n<\/pre>\n<h2>XHTML 1.0 Strict<\/h2>\n<pre style=\"background: #fff; color: #000;\"><span style=\"color: #1c02ff;\">&lt;!<span style=\"color: #1c02ff;\"><span style=\"font-weight: bold;\">DOCTYPE<\/span> html PUBLIC <span style=\"color: #d80800;\">\"-\/\/W3C\/\/DTD XHTML 1.0 Strict\/\/EN\"<\/span> <span style=\"color: #d80800;\">\"http:\/\/www.w3.org\/TR\/xhtml1\/DTD\/xhtml1-strict.dtd\"<\/span><\/span>&gt;<\/span>\n<span style=\"color: #1c02ff;\">&lt;<span style=\"font-weight: bold;\">html<\/span> <span style=\"font-style: italic;\">xmlns<\/span>=<span style=\"color: #d80800;\">\"http:\/\/www.w3.org\/1999\/xhtml\"<\/span>&gt;<\/span>\n    <span style=\"color: #1c02ff;\">&lt;<span style=\"font-weight: bold;\">head<\/span>&gt;<\/span>\n        <span style=\"color: #1c02ff;\">&lt;<span style=\"font-weight: bold;\">title<\/span>&gt;<\/span>Title<span style=\"color: #1c02ff;\">&lt;\/<span style=\"font-weight: bold;\">title<\/span>&gt;<\/span>\n        <span style=\"color: #1c02ff;\">&lt;<span style=\"font-weight: bold;\">meta<\/span> <span style=\"font-style: italic;\">http-equiv<\/span>=<span style=\"color: #d80800;\">\"content-type\"<\/span> <span style=\"font-style: italic;\">content<\/span>=<span style=\"color: #d80800;\">\"application\/xhtml+xml; charset=UTF-8\"<\/span> \/&gt;<\/span>\n    <span style=\"color: #1c02ff;\">&lt;\/<span style=\"font-weight: bold;\">head<\/span>&gt;<\/span>\n    <span style=\"color: #1c02ff;\">&lt;<span style=\"font-weight: bold;\">body<\/span>&gt;<\/span>\n        <span style=\"color: #1c02ff;\">&lt;<span style=\"font-weight: bold;\">p<\/span>&gt;<\/span>Content<span style=\"color: #1c02ff;\">&lt;\/<span style=\"font-weight: bold;\">p<\/span>&gt;<\/span>\n    <span style=\"color: #1c02ff;\">&lt;\/<span style=\"font-weight: bold;\">body<\/span>&gt;<\/span>\n<span style=\"color: #1c02ff;\">&lt;\/<span style=\"font-weight: bold;\">html<\/span>&gt;<\/span>\n<\/pre>\n<h2>XHTML 1.1<\/h2>\n<pre style=\"background: #fff; color: #000;\"><span style=\"color: #1c02ff;\">&lt;!<span style=\"color: #1c02ff;\"><span style=\"font-weight: bold;\">DOCTYPE<\/span> html PUBLIC <span style=\"color: #d80800;\">\"-\/\/W3C\/\/DTD XHTML 1.1\/\/EN\"<\/span> <span style=\"color: #d80800;\">\"http:\/\/www.w3.org\/TR\/xhtml11\/DTD\/xhtml11.dtd\"<\/span><\/span>&gt;<\/span>\n<span style=\"color: #1c02ff;\">&lt;<span style=\"font-weight: bold;\">html<\/span> <span style=\"font-style: italic;\">xmlns<\/span>=<span style=\"color: #d80800;\">\"http:\/\/www.w3.org\/1999\/xhtml\"<\/span>&gt;<\/span>\n    <span style=\"color: #1c02ff;\">&lt;<span style=\"font-weight: bold;\">head<\/span>&gt;<\/span>\n        <span style=\"color: #1c02ff;\">&lt;<span style=\"font-weight: bold;\">title<\/span>&gt;<\/span>Title<span style=\"color: #1c02ff;\">&lt;\/<span style=\"font-weight: bold;\">title<\/span>&gt;<\/span>\n        <span style=\"color: #1c02ff;\">&lt;<span style=\"font-weight: bold;\">meta<\/span> <span style=\"font-style: italic;\">http-equiv<\/span>=<span style=\"color: #d80800;\">\"content-type\"<\/span> <span style=\"font-style: italic;\">content<\/span>=<span style=\"color: #d80800;\">\"application\/xhtml+xml; charset=UTF-8\"<\/span> \/&gt;<\/span>\n    <span style=\"color: #1c02ff;\">&lt;\/<span style=\"font-weight: bold;\">head<\/span>&gt;<\/span>\n    <span style=\"color: #1c02ff;\">&lt;<span style=\"font-weight: bold;\">body<\/span>&gt;<\/span>\n        <span style=\"color: #1c02ff;\">&lt;<span style=\"font-weight: bold;\">p<\/span>&gt;<\/span>Content<span style=\"color: #1c02ff;\">&lt;\/<span style=\"font-weight: bold;\">p<\/span>&gt;<\/span>\n    <span style=\"color: #1c02ff;\">&lt;\/<span style=\"font-weight: bold;\">body<\/span>&gt;<\/span>\n<span style=\"color: #1c02ff;\">&lt;\/<span style=\"font-weight: bold;\">html<\/span>&gt;<\/span>\n<\/pre>\n<p>We hope these templates save you some time when you start working on your next project.<\/p>\n<p><\/strong><\/strong><strong><strong><\/strong><\/strong><strong><strong><\/strong><\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>I often find myself writing the same code over and over for each new HTML or XHTML document I start. Below are some minimalist HTML templates for various doctypes which you can copy and paste into any new documents you are creating. All of these validate.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1,4],"tags":[],"class_list":["post-598","post","type-post","status-publish","format-standard","hentry","category-articles","category-html"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Minimalist HTML Templates - The necessary web page frame<\/title>\n<meta name=\"description\" content=\"Below are some minimalist HTML templates for various doctypes which you can copy and paste into any new documents you are creating. All of these validate.\" \/>\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\/minimalist-html-templates\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Minimalist HTML Templates - The necessary web page frame\" \/>\n<meta property=\"og:description\" content=\"Below are some minimalist HTML templates for various doctypes which you can copy and paste into any new documents you are creating. All of these validate.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/html-online.com\/articles\/minimalist-html-templates\/\" \/>\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=\"2018-03-04T17:06:32+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-20T12:17:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/html-online.com\/articles\/wp-content\/uploads\/2018\/03\/xhtml-page-frame.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\/minimalist-html-templates\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/html-online.com\/articles\/minimalist-html-templates\/\"},\"author\":{\"name\":\"HTML Editor\",\"@id\":\"https:\/\/html-online.com\/articles\/#\/schema\/person\/019f9afa07f209153df0fecfc90b8c1d\"},\"headline\":\"Minimalist HTML Templates\",\"datePublished\":\"2018-03-04T17:06:32+00:00\",\"dateModified\":\"2023-12-20T12:17:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/html-online.com\/articles\/minimalist-html-templates\/\"},\"wordCount\":49,\"publisher\":{\"@id\":\"https:\/\/html-online.com\/articles\/#organization\"},\"image\":{\"@id\":\"https:\/\/html-online.com\/articles\/minimalist-html-templates\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/html-online.com\/articles\/wp-content\/uploads\/2018\/03\/xhtml-page-frame.jpg\",\"articleSection\":[\"Articles\",\"HTML\"],\"inLanguage\":\"en-GB\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/html-online.com\/articles\/minimalist-html-templates\/\",\"url\":\"https:\/\/html-online.com\/articles\/minimalist-html-templates\/\",\"name\":\"Minimalist HTML Templates - The necessary web page frame\",\"isPartOf\":{\"@id\":\"https:\/\/html-online.com\/articles\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/html-online.com\/articles\/minimalist-html-templates\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/html-online.com\/articles\/minimalist-html-templates\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/html-online.com\/articles\/wp-content\/uploads\/2018\/03\/xhtml-page-frame.jpg\",\"datePublished\":\"2018-03-04T17:06:32+00:00\",\"dateModified\":\"2023-12-20T12:17:09+00:00\",\"description\":\"Below are some minimalist HTML templates for various doctypes which you can copy and paste into any new documents you are creating. All of these validate.\",\"breadcrumb\":{\"@id\":\"https:\/\/html-online.com\/articles\/minimalist-html-templates\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/html-online.com\/articles\/minimalist-html-templates\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/html-online.com\/articles\/minimalist-html-templates\/#primaryimage\",\"url\":\"https:\/\/html-online.com\/articles\/wp-content\/uploads\/2018\/03\/xhtml-page-frame.jpg\",\"contentUrl\":\"https:\/\/html-online.com\/articles\/wp-content\/uploads\/2018\/03\/xhtml-page-frame.jpg\",\"width\":300,\"height\":180,\"caption\":\"minimalist html templates\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/html-online.com\/articles\/minimalist-html-templates\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/html-online.com\/articles\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Minimalist HTML Templates\"}]},{\"@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":"Minimalist HTML Templates - The necessary web page frame","description":"Below are some minimalist HTML templates for various doctypes which you can copy and paste into any new documents you are creating. All of these validate.","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\/minimalist-html-templates\/","og_locale":"en_GB","og_type":"article","og_title":"Minimalist HTML Templates - The necessary web page frame","og_description":"Below are some minimalist HTML templates for various doctypes which you can copy and paste into any new documents you are creating. All of these validate.","og_url":"https:\/\/html-online.com\/articles\/minimalist-html-templates\/","og_site_name":"HTML Online","article_publisher":"https:\/\/www.facebook.com\/htmlcoding\/","article_published_time":"2018-03-04T17:06:32+00:00","article_modified_time":"2023-12-20T12:17:09+00:00","og_image":[{"url":"https:\/\/html-online.com\/articles\/wp-content\/uploads\/2018\/03\/xhtml-page-frame.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\/minimalist-html-templates\/#article","isPartOf":{"@id":"https:\/\/html-online.com\/articles\/minimalist-html-templates\/"},"author":{"name":"HTML Editor","@id":"https:\/\/html-online.com\/articles\/#\/schema\/person\/019f9afa07f209153df0fecfc90b8c1d"},"headline":"Minimalist HTML Templates","datePublished":"2018-03-04T17:06:32+00:00","dateModified":"2023-12-20T12:17:09+00:00","mainEntityOfPage":{"@id":"https:\/\/html-online.com\/articles\/minimalist-html-templates\/"},"wordCount":49,"publisher":{"@id":"https:\/\/html-online.com\/articles\/#organization"},"image":{"@id":"https:\/\/html-online.com\/articles\/minimalist-html-templates\/#primaryimage"},"thumbnailUrl":"https:\/\/html-online.com\/articles\/wp-content\/uploads\/2018\/03\/xhtml-page-frame.jpg","articleSection":["Articles","HTML"],"inLanguage":"en-GB"},{"@type":"WebPage","@id":"https:\/\/html-online.com\/articles\/minimalist-html-templates\/","url":"https:\/\/html-online.com\/articles\/minimalist-html-templates\/","name":"Minimalist HTML Templates - The necessary web page frame","isPartOf":{"@id":"https:\/\/html-online.com\/articles\/#website"},"primaryImageOfPage":{"@id":"https:\/\/html-online.com\/articles\/minimalist-html-templates\/#primaryimage"},"image":{"@id":"https:\/\/html-online.com\/articles\/minimalist-html-templates\/#primaryimage"},"thumbnailUrl":"https:\/\/html-online.com\/articles\/wp-content\/uploads\/2018\/03\/xhtml-page-frame.jpg","datePublished":"2018-03-04T17:06:32+00:00","dateModified":"2023-12-20T12:17:09+00:00","description":"Below are some minimalist HTML templates for various doctypes which you can copy and paste into any new documents you are creating. All of these validate.","breadcrumb":{"@id":"https:\/\/html-online.com\/articles\/minimalist-html-templates\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/html-online.com\/articles\/minimalist-html-templates\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/html-online.com\/articles\/minimalist-html-templates\/#primaryimage","url":"https:\/\/html-online.com\/articles\/wp-content\/uploads\/2018\/03\/xhtml-page-frame.jpg","contentUrl":"https:\/\/html-online.com\/articles\/wp-content\/uploads\/2018\/03\/xhtml-page-frame.jpg","width":300,"height":180,"caption":"minimalist html templates"},{"@type":"BreadcrumbList","@id":"https:\/\/html-online.com\/articles\/minimalist-html-templates\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/html-online.com\/articles\/"},{"@type":"ListItem","position":2,"name":"Minimalist HTML Templates"}]},{"@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\/598","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=598"}],"version-history":[{"count":2,"href":"https:\/\/html-online.com\/articles\/wp-json\/wp\/v2\/posts\/598\/revisions"}],"predecessor-version":[{"id":1999,"href":"https:\/\/html-online.com\/articles\/wp-json\/wp\/v2\/posts\/598\/revisions\/1999"}],"wp:attachment":[{"href":"https:\/\/html-online.com\/articles\/wp-json\/wp\/v2\/media?parent=598"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/html-online.com\/articles\/wp-json\/wp\/v2\/categories?post=598"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/html-online.com\/articles\/wp-json\/wp\/v2\/tags?post=598"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}