Development Wall

help for php, codeigniter, javascript, jquery, mysql, apache, ubuntu

Archives for the ‘html5’ Category

HTML5 Basics

By • May 4th, 2012 • Category: html5

HTML5 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 [...]