<!DOCTYPE html>
<html>
<head>
<style>
cite {
font-style: italic;
}
</style>
</head>
<body>
<p>A cite element is displayed like this:</p>
<p><cite>The Scream</cite> by Edward Munch. Painted in 1893.</p>
<p>Change the default CSS settings to see the effect.</p>
</body>
</html>