<!DOCTYPE html>
<html>
<head>
<title>HTML blockquote tag</title>
</head>
<body>
<p>This example represent long quotation.</p>
<blockquote>This is a long quotation example.This is a long quotation <br />
example.This is long quotation example.This is a long quotation example. <br />
This is a long quotation example. </blockquote>
</body>
</html>