View video tutorial

HTML <cite> Tag

HTML

The <cite> tag defines a creative work title.

HTML <cite> Tag


➔ The <cite> element is used to describe a reference to the cited creative work.

➔ The title of that work must be included.

Supported Global attributes

Global attributes may be applied on all elements, although some elements may have no effect on them.

<accesskey>, <class>, <contenteditable>, <contextmenu>, <data-*>, <dir>, <draggable>, <dropzone>, <hidden>, <id>, <lang>, <spellcheck>, <style>, <tabindex>, <title>, <translate>.

Learning with HTML Editor "Try it Now"

You can edit the HTML code and view the result using online editor.

Example

<p class="cntr"><cite>War and Peace</cite> was one of the best books.</p>
Try it Now »

Click on the "Try it Now" button to see how it works.