HTML/CSS/Text Tags/cite

Материал из Web эксперт
Перейти к: навигация, поиск

"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>