Tag-Archive for ◊ HTML ◊

Favorite 5 Web Design Tools
Tuesday, November 10th, 2009 | Author: Mike

I have written a couple of articles describing different tools and I enjoy using and I like to include all of the free tools you can use. Well here are my 5 favorite web design tools that are absolutly free to use.

Cascading Style Sheets
Sunday, August 16th, 2009 | Author: Mike

Cascading Style Sheets or CSS as they are more commonly known have been around for many years now and can be used to format your page any way imaginable. CSS is a very easy way to keep you web page consistant with your fonts, colors, and many other aspects. CSS also allows you to get this information in a single file instead across all of your web pages. If you have a 200 + page website and a decision has been made to change the font on the pages from arial to verdana then you would have to manually edit 200+ pages to make tha change. But with CSS all you have to do is change the CSS files, which for a large webpage maybe two or three files, a lot better than 200+ files.