Jan 28
The <time> Tag
Many times, you may need to add time and date in your web page. HTML5 gives you ability to incorporate time on your web page using time tag. To add on a time or a date or both on a particular web page, you can use time tag that has been included in HTML5 (represented as <time>). This tag may record what a user is doing and for how long. Read More...
Jan 28
The summary tag has been introduced in HTML5, which is symbolized as <summary>. It basically includes brief summary of the content. Consequently, with this tag you can easily provide summary for a table in the page layout. The summary tag must be used in conjunction with the HTML5 <details> tag. Read More...
Jan 28
HTML5 symbolizes section tag as <section> that has been added to define sections in a document like headers, chapters and footers. A web page may have several sub-sections and nesting sections. Read More...
Jan 28
The Ruby tag – <rt> Tag
The ruby parentheses (rt) tag is used to provide parentheses around a ruby text component of a ruby annotation. It is shown by browsers that do not support the ruby annotations. Read More...
Jan 28
The Progress tag – <progress> Tag
The progress tag is used to define the progress of a task which is currently undergoing in the page. It can be helpful to track what amount of task has been done and what is under process. Read More...
Jan 28
The Output tag – <output> Tag
The <output> tag is used to show the result of a calculation made using a script. Read More...
Jan 28
The Navigation tag – <nav> Tag
The <nav> tag indicates to a section of page that may link to other pages or to parts within the page itself. Read More...
Jan 28
The <meter> tag is used for measurement purposes. This tag can be used only for measurements that have a predefined minimum and maximum value. Read More...
Jan 28
The <mark> Tag
The <mark> tag is used to mark and highlight text or portions of text in a document just like a marker which is used to mark certain words and sentences in a document. Read More...
Jan 28
The <keygen> tag is intended to be used in a form, along with other information which would help in creating a certificate request and after its generation the end result would be a signed certificate. Read More...