Have you considered switching completely to HTML5 for your website? No! Don't do that yet. Use HTML5 only for special purposes such as games and developer experiments. Why?
Not all browsers support HTML5, especially the older ones. IE8 and below have no support for it. The embed element is deprecated but was introduced in HTML5 as plugin content! I use the embed element in the "About Me" page of my blog for letting you hear a song that I wrote.
As soon as HTML5 is finished and we have mostly HTML5-supporting browsers being used, it will be okay to switch the HTML5. However, you may already start using the simple !DOCTYPE declaration if you wish (which is recommended for HTML5):
<!DOCTYPE html>
All that to say.
No comments:
Post a Comment
Please keep your comments appropriate.