View Full Version : <style> tag for HTML 4.0
vedette
August 31st, 2001, 10:35
I heard that for html 4.0, the font tag is discarded and instead the style tag is used in the head section of the html document. How do I use it? What's the code?
neural
August 31st, 2001, 10:52
<font> tag isn't discarded in any html version
but it is very useful to define fonts in <style> tag or in an included .css file
try webmonkey.com (http://hotwired.lycos.com/webmonkey/reference/stylesheet_guide/) or htmlgoodies (http://www.htmlgoodies.com/beyond/css.html)
vedette
August 31st, 2001, 11:42
I don't know, the html tidy thing says it's discarded for html 4.0
Oh well. Hey thanx for the help!
meow
September 1st, 2001, 18:52
No, it's deprecated. That means it won't be included in future standards..As long as you write 4.0 Transitional you can use it. I's not allowed in 4.0 Strict though.
It's gone in the current standard, XHTML. So are all other formatting elements. Bye-bye.
LastActionHero
September 2nd, 2001, 02:15
<font> is gone. :( *sob* *sob*
:D
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.