HTML-Entwicklungshandbuch
/ <cite>
<cite>
HTML <cite> 標(biāo)簽 實(shí)例 使用 <cite> 標(biāo)簽來(lái)定義作品的標(biāo)題: <p><cite>The Scream</cite> by Edward Munch. Painted in 1893.</p> 嘗試一下 ? 瀏覽器支持 ..
HTML <cite> 標(biāo)簽
實(shí)例
<!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>
運(yùn)行實(shí)例 ?
點(diǎn)擊 "運(yùn)行實(shí)例" 按鈕查看在線實(shí)例
瀏覽器支持
所有主流瀏覽器都支持 <cite> 標(biāo)簽。
標(biāo)簽定義及使用說(shuō)明
<cite> 標(biāo)簽定義作品(比如書(shū)籍、歌曲、電影、電視節(jié)目、繪畫(huà)、雕塑等等)的標(biāo)題。
注釋?zhuān)?/strong>人名不屬于作品的標(biāo)題。
HTML 4.01 與 HTML5之間的差異
在 HTML5 中,<cite> 標(biāo)簽定義作品的標(biāo)題。
在 HTML 4.01 中,<cite> 標(biāo)簽定義一個(gè)引用。
全局屬性
<cite> 標(biāo)簽支持 HTML 的全局屬性。
事件屬性
<cite> 標(biāo)簽支持 HTML 的事件屬性。