{"id":224,"date":"2012-06-16T07:38:01","date_gmt":"2012-06-16T07:38:01","guid":{"rendered":"http:\/\/baywm.com\/seo-sem\/?page_id=224"},"modified":"2012-06-20T22:42:25","modified_gmt":"2012-06-20T22:42:25","slug":"html-samples","status":"publish","type":"page","link":"https:\/\/baywm.com\/seo-sem\/web-development-classroom\/quick-references\/html-samples\/","title":{"rendered":"HTML Samples"},"content":{"rendered":"<div class=\"wp_plus_one_button\" style=\"margin: 0 8px 8px 0; float:left; \"><g:plusone href=\"https:\/\/baywm.com\/seo-sem\/web-development-classroom\/quick-references\/html-samples\/\" callback=\"wp_plus_one_handler\"><\/g:plusone><\/div><p><div class=\"ad aligncenter\"><script type=\"text\/javascript\"><!--\r\ngoogle_ad_client = \"ca-pub-9864968705023768\";\r\n\/* BayWM Leaderboard *\/\r\ngoogle_ad_slot = \"9456419649\";\r\ngoogle_ad_width = 728;\r\ngoogle_ad_height = 90;\r\n\/\/-->\r\n<\/script>\r\n<script type=\"text\/javascript\"\r\nsrc=\"http:\/\/pagead2.googlesyndication.com\/pagead\/show_ads.js\">\r\n<\/script><\/div><div class=\"cleared\"><\/div><br \/>\nI&#8217;m a lazy coder or programmer. I really hate to repeat the typing so I do a lot of copy and paste.<\/p>\n<p>Even for HTML basic code like the following, I copy and edit it into new files very often:<br \/>\n[code type=html]<br \/>\n<!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD XHTML 1.0 Transitional\/\/EN\" \"http:\/\/www.w3.org\/TR\/xhtml1\/DTD\/xhtml1-transitional.dtd\"><br \/>\n<html xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" dir=\"ltr\" lang=\"en-US\"><br \/>\n<head profile=\"http:\/\/gmpg.org\/xfn\/11\"><br \/>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=UTF-8\" \/><br \/>\n<title>BayWM<\/title><br \/>\n<meta name=\"description\" content=\"With over 15 years of Web development and Internet marketing experiences and expertise, we can help you build profitable business websites.\" \/><br \/>\n\t<meta name=\"keywords\" content=\"clients,Web,companies\" \/>\n<link rel=\"stylesheet\" href=\"http:\/\/baywm.com\/seo-sem\/wp-content\/themes\/ikaibo2012\/style.css\" type=\"text\/css\" media=\"screen\" \/>\n<script type='text\/javascript' src='http:\/\/baywm.com\/seo-sem\/wp-includes\/js\/jquery\/jquery.js?ver=1.7.2'><\/script><br \/>\n<\/head><br \/>\n<body class=\"home page page-id-76 page-template-default logged-in admin-bar\"><\/p>\n<div id=main>\n<\/div>\n<p><\/body><\/html><\/p>\n<p>[\/code]<\/p>\n<h2>The Simplest HTML5 Template File<\/h2>\n<p> &#8212; with all the important parts for HTML5<br \/>\n[code type=html]<br \/>\n<!doctype html><\/p>\n<p><!--[if IE 6]><html lang=\"en\" class=\"no-js ie6\"><![endif]--><br \/>\n<!--[if (gt IE 6)|!(IE)]><!--><html lang=\"en\" class=\"no-js\"><!--<![endif]--><\/p>\n<p><head><\/p>\n<p><meta charset=\"utf-8\"><\/p>\n<p><title>Easy HTML5 Template<\/title><br \/>\n<meta name=\"description\" content=\"Easy HTML5 Template\"><br \/>\n<meta name=\"author\" content=\"\"><\/p>\n<p><!-- Remove these two references once the files are in root with these file names -->\n<link rel=\"shortcut icon\" href=\"\/favicon.ico\">\n<link rel=\"apple-touch-icon\" href=\"\/apple-touch-icon.png\">\n<link rel=\"stylesheet\" href=\"css\/styles.css?v=1.0\">\n<p><!-- This is a *full-featured* version of Modernizr; you don't need all this --><br \/>\n<!-- Go to Modernizr.com\/download and build your own --><br \/>\n<script src=\"js\/modernizr-2.0.6.min.js\"><\/script><\/p>\n<p><!-- Remove the script reference below if you're using Modernizr --><br \/>\n<!--[if lt IE 9]>\n<script src=\"http:\/\/html5shiv.googlecode.com\/svn\/trunk\/html5.js\"><\/script>\n<![endif]--><\/p>\n<p><\/head><\/p>\n<p><body class=\"home\"><\/p>\n<header class=\"hd1\">\n<hgroup>\n<h1>Easy HTML5 Template<\/h1>\n<h2>tagline<\/h2>\n<\/hgroup>\n<nav>\n<ul>\n<li><a href=\"#\">Home<\/a><\/li>\n<li><a href=\"#\">About<\/a><\/li>\n<li><a href=\"#\">Services<\/a><\/li>\n<li><a href=\"#\">Contact<\/a><\/li>\n<\/ul>\n<\/nav>\n<\/header>\n<p><!-- .hd1 --><\/p>\n<div class=\"main\">\n<section class=\"hs1\">\n<header>\n<h1>This is a Page Sub Title<\/h1>\n<\/header>\n<p>Some content&#8230;<\/p>\n<h2>Demonstrating EM and STRONG<\/h2>\n<p><strong>This text will have more importance (SEO-wise and contextually)<\/strong><\/p>\n<p><b>This text has visual importance but has no contextual or SEO importance<\/b><\/p>\n<p>This is a <em>very<\/em> colloquial expression.<\/p>\n<footer>\n<p>Author: <cite>Louis Lazaris<\/cite><\/p>\n<\/footer>\n<\/section>\n<p><!-- .hs1 --><\/p>\n<section class=\"hs2\">\n<h1>This is another section<\/h1>\n<p>This is some dummy content<\/p>\n<\/section>\n<p><!-- .hs2 --><\/p>\n<\/div>\n<p><!-- .main --><\/p>\n<aside class=\"sidebar\">\n<p>Sidebar content<\/p>\n<\/aside>\n<p><!-- .sidebar --><\/p>\n<footer class=\"f1\">\n<p>copyright &copy; year<\/p>\n<\/footer>\n<p><!-- .f1 --><\/p>\n<p><!-- jQuery version might not be the latest; check jquery.com --><br \/>\n<script src=\"http:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/1.6.4\/jquery.min.js\"><\/script><br \/>\n<script>!window.jQuery && document.write(unescape('%3Cscript src=\"js\/jquery-1.6.4.min.js\"%3E%3C\/script%3E'))<\/script><\/p>\n<p><script src=\"js\/general.js\"><\/script><\/p>\n<p><script>\nvar _gaq = [['_setAccount', 'UA-XXXXX-X'], ['_trackPageview']];\n(function(d, t) {\nvar g = d.createElement(t),\ns = d.getElementsByTagName(t)[0];\ng.async = true;\ng.src = ('https:' == location.protocol ? 'https:\/\/ssl' : 'http:\/\/www') + '.google-analytics.com\/ga.js';\ns.parentNode.insertBefore(g, s);\n})(document, 'script');\n<\/script><br \/>\n<\/body><br \/>\n<\/html>[\/code]<a href=https:\/\/github.com\/impressivewebs\/Easy-HTML5-Template>Easy HTML5 Template<\/a> at Github.<br \/>\n<div class=\"ad aligncenter\"><script type=\"text\/javascript\"><!--\r\ngoogle_ad_client = \"ca-pub-9864968705023768\";\r\n\/* BayWM 468Banner *\/\r\ngoogle_ad_slot = \"8975627775\";\r\ngoogle_ad_width = 468;\r\ngoogle_ad_height = 60;\r\n\/\/-->\r\n<\/script>\r\n<script type=\"text\/javascript\"\r\nsrc=\"http:\/\/pagead2.googlesyndication.com\/pagead\/show_ads.js\">\r\n<\/script><\/div><div class=\"cleared\"><\/div><\/p>\n","protected":false},"excerpt":{"rendered":"<div class=\"wp_plus_one_button\" style=\"margin: 0 8px 8px 0; float:left; \"><g:plusone href=\"https:\/\/baywm.com\/seo-sem\/web-development-classroom\/quick-references\/html-samples\/\" callback=\"wp_plus_one_handler\"><\/g:plusone><\/div><p>I&#8217;m a lazy coder or programmer. I really hate to repeat the typing so I do a lot of copy and paste. Even for HTML basic code like the following, I copy and edit it into new files very often: [code type=html] BayWM [\/code] The Simplest HTML5 Template File &#8212; with all the important parts [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":222,"menu_order":0,"comment_status":"open","ping_status":"open","template":"2column-leftbar-page.php","meta":{"jetpack_post_was_ever_published":false},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.10 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>HTML Samples - Bay Area SEO Web Design<\/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:\/\/baywm.com\/seo-sem\/web-development-classroom\/quick-references\/html-samples\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"HTML Samples - Bay Area SEO Web Design\" \/>\n<meta property=\"og:description\" content=\"I&#8217;m a lazy coder or programmer. I really hate to repeat the typing so I do a lot of copy and paste. Even for HTML basic code like the following, I copy and edit it into new files very often: [code type=html] BayWM [\/code] The Simplest HTML5 Template File &#8212; with all the important parts [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/baywm.com\/seo-sem\/web-development-classroom\/quick-references\/html-samples\/\" \/>\n<meta property=\"og:site_name\" content=\"Bay Area SEO Web Design\" \/>\n<meta property=\"article:modified_time\" content=\"2012-06-20T22:42:25+00:00\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/baywm.com\/seo-sem\/web-development-classroom\/quick-references\/html-samples\/\",\"url\":\"https:\/\/baywm.com\/seo-sem\/web-development-classroom\/quick-references\/html-samples\/\",\"name\":\"HTML Samples - Bay Area SEO Web Design\",\"isPartOf\":{\"@id\":\"https:\/\/baywm.com\/seo-sem\/#website\"},\"datePublished\":\"2012-06-16T07:38:01+00:00\",\"dateModified\":\"2012-06-20T22:42:25+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/baywm.com\/seo-sem\/web-development-classroom\/quick-references\/html-samples\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/baywm.com\/seo-sem\/web-development-classroom\/quick-references\/html-samples\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/baywm.com\/seo-sem\/web-development-classroom\/quick-references\/html-samples\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/baywm.com\/seo-sem\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Web Development Classroom\",\"item\":\"https:\/\/baywm.com\/seo-sem\/web-development-classroom\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Quick References\",\"item\":\"https:\/\/baywm.com\/seo-sem\/web-development-classroom\/quick-references\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"HTML Samples\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/baywm.com\/seo-sem\/#website\",\"url\":\"https:\/\/baywm.com\/seo-sem\/\",\"name\":\"Bay Area SEO Web Design\",\"description\":\"BayWM.com = Bayarea Web Marketing\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/baywm.com\/seo-sem\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"HTML Samples - Bay Area SEO Web Design","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:\/\/baywm.com\/seo-sem\/web-development-classroom\/quick-references\/html-samples\/","og_locale":"en_US","og_type":"article","og_title":"HTML Samples - Bay Area SEO Web Design","og_description":"I&#8217;m a lazy coder or programmer. I really hate to repeat the typing so I do a lot of copy and paste. Even for HTML basic code like the following, I copy and edit it into new files very often: [code type=html] BayWM [\/code] The Simplest HTML5 Template File &#8212; with all the important parts [&hellip;]","og_url":"https:\/\/baywm.com\/seo-sem\/web-development-classroom\/quick-references\/html-samples\/","og_site_name":"Bay Area SEO Web Design","article_modified_time":"2012-06-20T22:42:25+00:00","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/baywm.com\/seo-sem\/web-development-classroom\/quick-references\/html-samples\/","url":"https:\/\/baywm.com\/seo-sem\/web-development-classroom\/quick-references\/html-samples\/","name":"HTML Samples - Bay Area SEO Web Design","isPartOf":{"@id":"https:\/\/baywm.com\/seo-sem\/#website"},"datePublished":"2012-06-16T07:38:01+00:00","dateModified":"2012-06-20T22:42:25+00:00","breadcrumb":{"@id":"https:\/\/baywm.com\/seo-sem\/web-development-classroom\/quick-references\/html-samples\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/baywm.com\/seo-sem\/web-development-classroom\/quick-references\/html-samples\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/baywm.com\/seo-sem\/web-development-classroom\/quick-references\/html-samples\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/baywm.com\/seo-sem\/"},{"@type":"ListItem","position":2,"name":"Web Development Classroom","item":"https:\/\/baywm.com\/seo-sem\/web-development-classroom\/"},{"@type":"ListItem","position":3,"name":"Quick References","item":"https:\/\/baywm.com\/seo-sem\/web-development-classroom\/quick-references\/"},{"@type":"ListItem","position":4,"name":"HTML Samples"}]},{"@type":"WebSite","@id":"https:\/\/baywm.com\/seo-sem\/#website","url":"https:\/\/baywm.com\/seo-sem\/","name":"Bay Area SEO Web Design","description":"BayWM.com = Bayarea Web Marketing","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/baywm.com\/seo-sem\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"}]}},"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/P3JvpA-3C","jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/baywm.com\/seo-sem\/wp-json\/wp\/v2\/pages\/224"}],"collection":[{"href":"https:\/\/baywm.com\/seo-sem\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/baywm.com\/seo-sem\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/baywm.com\/seo-sem\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/baywm.com\/seo-sem\/wp-json\/wp\/v2\/comments?post=224"}],"version-history":[{"count":15,"href":"https:\/\/baywm.com\/seo-sem\/wp-json\/wp\/v2\/pages\/224\/revisions"}],"predecessor-version":[{"id":250,"href":"https:\/\/baywm.com\/seo-sem\/wp-json\/wp\/v2\/pages\/224\/revisions\/250"}],"up":[{"embeddable":true,"href":"https:\/\/baywm.com\/seo-sem\/wp-json\/wp\/v2\/pages\/222"}],"wp:attachment":[{"href":"https:\/\/baywm.com\/seo-sem\/wp-json\/wp\/v2\/media?parent=224"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}