category

home / developersection / category

Figure element in HTML5
html5 25-Jul-2011
Figure element in HTML5

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 in HTML5
html5 25-Jul-2011
Canvas Element in HTML5

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.

Article element in HTML5
html5 24-Jul-2011
Article element in HTML5

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.

Keygen Element in HTML 5
html5 24-Jul-2011
Keygen Element in HTML 5

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.

Global attributes HTML 5
html5 23-Jul-2011
Global attributes HTML 5

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

HTML5 datalist element
html5 23-Jul-2011
HTML5 datalist element

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 Output Element
html5 23-Jul-2011
HTML 5 Output 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 .

HTML 5 MathML
html5 23-Jul-2011
HTML 5 MathML

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 is the new feature in HTML 5 Form Events
html5 22-Jul-2011
What is the new feature in HTML 5 Form Events

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 Form Attributes
html5 22-Jul-2011
HTML 5 Form Attributes

HTML 5 has included some new form related attribute that provide functionality only once possible with JavaScript. Form Attributes:autocompletenova

HTML 5 area tag
html5 22-Jul-2011
HTML 5 area tag

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.

Video element in HTML5
html5 21-Jul-2011
Video element in HTML5

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