HTML5 cheat sheet

This page is basically a dumping ground for all the useful bits of info that relates to HTML5 development.

Useful HTML5 semantic elements

    <article> – Defines an article in the document
    <aside> – Defines content aside from the other page content
    <footer> – Defines the footer for a section in the document
    <header> – Defines the header for a section in the document
    <nav> – Contains page navigation links
    <section> – Defines a section in a document

Leave a Reply