<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Wildlife Conservation</title>
    <link rel="stylesheet" href="style.css">
</head>
<body>

<header>
    <h1>Wildlife Conservation</h1>
</header>

<nav>
    <a href="page1.html">Introduction</a> |
    <a href="page2.html">Threats to Wildlife</a> |
    <a href="page3.html">Conservation Strategies</a> |
    <a href="page4.html">Impact of Conservation</a> |
    <a href="page5.html">Get Involved</a>
</nav>

<article>
    <h2>Introduction</h2>
    <p>Welcome to our exploration of wildlife conservation! Here, we delve into the importance of preserving our planet's rich biodiversity and the role each of us can play in safeguarding the future.Wildlife conservation is the dedicated effort to protect, preserve, and sustain the world's diverse ecosystems and the myriad of species that inhabit them. It involves the management of natural habitats, implementation of sustainable practices, and the safeguarding of endangered species from various threats such as habitat destruction, pollution, and illegal activities. The goal of wildlife conservation is not only to maintain the balance of ecosystems but also to ensure the survival of countless plant and animal species, fostering biodiversity and contributing to the overall health and resilience of our planet. This crucial endeavor relies on global cooperation, public awareness, and the commitment of individuals to secure a harmonious coexistence between humanity and the natural world.</p>
    <img src="images/forest.jpg" alt="Forest" class="article-image">
    <p>Wildlife conservation is not just about protecting animals; it's about maintaining the delicate balance of our ecosystems, ensuring the well-being of both flora and fauna.</p>
</article>

<article>
    <h2>Threats to Wildlife</h2>
    <p>Despite the beauty of our natural world, it faces numerous threats. From habitat destruction to climate change and poaching, this page explores the challenges that wildlife confronts in the modern era.Wildlife faces an array of formidable threats that imperil the delicate balance of ecosystems globally. Habitat destruction, driven by urbanization, agriculture, and deforestation, disrupts the natural homes of countless species. Pollution, whether from industrial waste or plastic debris, poses a significant hazard to both terrestrial and aquatic environments. Climate change compounds these challenges, altering ecosystems and affecting migration patterns and food sources. Additionally, illegal practices such as poaching and wildlife trafficking threaten numerous species with extinction. Recognizing and addressing these threats is paramount to the preservation of biodiversity, as it not only protects individual species but contributes to the resilience and sustainability of our interconnected planet.</p>
    <img src="images/poaching.jpg" alt="Poaching" class="article-image">
    <p>Understanding these threats is crucial to developing effective conservation strategies and creating a sustainable coexistence between humans and wildlife.</p>
</article>

<article>
    <h2>Conservation Strategies</h2>
    <p>Preserving biodiversity requires concerted efforts. Learn about the innovative strategies employed by conservationists worldwide, including protected areas, community involvement, and technological advancements.Conservation strategies are multifaceted approaches aimed at safeguarding the planet's biodiversity and ecosystems. Protected areas, such as national parks and wildlife reserves, serve as havens for endangered species and critical habitats. Sustainable resource management promotes responsible use of natural resources, minimizing negative impacts on the environment. Captive breeding programs help revive populations of threatened species, ensuring genetic diversity. International collaboration and treaties address conservation on a global scale, acknowledging that many species traverse borders. Public awareness campaigns and education play a pivotal role in fostering a sense of responsibility and advocacy for wildlife conservation. Through these strategies, conservationists work to mitigate the impacts of habitat loss, climate change, and other threats, striving to create a sustainable coexistence between humanity and the natural world.</p>
    <img src="images/conservation.jpg" alt="Conservation" class="article-image">
    <p>By adopting these strategies, we can make a significant impact in safeguarding endangered species and their habitats.</p>
</article>

<article>
    <h2>Impact of Conservation</h2>
    <p>Conservation efforts yield positive results. Discover success stories where endangered species have been brought back from the brink of extinction and ecosystems have flourished with careful intervention.The impact of conservation efforts is profound and far-reaching, contributing positively to both ecosystems and human well-being. Successful conservation initiatives have led to the recovery of endangered species and the restoration of fragile habitats, fostering biodiversity. Preserved natural areas provide vital ecosystem services, such as clean air and water, while also serving as havens for recreation and scientific research. Conservation's ripple effect extends beyond wildlife, influencing climate regulation and supporting sustainable livelihoods for local communities. By safeguarding biodiversity and maintaining ecological balance, conservation not only protects the intrinsic value of nature but also ensures the resilience of our planet in the face of ongoing environmental challenges. Ultimately, the impact of conservation is a testament to the interconnectedness of all life forms and the importance of responsible stewardship for a sustainable future.</p>
    <img src="images/success.jpg" alt="Success" class="article-image">
    <p>Our actions matter, and through conservation, we can witness the positive impact on the world around us.</p>
