0 added
0 removed
Original
2026-01-01
Modified
2026-03-09
1
<p>We added the entry and quoted the whole poem. And this is not just some short quote that is contained within a paragraph, so the <q> tag will not help.</p>
1
<p>We added the entry and quoted the whole poem. And this is not just some short quote that is contained within a paragraph, so the <q> tag will not help.</p>
2
<p>The <blockquote> tag is intended to highlight long quotes, which may consist of several paragraphs. It highlights a quote not simply as a segment of text within a sentence. Rather, it formats the quote as a separate block of text with indents.</p>
2
<p>The <blockquote> tag is intended to highlight long quotes, which may consist of several paragraphs. It highlights a quote not simply as a segment of text within a sentence. Rather, it formats the quote as a separate block of text with indents.</p>
3
<p>Just like <q>, <blockquote> may have an attribute cite containing a link to the source of the quote. And you can use the <cite> tag together with <blockquote>. The former is usually placed inside the quote. Example:</p>
3
<p>Just like <q>, <blockquote> may have an attribute cite containing a link to the source of the quote. And you can use the <cite> tag together with <blockquote>. The former is usually placed inside the quote. Example:</p>
4
<blockquote> <p>Intelligence is highly valued when power is held cheap.</p> <cite>Jason Statham</cite> </blockquote><p>Horizontal margins are usually added to the <blockquote> tag by the browser.</p>
4
<blockquote> <p>Intelligence is highly valued when power is held cheap.</p> <cite>Jason Statham</cite> </blockquote><p>Horizontal margins are usually added to the <blockquote> tag by the browser.</p>
5
<p>We added several styles (margins, frame and text color) so that the contents of the <blockquote> tag would look prettier. You can explore the styles in the style.css tab.</p>
5
<p>We added several styles (margins, frame and text color) so that the contents of the <blockquote> tag would look prettier. You can explore the styles in the style.css tab.</p>