|
|
-
|
|
While displaying a long word, some times it might broken into next line at wrong location. By using "wbr" tag, we can control the the places long word can be broken into next line.
Suppose to display a word "FailOverClustering", if the word breaks at "...
|
|
-
|
|
In HTML 5, Keygen tag has been introduced, which generates a pair of public key and private key. When the form is submitted, it stores the private key in local machine and sends the public key to server. Server can generate a certificate with public key...
|
|
-
|
|
"datagrid" tag creates a table that is built from a database or other dynamic source. Now this tag has been removed from HTML 5 specifications....
|
|
-
|
|
"embed" tag is used for embedded content, such as a plug-in....
|
|
-
|
|
"time" tag is used to indicate content that is a time or date....
|
|
-
|
|
This is one of the most interested features introduced. Canvas element allows you to build 2d graphics rendered to the html page. The contents can be drawn to the canvas using JavaScript, thus provides inbuilt capabilities of animations without the help...
|
|
-
|
|
Prior to HTML 5, if you want to play audio in the browser, you are supposed to use Microsoft Silverlight, Adobe Flash, or other browser plugins. The ability to play the audio by the browser varies depending on the plugins available in the browser. HTML ...
|
|
-
|
|
Similar to audio, prior versions of HTML 5 required 3rd party plugins to play the video in browser. HTML 5 introduces the new element video element that brings native support for browsers to playback video files in the browser.
Example:
Below script ...
|
|
-
|
|
In HTML 5, one of the important additions is capability to play audio/video files in webpage. "source" tag is used for media resources for media elements, defined inside video or audio elements. By using this tag, we can declare the files to be played i...
|
|
-
|
|
HTML 5 introduced "details" tag, which can be used to show/hide the details. For now, it has been implemented only
in Google Chrome browser. By default the content inside will not be visible. On clicking the arrow, entire content
will be visible. On c...
|
|