Block Quote HTML
Block Quote HTML
The blockquote tag designates the quotes text. There are two special tags for marking
quoted text. It defines the block quotation. Let us demonstrate the <blockquote> tag with
code below :
<html>
<head>
<title>blockquote tag</title>
</head>
<body>
<blockquote>Hello</blockquote> there !...<br />
<q>Hello</q> there !...<br />
</body>
</html>
The following table describes the attributes that is supported by blockquote tag :