Like Us Like Us Facebook Subscribe Subscribe us YouTube Whatsapp Share us Whatsapp Query Send your queries

HTML 5 introduction

HTML 5 introduction

According to Wikipedia
HTML5 is a markup language for structuring and presenting content for the World Wide Web, and is a core technology of the Internet originally proposed by Opera Software. It is the fifth revision of the HTML standard (created in 1990 and standardized as HTML4 as of 1997) and, as of July 2012,
is still under development. Its core aims have been to improve the
language with support for the latest multimedia while keeping it easily
readable by humans and consistently understood by computers and devices .Why HTML5?
It is future’s technology, already adopted by Adobe,Google…. . HTML5 enable to write less for web designers , has built in support for audio, video, Drag-and-drop and others uncountable features. It combines with CSS3 to give a stunning web experience that you can’t imagine.

Coding Structure of HTML 5 :

<!DOCTYPE html>
<html lang="en">
<head>
<title>Sanjay' HTML5 World</title>
<meta charset="utf-8" />
</head>
<body>
<h2>Join me on Google+</h2>
</body>
</html>

Do You not think its great for web designers who work harder than a programmer when comes to differentbrowser compatibility.