<!DOCTYPE html>
<html>
<body>
<blockquote>
<p>First blockquote has a child element.</p>
</blockquote>
<blockquote>Second blockquote has no child.</blockquote>
</body>
</html>
<!DOCTYPE html>
<html>
<body>
<blockquote>
<p>First blockquote has a child element.</p>
</blockquote>
<blockquote>Second blockquote has no child.</blockquote>
</body>
</html>