Source Code: Coley Christy

<!doctype html>

<html>
    <head>
        <meta charset="utf-8">
        <title>Tauranga Boys' College</title>
        <link rel="Stylesheet" href="Style.css">
    </head>

    <header>
        <h1>TAURANGA BOYS' COLLEGE</h1>
    </header>

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

    <section id="title">
        <h2>Best for Boys | Tama Tu Tama Ora</h2>
</section>
    <section>

        <img src="Images/Emblem.png">

        <p>Enrol <a href="https://www.tbc.school.nz/enrolment" target="blank">here</a></p>

    </section>

    <footer>
        &copy; 2025 Coley Christy
    </footer>