Overview
What You Will Learn
After Module 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
- How the Web Works
- HTML Basics
- IP Addresses
- URL
Week 2 - Big Concepts
- Coding Standards
- Responsive Web Design
- Web Accessibility
- Site Performance
Week 3 - HTML Intro
- HTML Semantic Markup
- HTML Structure
- Validation
Week 4 - Text Markup
- Marking up Text
- Headings
- p, hr, br, pre tags
- Lists
- Generic Elements
- div and span tags
- Attributes
Week 5 - Link & Images
- Links
- Images