HTMLStructure
HTML 5: Structure by Charlie Calvert Bellevue College
HTML5 New elements (tags) article, header, footer, section command, detail, summary, nav They define the structure of an HTML document. HTML5 has new features including the ability to: Work offline Display video Draw on an HTML Canvas: Animation Drag and drop
body Nav section article aside h1, h2, h3, h4, h5, h6 header footer address hgroup Structure
Put your content in the <body> tag. There is only one <body> tag in each HTML document. It is the second element in an <html> element.
Body
Put your navigation links in a