Question:
In html what does deprecated tags mean? can they still be used today or are they COMPLETELY obsolete?
King Of Utopia
2007-12-29 14:40:30 UTC
In html what does deprecated tags mean? can they still be used today or are they COMPLETELY obsolete?
Five answers:
Theseus
2007-12-29 15:01:02 UTC
Deprecated means the tags should be avoided but are still supported; it is NOT synonymous with obsolete.



Think of deprecated as a warning that the tags are expected to become obsolete in future HTML versions (thus deprecated means obsolescent - on the way to becoming obsolete).



Deprecated implies that there are better (i.e. CSS styles) ways to do the same thing which are considered best practices and that these tags are the old way.



Using deprecated tags is perilous because there is the implication they will later be obsolete and thus no longer supported in future browsers.



It is better to avoid any deprecated tags but they still work for now.
anonymous
2016-11-16 21:00:44 UTC
Deprecated Tags
VayaTongo
2007-12-29 14:56:59 UTC
Deprecated means: "We have a better way to do this now, so you'd better not use this"



You can still use them but it's better not to use them so you may skip those tags if you are learning html and use the newer ones.
Rev TL
2007-12-29 14:51:48 UTC
Depricated means ther aren't being used. You should be able to use them, but they are frowned upon. Sometimes they are harder to process. You should find the new tags/methods. They might have issues with some browsers. You can use them. You can get rid of your site too. See my point?
Michael
2016-02-21 12:03:22 UTC
Usable today but being replaced and at some point no longer will be supported. Best practice is to use alternatives.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...