{"id":2884,"date":"2011-12-27T13:58:24","date_gmt":"2011-12-27T18:58:24","guid":{"rendered":"http:\/\/teamtutorials.com\/?p=2884"},"modified":"2012-03-28T08:45:08","modified_gmt":"2012-03-28T12:45:08","slug":"whats-new-in-html-5","status":"publish","type":"post","link":"https:\/\/teamtutorials.com\/web-development-tutorials\/whats-new-in-html-5","title":{"rendered":"What’s new in HTML 5"},"content":{"rendered":"

It’s been way too long since we’ve posted anything. With all the news around HTML5 and CSS3 that continues to come out, I thought now might be a good time to talk about some things we will see in the upcoming HTML5 standard.<\/p>\n

HTML5 Doctype<\/h3>\n

The doctype has been simplified in HTML5. Now all you have to do is add the following doctype and your page is HTML5 ready.<\/p>\n

\r\n<!doctype html>\r\n<\/pre>\n

HTML Structure Tags<\/h3>\n

The HTML5 standard recognized that most web pages have several type of elements in common. It added more semantic tags to handle these elements. In the previous standard we would use the div tag, but now there are several more descriptive tags available:<\/p>\n