Manual pembangunan HTML
/ <cite>
<cite>
HTML <cite> 標簽 實例 使用 <cite> 標簽來定義作品的標題: <p><cite>The Scream</cite> by Edward Munch. Painted in 1893.</p> 嘗試一下 ? 瀏覽器支持 ..
HTML <cite> 標簽
實例
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>php中文網(wǎng)(php.cn)</title> </head> <body> <img src="img_the_scream.jpg" width="220" height="277" alt="The Scream"> <p><cite>The Scream</cite> by Edward Munch. Painted in 1893.</p> </body> </html>
運行實例 ?
點擊 "運行實例" 按鈕查看在線實例
瀏覽器支持
所有主流瀏覽器都支持 <cite> 標簽。
標簽定義及使用說明
<cite> 標簽定義作品(比如書籍、歌曲、電影、電視節(jié)目、繪畫、雕塑等等)的標題。
注釋:人名不屬于作品的標題。
HTML 4.01 與 HTML5之間的差異
在 HTML5 中,<cite> 標簽定義作品的標題。
在 HTML 4.01 中,<cite> 標簽定義一個引用。
全局屬性
<cite> 標簽支持 HTML 的全局屬性。
事件屬性
<cite> 標簽支持 HTML 的事件屬性。