Module 2: Styling and CSS
In this module, we will focus on the basics of what a Web Page is, how they're structured, and how they can link to other pages. Primarily focusing on HTML, we will learn how HTML Elements work, how the page is structured, and some level of interactivity provided directly by HTML such as forms and form processing.
Module Objectives
When you have completed this module, you should feel comfortable that you
- Can style basic web pages with CSS.
- Understand how to use HTML classes and ids to help style elements with more specificity.
- Are able to use the Chrome Devtools for debugging CSS and HTML.