Top Banner
1 Minute HTML <article>, <section>, <nav>, <aside> and <footer> Semantic Document Structure
18

1 Minute HTML tutorial - Semantic Document structure by article, section, nav, aside and footer tags

Jan 17, 2017

Download

Technology

rimaoka
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: 1 Minute HTML tutorial - Semantic Document structure by article, section, nav, aside and footer tags

1 Minute HTML

<article>, <section>, <nav>, <aside> and <footer>

Semantic Document Structure

Page 2: 1 Minute HTML tutorial - Semantic Document structure by article, section, nav, aside and footer tags

Let’s look at document

structure by…

Page 3: 1 Minute HTML tutorial - Semantic Document structure by article, section, nav, aside and footer tags

time.com

example of document-style page

Page 4: 1 Minute HTML tutorial - Semantic Document structure by article, section, nav, aside and footer tags
Page 5: 1 Minute HTML tutorial - Semantic Document structure by article, section, nav, aside and footer tags

Article

Page 6: 1 Minute HTML tutorial - Semantic Document structure by article, section, nav, aside and footer tags

ArticleSidebarContent

Page 7: 1 Minute HTML tutorial - Semantic Document structure by article, section, nav, aside and footer tags

Navigation Menu

ArticleSidebarContent

Page 8: 1 Minute HTML tutorial - Semantic Document structure by article, section, nav, aside and footer tags

Navigation MenuHeader

ArticleSidebarContent

Page 9: 1 Minute HTML tutorial - Semantic Document structure by article, section, nav, aside and footer tags

Navigation MenuHeader

ArticleSidebarContent

Page 10: 1 Minute HTML tutorial - Semantic Document structure by article, section, nav, aside and footer tags

Navigation MenuHeader

ArticleSidebarContent

footer

Page 11: 1 Minute HTML tutorial - Semantic Document structure by article, section, nav, aside and footer tags

Navigation MenuHeader

ArticleSidebarContent

footer

This is … Typical HTML

Document Structure

Page 12: 1 Minute HTML tutorial - Semantic Document structure by article, section, nav, aside and footer tags

Navigation MenuHeader

ArticleSidebarContent

footer

HTML 5 introduced new tags

to structure a document

Page 13: 1 Minute HTML tutorial - Semantic Document structure by article, section, nav, aside and footer tags

Navigation MenuHeader

ArticleSidebarContent

footer

Page 14: 1 Minute HTML tutorial - Semantic Document structure by article, section, nav, aside and footer tags

<nav><header>

<article><aside>

<footer>

Page 15: 1 Minute HTML tutorial - Semantic Document structure by article, section, nav, aside and footer tags
Page 16: 1 Minute HTML tutorial - Semantic Document structure by article, section, nav, aside and footer tags
Page 17: 1 Minute HTML tutorial - Semantic Document structure by article, section, nav, aside and footer tags
Page 18: 1 Minute HTML tutorial - Semantic Document structure by article, section, nav, aside and footer tags

Later lessons to review

what contents go into

each of the tags