</article>

<article>
    <h2>Get Involved</h2>
    <p>You have the power to make a difference! Explore ways to get involved in wildlife conservation, from supporting organizations to volunteering and adopting sustainable practices in your daily life.Getting involved in wildlife conservation is a powerful and impactful way for individuals to contribute to the well-being of our planet. Whether through supporting conservation organizations, volunteering time and expertise, or adopting sustainable practices in daily life, everyone can play a role in preserving biodiversity. Engaging in community-based initiatives, participating in conservation projects, and promoting awareness are effective ways to make a meaningful difference. By fostering a sense of responsibility and connection to the natural world, individuals can contribute to a collective effort that strives to ensure a harmonious coexistence between humanity and wildlife. Getting involved is not only an investment in the future of our ecosystems but also a personal journey towards environmental stewardship and a more sustainable and resilient planet.</p>
    <img src="images/volunteer.jpg" alt="Volunteer" class="article-image">
    <p>Together, we can build a future where wildlife thrives alongside humanity, and our planet remains a vibrant and diverse home for all living beings.</p>
</article>

<footer>
    <p>&copy; 2024 Wildlife Conservation Organization</p>
</footer>

</body>
</html>
 

HTML Online Editor & Compiler

Write, Run & Share HTML code online using OneCompiler's HTML online Code editor for free. It's one of the robust, feature-rich online Code editor for HTML language, running on the latest version HTML5. Getting started with the OneCompiler's HTML compiler is simple and pretty fast. The editor shows sample boilerplate code when you choose language as HTML. You can also specify the stylesheet information in styles.css tab and scripts information in scripts.js tab and start coding.

About HTML

HTML(Hyper Text Markup language) is the standard markup language for Web pages, was created by Berners-Lee in the year 1991. Almost every web page over internet might be using HTML.

Syntax help

Fundamentals

  • Any HTML document must start with document declaration <!DOCTYPE html>
  • HTML documents begin with <html> and ends with </html>
  • Headings are defined with <h1> to <h6> where <h1> is the highest important heading and <h6> is the least important sub-heading.
  • Paragrahs are defined in <p>..</p> tag.
  • Links are defined in <a> tag.

    Example:

    <a href="https://onecompiler.com/html">HTML online compiler</a>
    
  • Images are defined in <img> tag, where src attribute consists of image name.
  • Buttons are defined in <button>..</button> tag
  • Lists are defined in <ul> for unordered/bullet list and <ol> for ordered/number list, and the list items are defined in <li>.

HTML Elements and Attributes

  • HTML element is everything present from start tag to end tag.
  • The text present between start and end tag is called HTML element content.
  • Anything can be a tagname but it's preferred to put the meaningful title to the content present as tag name.
  • Do not forget the end tag.
  • Elements with no content are called empty elements.
  • Elements can have attributes which provides additional information about the element.
  • In the below example, href is an attribute and a is the tag name.

    Example:

    <a href="https://onecompiler.com/html">HTML online compiler</a>
    

CSS

CSS(cascading style sheets) describes how HTML elements will look on the web page like color, font-style, font-size, background color etc.

Example:

Below is a sample style sheet which displays heading in green and in Candara font with padding space of 25px.

body{
  padding: 25px;
}
.title {
	color: #228B22;
	font-family: Candara;
}

HTML Tables

  • HTML Tables are defined in <table> tag.
  • Table row should be defined in <tr> tag
  • Table header should be defined in <th> tag
  • Table data should be defined in <td> tag
  • Table caption should be defined in <caption> tag

HTML-Javascript

  • Javascript is used in HTML pages to make them more interactive.
  • <script> is the tag used to write scripts in HTML
  • You can either reference a external script or write script code in this tag.

Example

<script src="script.js"></script>