Logo
  Sunday, May 20, 2012
Sign-In  |  Sign-Up  |  Contact Us  | Bookmark |  RSS Feed

HTML5 Tutorial FeedBurner

The HTML5 <ins> Tag  
During the times when it is necessary to add more text within the document, the use of HTML5 <ins> tag is very important. Usually, this is also used along with the HTML5 <del> tag. By doing this, the author is able to track the alteration that has been done within the document. The deleted text has a strikethrough and the inserted text has an underline.

The use of the <ins> tag in HTML5 and HTML4.01 has no difference. The HTML5 <ins> tag is not complicated to apply within a document since it supports the Global Attributes and Events Attributes in HTML5.

The HTML5 <ins> tag is also easily recognizable by the different web browsers like Firefox, Internet Explorer, Google Chrome, Safari and Opera.

The attributes for HTML5 <ins> tag are the following:

Attribute

Value

Description

cite

URL

This is the indicator of the URL of the document which provides explanation for the alteration done

datetime

YYYY-MM-DDThh:mm:ssTZD

This is utilized in providing the date and time when the document was altered

Print HTML5 <ins> Tag Bookmark HTML5 <ins> Tag

Related Articles  
The HTML5 <rp> Tag
There are times when adding Ruby annotations within the document are necessary. The Ruby Annotations are those which ...
The HTML5 <abbr> Tag
The main purpose of the HTML5 <abbr> Tag is to indicate that the text is an abbreviation or an acronym.
The HTML5 <samp> Tag
When it is necessary to place a sample output from a computer program or script, the HTML5 <samp> tag has to be ...
The HTML5 <object> Tag
The HTML5 <object> tag is the key which enables HTML authors to do this. When embedding video, audio, PDF, Flash ...
The HTML5 <html> Tag
The HTML5 <html> tag is utilized as the main container of all the other elements that are placed within the ...
The HTML5 <kbd> Tag
When creating an HTML document, the purpose of HTML5 <kbd> tag is to specify a keyboard input. It is for the text ...
More