<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap 示例</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.cn/lib/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.5.1.min.js"></script>
<script src="https://www.w3schools.cn/lib/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<h1>块引用</h1>
<p>要在右侧显示引号,请使用 .blockquote-reverse 类:</p>
<blockquote class="blockquote-reverse">
<p>50 年来,WWF 一直致力于保护自然的未来。 WWF 是世界领先的保护组织,在 100 个国家/地区开展工作,在美国有 120 万会员,在全球有近 500 万会员。</p>
<footer>来自世界自然基金会的网站</footer>
</blockquote>
</div>
</body>
</html>