Sunday, August 10, 2008

Class Note

Using CSS and Design
1> Design the layout to fit CSS (cascading style sheets)
2> Div Tags + Drewmweaver
3> one way to lay a page out

Description of the DIV Tag: The
tag in XHTML is a tag that defines logical divisions within the content of a page. What this means is that a
tag defines sections of a Web page to make it easier to manage, style, and manipulate. You can use the
tag when you want to center a block of content or position a content block on the page. The
tag is a very powerful tool for Web developers.

** Screen Resolution of Mac And Pc is different.

HTML
Designing web with style sheet is easy. A blank space with a header and a footer.Navigations down the banner. most important part of the web layout is top left, where usually the logo sits.

Meta taging
The element provides meta-information about your page, such as descriptions and keywords for search engines and refresh rates.