/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

document.createElement("header");
document.createElement("nav");
document.createElement("aside");
document.createElement("section");
document.createElement("article");
document.createElement("footer");

