HOME SYLLABUS ASSIGNMENTS CLASS SETUP TASKSHEET HTML PRIMER HTML UNITS ADVANCED UNITS LINKS CONTACT HTML Editor
Valid XHTML 1.0 Transitional   Valid CSS
LACES Banner

COURSE ASSIGNMENTS

Fall Semester - HTML

The Fall Semester begins with class introduction and Class Setup, which involves getting acquainted with the class and how things operate. You will be expected to set up your folder and various accounts.

You will then be introduced to the basic structure of HTML, or web pages. I will walk you through the process of creating your first web page using raw HTML, the language of the World Wide Web.

The remainder of the semester will take you through all of the basics of HTML. You will construct a variety of web pages, each building upon the former. As you do so, you will learn to add additional elements to your web pages.


Spring Semester - Advanced: XHTML, CSS, JavaScript

The advanced section, which is second semester material, will extend your learning from the first semester. These units cover XHTML (a refined version of HTML), CSS (Cascading Style Sheets) and JavaScript. CSS provides a more efficient way to format and style your web pages. JavaScript is a simple programming language which adds functionality and interactivity to your web pages.