HTML <cite>标签指定引用。可以将其定义为作品的标题。
cite示例
<!DOCTYPE html> <html> <head> <title>HTML cite Tag</title> </head> <body> <p>The learning content can be referred from <cite>Data Structures & Algorithms in Java</cite><p> </body> </html>
这将产生以下结果-
全局属性
此标签支持HTML 中描述的所有全局属性。
事件属性
此标签支持HTML 中描述的所有事件属性。
浏览器支持
| Chrome | Firefox | IE | Opera | Safari | Android |
|---|---|---|---|---|---|
| Yes | Yes | Yes | Yes | Yes | Yes |