🧭 Overview
What You Will Learn
After Unit 1 you will be able to:
- Implement course coding standards 1-15.
- Build the general structure of an HTML web page.
- View the source code for any web page in the browser.
- Validate HTML code, CSS code, web accessibility, and perform site performance checks.
- Implement semantic HTML elements.
- Add images to a web page.
- Create HTML lists (ordered, unordered, and description) to a web page.
- Create internal and external web links.
- Build a static website containing six pages.
Week 1 - The Basics & Big Concepts
- How the Web Works
- HTML Basics
- Responsive Web Design
- Web Accessibility
- Site Performance
Week 2 - HTML Intro
- Coding Standards
- HTML Semantic Markup
- HTML Structure
- Validation
Week 3 - Text Markup
- Marking up Text
- Headings
- p, hr, br, pre tags
- Lists
- Generic Elements
- div and span tags
- Attributes
Week 4 - Link & Images
- Links
- Images