cite html code example
Example 1: html cite
<!-- Define the title of a work with the <cite> tag: -->
<p><cite>The Scream</cite> by Edward Munch. Painted in 1893.</p>
Example 2: html cite element
body {
background: #293f50;
color: #888;
font: 300 16px/22px "Lato", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}