Untitled

 avatar
unknown
html
3 years ago
2.9 kB
3
Indexable
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Panda</title>
    <link rel="preconnect" href="https://fonts.googleapis.com" />
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
    <link
      href="https://fonts.googleapis.com/css2?family=Kavoon&display=optional"
      rel="stylesheet"
    />
    <link rel="stylesheet" href="normalize.css" />
    <link rel="stylesheet" href="style.css" />
  </head>
  <body>
    <main>
      <article class="container">
        <h1>A Cute Panda</h1>
        <section class="introduction">
          <p>
            Lorem ipsum dolor, sit amet consectetur adipisicing elit. Autem
            molestias nostrum modi totam illo odit eligendi in fugiat veniam
            perspiciatis Lorem ipsum dolor sit amet, consectetur adipisicing
            elit. Aliquid tempora blanditiis odit modi? Voluptate quibusdam,
            atque perspiciatis ipsa quae molestias praesentium dolor distinctio
            aut ipsam voluptates adipisci nemo, eaque commodi nisi odit amet
            asperiores hic, consequatur sed velit autem neque.
          </p>
          <figure>
            <img src="panda1.jpg" alt="" class="introduction-image" />
          </figure>
        </section>
        <section class="content">
          <h2>What Pandas Eat</h2>
          <p>
            Wild pandas eat mostly bamboo with some other grasses and an
            occasional small animal for variety. On average, an adult panda eats
            20 to 40 pounds of bamboo every day and spends up to 16 hours a day
            finding and eating food. Pandas eat sitting upright, holding bamboo
            stalks between their paws.
          </p>
          <h2>What can we do to help them?</h2>
          <p>
            Giant pandas are in the forefront of conservationist efforts. The
            Chinese government banned logging in 1998 to stop deforestation and
            created a number of protected areas where no development is allowed.
            But half of the wild panda population still lives outside protected
            areas, and 300,000 humans live in unprotected natural panda
            habitats. Groups working to save the giant panda have established a
            breeding program, are working with the Chinese government to protect
            100 percent of known panda habitats and have a plan to reforest
            panda habitats and build green corridors--areas of forested
            greenbelt that connect isolated panda habitats to facilitate
            breeding.
          </p>
        </section>
      </article>
    </main>
  </body>
</html>
Editor is loading...