What is the best HTML specification to be used as of Q1 2011?
Posted
by
Rob McKinnon
on Programmers
See other posts from Programmers
or by Rob McKinnon
Published on 2011-02-12T12:34:24Z
Indexed on
2011/02/12
15:32 UTC
Read the original article
Hit count: 320
While developing a web application, what is the best spec to use?
HTML4.01 HTML5 XHTML trans XHTML1.1
I was taught to use XHTML1.0 strict in uni and to avoid applet/iframe/tables(except in forms). I noticed that some deprecated tags are available in HTML5. Is it safe to code in HTML5? If so should I use target='', and the aforementioned tags? I have noticed that there are many alternatives to choose from including canvas, object.
I have no preference, although Iframe tags are being dispensed from sources like Facebook/Google/etc. What would be the best avenue to take for Spec as of now(Feb 2011)?
© Programmers or respective owner