From a45983c39a26c811799fa3baccaf229af5648b23 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 1 Jun 2015 13:28:48 +0100 Subject: [PATCH] Added HTML5 Semantic Element Flowchart --- BigBoxOfHTML.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BigBoxOfHTML.md b/BigBoxOfHTML.md index 5573a43..ac13654 100644 --- a/BigBoxOfHTML.md +++ b/BigBoxOfHTML.md @@ -28,6 +28,9 @@ - [NW.js](http://nwjs.io/) - Previously known as `node-webkit`, this tool lets you package your HTML / CSS / JS app into a bundle (native for your target desktop platform) with Blink & Node.JS. - [Electron](http://electron.atom.io/) - An alternative to the above. Looks to be smaller, but I don't really know how it works. +## Tutorials and References + - [HTML5 Semantic Element Flowchart](http://html5doctor.com/downloads/h5d-sectioning-flowchart.png) - Don't know which semantic HTML5 element to use? Use this flowchart to find out! + ## Support Websites This section is a bit different - it contains link to sites that you might want to link to if a user of your website doesn't support a technology that you require. - [enable-javascript.com](http://enable-javascript.com/) - Shows the user how to enable javascript in their browser