<!DOCTYPE html><!-- --><p id="whoAmI"></p><p class="stayClassy"></p><h1>, <p>, <ul>, <li><a>, <b>, <em>, <img><div><span><iframe><meta>## HTML5 Layout
<div> replaced with <header><nav><article><section> better describes structure<header> top of page, may appear in article<footer> bottom of page, may appear in article<article> stand alone or syndicated part of page<section> groups related content<aside> contains non-essential info about article or content container for page<hgroup> groups together headings <h1>, <h2>, etc<figure> and <figcaption> content referenced from main flow images, videos, graphs etc<div> used when no other grouping elements apply<a> around entire block level element including children header, section, footer, aside, nav, article,
figure, figcaption {
display: block;
}
## Process and Design
## Javascript
### Script
### HTML, CSS, JS
<script src="filePath"</script>