Is it good to not to use any TAG which is not supported in HTML 5, If i'm using XTML 1.0 strict now?
These elements are not supported in HTML 5 but in XHTML
acronym
big
tt
then if future when i will change my doctype to html 5 then i would not need to replace or change any code to pass validation?
this is also accepted as valid code in an attempt to ease the pain for avid XHTML coders (like myself) who are used to self-closing elements:
<tag type="type" id="name"/>
The same rules apply to and other self closing elements.