How to make a Web Page
So I’m teaching my class the basics of HTML and making a web page. We only have two days to cover the basics, so stuff like CSS, Javascript, etc. are pretty much out. I still want to help them understand what a good page/site looks like though, and that is getting harder to do without CSS. I’ll probably show them what CSS can do, as I can jazz up a simple web page without complicating the HTML code for it.
Anyhow, here are some good links web design related links:
famfamfam.com: Mini Icons
CSS-able icons
Basics of web design from scratch
Forty Internet HTML Tutorial
Enjoy!
cw
February 9th, 2006 at 8:40 am
Don’t forget http://www.csszengarden.com/
For people who don’t know CSS, but do know HTML, it usually blows their mind to find out that each example on CSS Zen Garden uses the exact same HTML and simply changes the CSS.