HTML5 Level I Session II Chapter 3 - How to Use HTML to Structure a Web Page www.profburnett.com
Class Outline Code the Head Section Code the Text Elements Structure the Content Code Links, List and Images Structure the Web Page Student Exercise 1 11/14/2018 Copyright © Carl M. Burnett
Code the Head Section Title Favicon Metadata – charset, name, content External CSS JavaScript Global 11/14/2018 Copyright © Carl M. Burnett
Code the Text Elements Heading and Paragraphs Special Blocks of Text h1, h2, h3, h4, h5, h6, p Special Blocks of Text pre, blockquote, address Inline Elements – page 91 Character Entities – page 93 11/14/2018 Copyright © Carl M. Burnett
Core HTML Attributes id – Unique identifier for element for CSS. class – class name for use by CSS. title – additional info for tooltip. lang – language of the content of the element. 11/14/2018 Copyright © Carl M. Burnett
Structure the Content HTML Block Elements HTML5 Semantic Elements <div> Element <span> Element HTML5 Semantic Elements Other HTML5 Elements 11/14/2018 Copyright © Carl M. Burnett
Code Links, List and Images Coding for: Links List Images 11/14/2018 Copyright © Carl M. Burnett
Structure the Web Page Page Layout HTML File 11/14/2018 Copyright © Carl M. Burnett
Student Exercise 1 Complete Exercise 3-1, page 120 using Dreamweaver. The Town_Hall directory listed in the book is now the root directory on your developmental site. The c3_content.txt file listed in the book for Exercise 3-1 is located in the txt folder on your developmental site. Upload your HTML home page file to the live site to preview. Students will preview in browser website files 11/14/2018 Copyright © Carl M. Burnett
Next: Chapter 4 – How to Use CSS to Format the Elements of a Web Page Class Review Code the Head Section Code the Text Elements Structure the Content Code Links, List and Images Structure the Web Page Student Exercise 1 Next: Chapter 4 – How to Use CSS to Format the Elements of a Web Page 11/14/2018 Copyright © Carl M. Burnett