<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>

<body>

    <p>WWF 的目标是:<q>构建人与自然和谐共存的世界。</q></p>

    <p>以下内容引用自 WWF 的网站:</p>
    <blockquote cite="http://www.worldwildlife.org/who/index.html">
        五十年来,WWF 一直致力于保护自然界的未来。
        世界领先的环保组织,WWF 工作于 100 个国家,
        并得到美国一百二十万会员及全球近五百万会员的支持。
    </blockquote>

    <p><abbr title="World Health Organization">WHO</abbr> 成立于 1948 年。</p>
</body>

</html>