Level 1
Course Introduction
1.0 How Websites Work
1.1 What is a Web Server
1.2 How Web Servers Work
1.3 Web Site Components
Exercises
Questions
2.0 An Introduction to HTML
2.1 HTML Elements
2.2 Introducing Attributes
Exercises
Questions
3.0 Depreciated HTML Elements
Exercises
Questions
Level 1 Summary
Post Course Exam
Level 2
Level 2 Introduction
1.0 Structural Elements
1.1 Using the Element
1.2 Using the and Elements
1.3 Key Words and Search Engines
1.4 Body Element
1.5 Using Comments
1.6 Using Header Elements
1.7 Paragraph Elements
Exercises
Questions
2.0 Creating Unordered Lists
2.1 Creating Ordered Lists
2.2 Creating Definition Lists
Exercises
Questions
3.0 Basic Table Elements
3.1 Enhancing a Basic Table
3.2 Using Table Headers
3.3 Using Table Captions
3.4 Using Table Summaries
3.5 Spanning Rows and Columns
Exercises
Questions
4.0 Adding Images
4.1 Using the ![]() Element
4.2 ALT attribute
4.3 Height and Width Attributes
Exercises
Questions
Level 2 Summary
Post Course Exam
Level 3
Level 3 Introduction
1.0 Working With Hyperlinks
1.1 Anchor Element
1.2 Working With URLs and Paths
1.3 Linking to a Specific Point in an HTML Document
1.4 Configuring the title Attribute
1.5 Configuring the Tabindex Attribute
1.6 Adding Hyperlinks to Images
1.7 Using Imagemaps
Exercises
Questions
2.0 Working with Forms/~Using the Form Element
2.1 Input Element
2.2 Creating Textboxes
2.3 Creating Textareas
2.4 Radio Buttons
2.5 Using Check Boxes
2.6 Creating Drop-Down Lists and Menu Lists
2.7 Multi Select Drop-Down Lists
2.8 Adding Buttons
Exercises
Questions
3.0 Embedding Objects
Exercises
Questions
Level 3 Summary
Post Course Exam
Level 4
Level 4 Introduction
1.0 XHTML Basics
1.1 HTML and XML
1.2 XHTML
Exercises
Questions
2.0 An Introduction to CSS
2.1 How CSS Works
2.2 Creating Styles
2.3 Inheriting Styles
2.4 Applying Styles
2.5 Cascading
2.6 Grouping Style Rules
Exercises
Questions
Level 4 Summary
Post Course Exam
Level 5
Level 5 Introduction
1.0 Configuring Font Properties ~with CSS
1.1 Font-Family Property with CSS
1.2 Font-Size Property with CSS
1.3 Font-Style Property with CSS
1.4 Font-Weight Property with CSS
1.5 Font-Variant Property with CSS
Exercises
Questions
2.0 Configuring Background ~Properties with CSS
2.1 Background-Color Property with CSS
2.2 Background-Image Property with CSS
2.3 Background-Repeat Property with CSS
2.4 Background-Attachment Property with CSS
2.5 Background-Position Property with CSS
Exercises
Questions
3.0 Configuring Text Appearance ~with CSS
3.1 Text-Align Property with CSS
3.2 Text-Indent Property with CSS
3.3 Text-Decoration Property with CSS
3.4 Text-Transform Property with CSS
Exercises
Questions
4.0 Configuring Margins ~with CSS
4.1 The CSS Box Model
4.2 Setting Margins with CSS Properties
Exercises
Questions
5.0 Configuring Borders ~with CSS
5.1 Setting the Border Width with CSS Properties
5.2 Setting the Border Style with CSS Properties
5.3 Setting the Border Color with CSS Properties
Exercises
Questions
6.0 Configuring the Pad ~with CSS
Exercises
Questions
7.0 Creating Classes
Exercises
Level 5 Summary
Post Course Exam
Level 6
Level 6 Introduction
1.0 An Introduction to JavaScript
1.1 A History of JavaScript
1.2 How Java Script Works
1.3 How JavaScript are Incorporated into HTML
Exercises
Questions
2.0 Java Script Basics
2.1 Defining Scripts with the |