HTML Diff
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 &lt;q&gt; 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 &lt;q&gt; tag will not help.</p>
2 <p>The &lt;blockquote&gt; 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 &lt;blockquote&gt; 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 &lt;q&gt;, &lt;blockquote&gt; may have an attribute cite containing a link to the source of the quote. And you can use the &lt;cite&gt; tag together with &lt;blockquote&gt;. The former is usually placed inside the quote. Example:</p>
3 <p>Just like &lt;q&gt;, &lt;blockquote&gt; may have an attribute cite containing a link to the source of the quote. And you can use the &lt;cite&gt; tag together with &lt;blockquote&gt;. The former is usually placed inside the quote. Example:</p>
4 &lt;blockquote&gt; &lt;p&gt;Intelligence is highly valued when power is held cheap.&lt;/p&gt; &lt;cite&gt;Jason Statham&lt;/cite&gt; &lt;/blockquote&gt;<p>Horizontal margins are usually added to the &lt;blockquote&gt; tag by the browser.</p>
4 &lt;blockquote&gt; &lt;p&gt;Intelligence is highly valued when power is held cheap.&lt;/p&gt; &lt;cite&gt;Jason Statham&lt;/cite&gt; &lt;/blockquote&gt;<p>Horizontal margins are usually added to the &lt;blockquote&gt; tag by the browser.</p>
5 <p>We added several styles (margins, frame and text color) so that the contents of the &lt;blockquote&gt; 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 &lt;blockquote&gt; tag would look prettier. You can explore the styles in the style.css tab.</p>