Module 2: Basic HTML Markup

Overview

In this module, students will begin to learn about the basics of HTML coding. They will receive introductions to HTML tags, including opening and closing tags, and learn the distinction between elements and attributes. Next, students will learn the essential tags for a website including tags that comprise the two main sections of a web page, the <head> and <body>. They will create a "bare bones" template and use this to create a home page and a few sub-pages for their portfolio. Students will then be introduced to some of the most common HTML elements and begin adding content to their portfolio home page.

Lesson 1: HTML Syntax

Tips for Delivering This Lesson

Lesson 2: Essential Tags

Tips for Delivering This Lesson

Example Output

When this lesson is complete, students will have have created five new HTML files (accessibility.html, graphics.html, javascript.html, tools.html, and usability.html) that will be populated with content throughout this course. For now, each file is populated solely with a bare bones HTML template, just like the index.html file (here's the example index.html file - note that the file currently has no visible content in the body).

Lesson 3: Common Tags

Tips for Delivering This Lesson

Example Output

When this lesson is complete, students will have added basic HTML content to the index.html file in their portfolio.