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

HTML5 Tutorial FeedBurner

The HTML5 <cite> Tag  
The HTML5 <cite> tag is necessary when indicating the title of a specific work that is incorporated in the HTML document. It is useful when putting the title of a book, song, movie, TV show, painting, sculpture and other works.

It has to be emphasized that putting the name of the person responsible for the work should not be included because this is not part of the title anymore.

Using the <cite> tag is just the same for both HTML5 and HTML4.01. It is also supported by the major web browsers like Safari, Google Chrome, Internet Explorer and Opera.

When it comes to Global Attributes and Event Attributes, the HTML5 <cite> tag is capable of supporting both.

Print HTML5 <cite> Tag Bookmark HTML5 <cite> Tag

Related Articles  
The HTML5 <video> Tag
The HTML5 <video> tag is the main tool of the author to add some movie clip or video stream within a document.
The HTML5 <!DOCTYPE> Declaration
The important thing about using the HTML5 <!DOCTYPE> Declaration is that it should be the first information that ...
The HTML5 <figure> Tag
The HTML5 <figure> tag is primarily used for adding self-contained content within the document. It is utilized ...
The HTML5 <var> Tag
The HTML5 <var> is applicable for adding a portion of an application, a specific mathematical expression/sentence ...
The HTML5 <label> Tag
The main purpose of the HTML5 <label> tag is to provide a name for the <input> element. It is not something ...
The HTML5 <figcaption> Tag
Remembering the function of HTML5 <figcaption> tag is easy because the name is suggestive of its use. The HTML5 ...
More