Бирка <blockquote> HTML



Описание

Бирка <blockquote> HTML использована для показывать длинние цитаты (т.е. цитаты которые span множественные линии). Она должна содержать только элементы блок-уровня внутри она, и не как раз незашифрованный текст.

Пример

<!DOCTYPE html>
<html>
<head>
<title>HTML blockquote Tag</title>
</head>
<body>
<blockquote>Browsers generally render blockquote text as indented text. If your quoted text needs to display within a non-quoted paragraph, you should use the HTML q tag. Most browsers surround q text with quotation marks.</blockquote>
<q>Browsers generally render blockquote text as indented text. If your quoted text needs to display within a non-quoted paragraph, you should use the HTML q tag. Most browsers surround q text with quotation marks.</q>
</body>
</html>

Это даст следующий:

Browsers generally render blockquote text as indented text. If your quoted text needs to display within a non-quoted paragraph, you should use the HTML q tag. Most browsers surround q text with quotation marks.
Browsers generally render blockquote text as indented text. If your quoted text needs to display within a non-quoted paragraph, you should use the HTML q tag. Most browsers surround q text with quotation marks.

Глобальные атрибуты

Эта бирка поддерживает полностью глобальный описанную атрибутами внутри - справку атрибута HTML

Специфические атрибуты

HTML <blockquote> бирки поддержки также следовать дополнительными атрибутами:

АтрибутЗначениеОписание
cite html-5URLURL цитаты, если она принят от паутины.

Атрибуты случая

Эта бирка поддерживает полностью справку случаев HTML случая описанную атрибутами внутри -

Поддержка браузера

КромFirefoxIEОпераСафариАндроид
ДаДаДаДаДаДа
html_tags_reference.htm
Advertisements