Tuesday, April 7, 2009

Learning HTML And CSS Is A Must!!!!

CSS is super easy if you understand:
width, height, font-weight, font-size you can learn it in about a day or 2. I personally learned CSS in a matter of a day to a day and a half. but i did have HTML experience before i tackled it.

HTML is a little more complicated than CSS but if all you are wanting to do is make websites use dreamweaver and just use the div tag. the majority of your websites will be everything dreamweaver will give you pre-written and CSS.

Do a search for free html tutorials.
If it aint free, dont buy it.
There is PLENTY of info around for nothing.HTML is essential!!!

------------------------------------------------------------------------------

regarding the post about templates and coding them. most all of my sites can be fit into this "skeleton".

Wrapper - A Div tag wrapping around the entire website to center it.

Header - A Div tag inside of the wrapper containing the top portion of the website(as a background image) and the navigation. most of the time.

Content - Containing any content of the website, and will contain divs inside of it, to position the content of the site.

Footer - containing the bottom portion of the website as a background iamge, and bottom navigation and copywrite.


Making sites is that simple.

No comments:

Post a Comment