HTML/CSS/Text Tags/cite
"cite" Example
<html>
<head>
<title>cite element example</title>
</head>
<body>
<p>Some text here<br>(<cite>from www.wbex.ru</cite>)</p>
</body>
</html>
<html>
<head>
<title>cite element example</title>
</head>
<body>
<p>Some text here<br>(<cite>from www.wbex.ru</cite>)</p>
</body>
</html>