category

Home / DeveloperSection / Category

legend tag in html
legend tag in html

We will use legend tag to define caption for fieldset, figure and details element. In html 4.01 legend tag defines caption only for fieldset element but in html5 legend tag defines caption for fieldset, figure and details element.

Mark tag in html5
Mark tag in html5

mark tag is new tag in html5. It will be used to marked important text in document. Whenever you want to highlight some portion of text in your document then we will use mark tag.

Storing data on Client in HTML5
Storing data on Client in HTML5

In other version of HTML we store data on client machine by using concept of cookies which is not suitable for large data. With the concept of localSt

Figure element in HTML5
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
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.