What’s In : What’s Out
December 12th, 2007What’s Out
Font tags, complicated nested tables, marquees, blinky things.
Okay, what is it with website designers still using <font></font> tags???
A friend that is also a web designer/developer is in the process of updating a website. On one page alone there were over 626 font tags. Aaaccckkk!
Using any uncessary code aka bloated code causes search engine spiders to slow down while roaming a site, adds weight to the page, and let’s not talk about how long it would take just to update all of them.
What’s In
CSS!!! By using an external stylesheet it is possible to completely change the font (not by using font tags) throughout the site by just changing one line of code.
CSS is also a method of presentation. You can do things with it that you just cannot accomplish using font tags.
Leave a Reply
I welcome comments. However, if you are just looking for a incoming link (and I can tell who you are since I look at the url you provide) I won't approve your comment.
