Source Code: David Halling

<!DOCTYPE html>

<html lang="en">

    <head>
        <meta charset="utf-8">
        <title>The Black Death</title>
        <link rel="stylesheet" href="styles.css">
        <link rel="stylesheet" href="styles.copy.css">
    </head>

    <body>

        <h1>The Black Death</h1>

        <nav>
        <a href="index.html">HOME</a>
        <a href="info.html">INFO</a>
        <a href="gallery.html">GALLERY</a>
        </nav>

        <p1>The Black Death was a deadly plague that completely
            devasted Europe as well as heavily damaging other
            regions/areas of the world. It killed an apporximate
            of 25-50 million people during the 14th century.
        </p1>

        <p1>
            
            Here are 5 facts about the Black Death:

        </p1>

        <ul>
            <li>The Black Death potentially killed 50% of the whole continent </li>
            <li>The plague was primarly spread by fleas which infested rats, these rats would then travel on ships and through and trade routes</li>
            <li>The intial outbreak was followed by recurrent outbreaks throught the 14th, 15th, and 16th centuries</li>
            <li>The symptoms of the Black Death included high fever swollen lymph nodes, and blackened tissue due to gangrene</li>
            <li>Research suggests that quarantine and social distancing were possibly used and were effective in slowing the Black Deaths spread across the world</li>
        </ul>

        <h3>A video briefly explaining the Black Death:</h3>

        <iframe width="560" height="315" src="https://www.youtube.com/embed/m5q-PIN3KSE?si=zO1MEqa_83mKIQJU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

        <footer>
            &copy; 2025 David Halling
        </footer>

    </body>



</html>