Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

HTML <cite> tags


May 04, 2021 HTML Reference Manual


Table of contents


HTML slt;cite.gt; tags

The label represents a reference to a reference to a reference, such as the title of a book or magazine, in the text it contains.

The text in the label will be displayed in italics.

Use the hashtag to define the title of your work:

<p><cite>The Scream</cite> by Edward Munch. Painted in 1893.</p>


Try it out . . .

Browser support

HTML <cite> tags HTML <cite> tags HTML <cite> tags HTML <cite> tags HTML <cite> tags

All major browsers support the hashtag.


Label definition and instructions for use

Labels define the title of a work (such as books, songs, movies, TV shows, paintings, sculptures, etc.).

Note: The name of the person does not belong to the title of the work.

Tip: The label also has an unknown feature: Using the label, you or someone else can automatically extract the reference from the document. F or example, browsers can automatically organize reference tables and display them as footnotes or separate documents. That is, the contents of the document can be presented to the user in different ways through the browser.


The difference between HTML 4.01 and HTML5

In HTML5, the label defines the title of the work.

In HTML 4.01, the label defines a reference.


Global properties

The label supports the global properties of HTML.


The event property

The tag supports the event properties of HTML.