Web 1- Web Unit Intro

Overview:

There are 2 important categories in web design:

You use both aspects when designing web pages and there is overlap in the way they can be used to control elements on a page. If you stick with the following 2 principals your web pages will:

#1 CSS

All formatting elements should be controlled by CSS, and most page layout/design

#2 HTML

Control all content using HTML

There are times when you overlap these concepts, but the more you adhere to these 2 principals, the more likely your success in building web pages

Details

CSS

There are 3 types of CSS:

ID's
Classes
Tag redefinition

Is hard to explain without more experience. Suffice it to say that any HTML tag can be defined in CSS to look and act the way you want. Very powerful!

HTML

Things to remember/know:

Concluding...

That is enough to get started.

Some simple things to remember...