In previous blog you came to know about the difference between HTML 4.0 and HTML 5.0. Today you will know what are the new markup and new elements used in HTML 5.0
New Markup Using HTML 5It provides a number of new elements and attributes. Some of them are replacements for common uses of generic block (<div>) and inline (<span>) elements, for example <nav> (website navigation block) and <footer>. Other elements provide new functionality through a standardized interface, such as the <audio> and <video> elements.
The HTML5 syntax is no longer based on DOCTYPE, SGML despite its markup being very close. It has, however, been designed to be backward compatible with common parsing of older versions of HTML. It comes with a new introductory line which looks like <!DOCTYPE html>, which enables standards-compliant rendering in all browsers that use "DOCTYPE sniffing"
New Elements Introduced In HTML 5