JSFiddle - React, Tailwind, and code Playground

by rcuzcano

HTML

<article>
<hgroup>
    <h1>
        Exercise 1.1
    </h1>  
    <h2>
        A Sample HTML5 Document
    </h2>
</hgroup>
<summary>
    HTML5 is easy to write, especially if you already know HTML4. There is not a lot significantly different between HTML4 and HTML5.

    This is a sample document that is written in HTML5. It is very plain, and has very little going on. But it does include:
    </summary>
<ul>
    <li>an HTML5 doctype
    <li>a headline
    <li>several paragraphs
    <li>and even a list
</ul>
<p>
If you are thinking of learning HTML5, you have made a good choice. HTML5 is the future for both web designs and mobile applications.</p>
        </article>
<footer>
Copyright 2014
</footer>