Articles → HTML → Cite Tag In HTML
Cite Tag In HTML
Purpose
- a book
- a movie
- a product
Syntax
<cite>Title of the work</cite>
Example
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title></title>
</head>
<body>
<p><cite>2 States</cite> by Chetan Bhagat</p>
</body>
</html>
Try It
Output
Browser Support
Internet Explorer | Firefox | Chrome | Safari | Opera | Edge |
---|
Yes | Yes | Yes | Yes | Yes | Yes |