HTML/CSS/Text Tags/cite
Версия от 09:21, 26 мая 2010; (обсуждение)
"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>