TheDeveloperBlog.com

Home | Contact Us

C-Sharp | Java | Python | Swift | GO | WPF | Ruby | Scala | F# | JavaScript | SQL | PHP | Angular | HTML

HTML cite Tag

HTML cite Tag with html tutorial, tags, anchor, img, div, entity, textarea, marquee, p tag, heading tag, h1, h2, table, formatting, attribute, elements, ol, ul, Input Types, block element tag, inline element tag, html tags, phrase tag, head, body, form, lists, symbols etc.

<< Back to HTML

HTML <cite> tag

HTML <cite> tag specifies a citation, it provides reference or title to a creative work, quoted content, books, websites, a research paper, a blog-spot, painting, etc.

The main purpose of adding <cite> element is to provide or identify the source of the quote or any content.

The content written between <cite> tag renders in the italic form on the browser, and it can be overridden using CSS in your HTML document.

Syntax

<cite>Cited Content.......</cite>

Following are some specifications about the <cite> tag

Display Inline
Start tag/End tag Both start and End tag
Usage textual

Example:

<!DOCTYPE html>
<html>
<head>
	<title>Cite Tag</title>
 </head>
 <body>
 	<h2>Example of cite tag</h2>
	<img src="/tutorial/htmlpages/images/book.jpg" height="150" width="120">
              <p>A famous book:
                <cite> Learning Web Design</cite> written by Jennifer Niederst Robbins
              </p>
 </body>
</html>
Test it Now

Output:

HTML cite tag

Attribute

Tag-specific attribute

HTML <cite> tag does not contain any specific attribute.

Global Attribute

HTML <cite> tag supports all Global attributes in HTML

Event Attribute

HTML <cite> tag supports all Event attributes in HTML.

Supporting Browsers

Elementchrome browser Chromeie browser IEfirefox browser Firefoxopera browser Operasafari browser Safari
<cite>YesYesYesYesYes
Next TopicHTML code Tag




Related Links:


Related Links

Adjectives Ado Ai Android Angular Antonyms Apache Articles Asp Autocad Automata Aws Azure Basic Binary Bitcoin Blockchain C Cassandra Change Coa Computer Control Cpp Create Creating C-Sharp Cyber Daa Data Dbms Deletion Devops Difference Discrete Es6 Ethical Examples Features Firebase Flutter Fs Git Go Hbase History Hive Hiveql How Html Idioms Insertion Installing Ios Java Joomla Js Kafka Kali Laravel Logical Machine Matlab Matrix Mongodb Mysql One Opencv Oracle Ordering Os Pandas Php Pig Pl Postgresql Powershell Prepositions Program Python React Ruby Scala Selecting Selenium Sentence Seo Sharepoint Software Spellings Spotting Spring Sql Sqlite Sqoop Svn Swift Synonyms Talend Testng Types Uml Unity Vbnet Verbal Webdriver What Wpf