Deprecated: Assigning the return value of new by reference is deprecated in /home/bahus/data/www/fixblog.ru/html/wp-settings.php on line 472 Deprecated: Assigning the return value of new by reference is deprecated in /home/bahus/data/www/fixblog.ru/html/wp-settings.php on line 487 Deprecated: Assigning the return value of new by reference is deprecated in /home/bahus/data/www/fixblog.ru/html/wp-settings.php on line 494 Deprecated: Assigning the return value of new by reference is deprecated in /home/bahus/data/www/fixblog.ru/html/wp-settings.php on line 530 Deprecated: Assigning the return value of new by reference is deprecated in /home/bahus/data/www/fixblog.ru/html/wp-includes/cache.php on line 103 Deprecated: Assigning the return value of new by reference is deprecated in /home/bahus/data/www/fixblog.ru/html/wp-includes/query.php on line 21 Deprecated: Assigning the return value of new by reference is deprecated in /home/bahus/data/www/fixblog.ru/html/wp-includes/theme.php on line 623 Fix Blog - HTML Справочник » Blog Archive » CITE

CITE

Тег CITE

Браузер Internet Explorer Netscape Opera Safari Mozilla Firefox
Версия 5.5 6.0 7.0 6.0 7.0 8.0 7.0 8.0 9.0 1.0 1.7 1.0 2.0
Поддерживается Да Да Да Да Да Да Да Да Да Да Да Да Да
HTML: 3.2 4 XHTML: 1.0 1.1

Описание

Тег <CITE> помечает текст как цитату или сноску
на другой материал. Такое выделение удобно для изменения стиля текста через
CSS, а также применяется для разделения кода HTML на структурные элементы. Браузеры
обычно устанавливают текст внутри контейнера <CITE>
курсивом.

Синтаксис

<cite>Текст</cite>

Закрывающий тег

Обязателен.

Пример 1. Использование тега <CITE>

Валидный код<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>

<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<title>Тег CITE</title>
</head>
<body>

<p>
<cite>Нельзя сказать человеку: &quot;Ты можешь творить. Так давай, твори&quot;. Гораздо вернее подождать, пока он сам не скажет: &quot;Я могу творить, и я буду творить, хотите вы этого или нет&quot;.</cite></p>
<p> Айзек Азимов</p>

</body>
</html>

Результат данного примера показан ниже.

Рис. 1

Рис. 1. Вид текста внутри контейнера <CITE>

This entry was posted on Воскресенье, Август 3rd, 2008 at 5:36 пп and is filed under CITE. Both comments and pings are currently closed.

Leave a Reply

You must be logged in to post a comment.