Live examples code for web technologies, feel free to use them in your personal or commercial projects.
If you have a how to problem to ask, please ask here.
Note: Please copy-paste each code snippets of following demo inside <body></body> HTML tag and open the page in browser to see the output. If code snippet already has <body></body> element, ignore this.
In this section we are going to learn the Canvas in HTML5.
Canvas element is a rectangular area that can be used to draw lines, shapes, images, animations. Canvas doesn’t have its own drawing abilities; it is done through JavaScript progr ...
In this section we are going to learn about working with multimedia in HTML5. Primarily there are two tags related with multimedia
<audio> - used to play audio
<video> - used to play video
All these tags have their respective attri ...
In this section we shall learn about the Drag and Drop features in HTML5. Drag and Drop features have been introducted in HTML 5, earlier version of HTML didn't had this feature out of the box.
In order to enable drag and drop HTML element, they mus ...
HTML5 has rich sets of elements and support that help us to create animation in browser without any third party plugins.
Before we starting learning HTML5 animation, let's try to understand what is Animation?
What is animation?
Animation is the pr ...
SVG
SVG stands for "scalar vector graphics" which is used for creating the 2D-graphics and graphical applications
It is mostly used by creating the pie charts, x, y coodinates etc, SVG is an XML based format which is used to draw the vector image ...