Skip to content

Instantly share code, notes, and snippets.

View evechey's full-sized avatar

Eric Vechey evechey

  • Grand Rapids, MI
View GitHub Profile
@evechey
evechey / sectioningcontenttest.html
Created November 16, 2011 18:24 — forked from adactio/sectioningcontenttest.html
Illustration of sectioning content and the outline algorithm in HTML5.
<!DOCTYPE html>
<html lang="en">
<title>Sectioning Content test</title>
<h1>This is an h1</h1>
<p>That h1 is the heading for the body (a sectioning root).</p>
<div>
<h1>This is another h1</h1>
<p>That h1 is inside a div so it is no different than the first h1.</p>
</div>
<section>