HTML <cite> Tag

Örnek

<!DOCTYPE html>
<html>
<body>

<img src="http://www.sakipsabancimuzesi.org/sites/default/files/exhibitions/highlights/dino1.jpg" width="220" height="277" alt="The Scream">
<p><cite>eller</cite> Abidin dino. 1993.</p>

</body>
</html>

Bu etiket bir çalışmanın başlığını tanımlamak için kullanılır.

Codepen Ön izleme

 

<!DOCTYPE html>
<html>
<body>

<img src="http://www.sakipsabancimuzesi.org/sites/default/files/exhibitions/highlights/dino1.jpg" width="220" height="277" alt="The Scream">
<p><cite>eller</cite> Abidin dino. 1993.</p>

</body>
</html>

See the Pen HTML cite tag by W3TR (@w3tr) on CodePen.