HTML5 beginners Tutorial

a minute read

HTML5 is the latest and enhanced version of HTML.

HTML5 is a core technology markup language of the Internet used for structuring and presenting content for the World Wide Web.

html-css

 

HTML5 provides some new elements and attributes that helps in building a modern websites. Following are features provided in HTML5.

Semantic Elements: These are like <header>, <footer>, <section> and <article>.

Local Storage and Session Storage: As HTML5 Web Storage stores the data on Object basis.

Canvas: This supports a two-dimensional drawing surface that you can program with JavaScript and Jquery.

Audio & Video: You can embed audio or video on your web pages without installing ant third-party plugins.

Geolocation: Now visitors can choose to share their physical location with your web application.

Drag and drop: Drag and drop the items from one location to another location on a the same webpage.

 

Facebook Twitter LinkedIn Telegram Whatsapp

Related Posts:

The HTML5  provides &lt;video&gt; element  that specifies a standard way to play  video in a web page.So we can play video without using any third party software like flash . HTML% Video Player   In this post we discuss about controls of the play video. We can...
.htaccess file or configuration file provide a way to make configuration changes on a per-directory basis. A file that containing one or more configuration directives, is placed in a particular document directory. How to Create a .htaccess File? Open any text...
cURL is a best library for file transfer via different types of protocols. cURL supports the transport via POST, GET, FTP upload and much more. cURL is also able to authenticate on the destination server or website. How to send files using PHP and cURL In this...