Module 1: Web Page Structure and Navigation
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 develop basic web pages with HTML.
- Have a basic familiarity of how HTML works overall.
- Have an understanding of several HTML Elements we introduce in this module, including:
- Headings
- Lists (Unordered and Ordered)
- Tables
- Hyperlinks
- Media such as Images, Sound, Videos
- Forms