We can start working with HTML 5
- Writing by Rajveer
- On July 28th, 2008 at 4:12 am
I believe some of us may not be aware so far that we can start working with HTML 5. If you are a person who loves HTML and XHTML at the same time then it’s time to encourage the use of HTML 5. The good news is that annoying browsers like IE 6 can also handle HTML 5. I have done some cross checking using a few test cases and it worked well :-).
Due to many reasons including performances and optimization I would personally like to use this version (unless there is a significant reason to not to use this) rather than XHTML. We should accept the fact that XHTML still can not be used with an appropriate Content-Type using a browser like IE. So yes, I am motivating you to take the decision.
HTML 5 has come with a new way to specify the document encoding by using the charset attribute can be defined as like <meta charset=”utf-8″>. The final release of specifications are expected by 2010 but still there are lot of things which add a lot of excitement overall. You can read more about HTML 5 in detail at W3C HTML 5 vocabulary. You may also find worth checking out the difference between HTML 4 and HTML 5 explained by W3C.
- Previous post: Techshare India organizing accessibility conference
- Next post: Web accessibility is part of the job of everyone
Possibly Related Writings
2 Responses
Leave a Reply
Latest writings
- Does usability really matter to usabilitymatters.org
- The Usabilitymatters.org is a non-profit organization who claims to impart usability awareness through interaction between designers and design-sensitive consumers. Although you can find some sensible...
- Submit your idea on project 10 to the 100
- There is an old say in India, “Nothing is free other than assistance”. So here is a chance for everyone of you :-). Google’s Project...
- If Mahatma Gandhi kud hav communicated like today
- This video from Telecom Italia really has a beautiful concept which gave me shivers. I love the way Mahatma Gandhi did the great work...






Shubham July 28th, 2008 at 4:17 am
Super interesting stuff, count me in who wasn’t aware of it fully
Andrea July 29th, 2008 at 8:02 pm
I am very excited about HTML 5 and I am sure I will start working on it from my next assignment. It is great to hear that older browsers like IE6 can handle HTML 5.