Chapter 1 - Getting Started

What is Dreamweaver - semi WYSIWYG xhtml editor. (pg3)

HTML vs. XHTML - XHTML has removed some deprecated tags, become standardized (closing tags required, all lower case tags & attributes)

(X)HTML defines the structure of the web page

Do you need to know XHTML to use Dreamweaver?

Yes and No.

Yes because there are some tags & attributes that Dreamweaver doesn't allow easy access to. If you are going to move into programming on the web, it will be more beneficial to know XHTML, if you are strictly a designer, it is not as necessary.

No because you will rarely need them.

Sort Of if you are going to be a standards compliant CSS designer, web optimizer, or work with SEO then knowing the tags will simplify your life!

What is XHTML and how does it look? - pg 5 & 6

File Naming

What is CSS

What is JavaScript

What is a Web Application

A web application generally is made up of numerous pages, that utilize server driven behaviors.

A web application may perform e-commerce, inventory, customer support, searching, etc.

Think of what a computer desktop application can do, but on the web!