home / developersection / category
HTML5 figure element is used to show content on page; content can be images, photographs, articlesor data tables. The content of figure element should be relevant to the main content, but if removed it should not affect the flow of document.
Canvas element will be used to draw some graphics content on browser by using java script. It is a resolution dependent bitmap canvas, which can be used for rendering graphs, game graphics or other visual images on the fly.
In HTML5 article tag is used to show content, content can be blog, forum, newspaper etc. Article tag represents an independent section of page. The article tag specifies independent, self contained content. This is a new tag in html5.
HTML 5 offers a new input element keygen,this element is used to safely authenticate users, keygen element creates a pair of private, public keys which is stored on the client machine and sends the public key to the server.
The attributes listed below are supported by all HTML 5 tags. HTML 5 global attributesaccess keySpecifies shortcut key that can be used to access ele
In HTML5 datalist element can be used in conjunction with an input element that contains a list of attribute. We create list with option element inside in datalist element.
HTML 5 introduced a new element output which is used to represent the result of different types of output, such as output written by a script.HTML 5 offers output tag which is used to dynamically show result of a JavaScript function .
The HTML syntax of HTML5 allows MathML (Mathematical Markup Language) element to be used inside a document using tag. It aims at integrating mathemat
What are the new features in the HTML5 form eventWhen a user visits a website, they do things like click on text and images and given links, hover o
HTML 5 has included some new form related attribute that provide functionality only once possible with JavaScript. Form Attributes:autocompletenova
The HTML area tag is used for defining an area in an image map. Image maps are images with clickable areas (sometimes referred to as "hotspots") that usually link to another page.
Today most videos are shown by plug-ins like flash or Silverlight but all browsers did not support same plug-ins. HTML5 specifies a standard way to su