Bringing Your WebSite Out Of The Last Century
First and foremost, remember that the T in HTML is for TEXT. Unless it's your company logo, never use graphics of words. This is important for a number of reasons. First, text can be selected and copied and pasted by your visitors. Graphic headers cannot. Second, your graphical headers won't change size to match whatever resolution your target's browser is set up for, while a font based system will. Third, a lot of browsers still give the option to shut off graphics, particularly those used on mobile devices, to save on download bandwidth.
While we're speaking on graphical design for your web site, resist the urge to use fancy fonts. Your site is meant to be read; there are several fonts that are designed to be read on-screen with minimum eye strain, among them Georgia, Verdana and MS Times nh consumer complaints Roman. Similarly, to make your life easier, be sure to set your fonts in a cascading style sheet, or CSS file. This allows you to make one change to a font list and have it affect all the fonts on your web site - most modern web design tools will handle the CSS stuff for you; how much you want to get into it is up to you.
CSS is also a great way to avoid two other common sins of web design from the late '90s: The use of needless tables and tiled backgrounds, usually in garish colors. CSS allows you to specify backgrounds that flow around text, without choking the browser on tables and the like. While it was the rage in web site design to make your page look like it was printed on parchment, with a tiled background, it's certainly not the way to go Consumer Reports Complaints general electric consumer complaints Most web pages should have either a light gray, white or "gray blue" background, because that's the easiest for text to be read from. While it's very chic, try to avoid white text on a black background. If you must use a dark background, use text that's somewhat larger against it, because of the way optical illusions work with text on a dark background.
Avoid animated GIFs and the Blink tag. The things Animated GIFs did are better handled with CSS and Javascript rollovers, and again, most good web design software will handle this for you, so you don't have to be a coding guru to do this Consumer Reports Complaints complaints GIFs in general, due to their low bit depth, should be avoided. Use PNGs instead if you need one with a transparent background or an animation; PNGs combine everything you'd want from a GIF with the color depth of a JPEG.