HTML5 Basics
By Mhabub Mamun • May 4th, 2012 • Category: html5HTML5 is the latest version of HTML and XHTML. HTML5 makes things very simple but its powerful. I will show some very basic tag for HTML5 1. The document Type(Doctype) Declaration: The HTML <!DOCTYPE> is used to specify which version and language the document is using. Before (Xhtml): After (html5): It will work in older [...]
