Forum Moderators: not2easy
Is there any truth in this? Do you lot still use font tags as well as css? Is there any need?
FONT tag considered harmful! Many filters from word-processing packages, and also some HTML authoring tools, generate HTML code which is completely contrary to the design goals of the language. What they do is to look at a document almost purely from the point of view of layout, and then mimic that layout in HTML by doing tricks with FONT, BR and (non- breaking spaces). HTML documents are supposed to be structured around items such as paragraphs, headings and lists. Yet some of these documents barely have a paragraph tag in sight!
Thanks Doc!
Nick
I especially like the part "HTML documents are supposed to be structured around items such as paragraphs, headings and lists."
sheesh! How often can we see a Web page that uses nothing but font tags!
It might look the same, but it sure ain't the same! The font tag is deprecated, which means that W3C no longer supports it. It is only there for historic purposes. It is already removed in newer recommendations. Other elements, such as paragraphs, lists, and headings... they will always be there.