Source Code: Tai Ngatai

<!DOCTYPE html>

<html lang="en"></html>

<head>
    <meta charset="utf-8">
    <title>History On MJ The Goat

    </title>
    <link rel="stylesheet" href="style.css">
</head>

<body>
    
    <h1>History: Michael Jordan</h1>

    <nav>
        <a href="index.html">HOME</a>
        <a href="more.html">MORE</a>
    </nav>
    <h2> Michael Jordan Information</h2>

    <h3> A little about me</h3>
    <p> I am a student at TBC. Ive been in New Zealand my whole life. <br>
        I am 14 year old and live with My Parents and Brothers.
    </p>

    <h2> Things that he like...</h2>

    <ul>
        <li>Golf</li>
        <li>Basketball</li>
        <li>Gambling</li>
    </ul>

    <a href="https://www.nba.com/news/history-nba-legend-michael-jordan" 
    target="_Blank"><img src="Images/MJ.jpg"></a>

    <h2> Things that he don't like...</h2>

    <ul>
        <li>Running</li>
        <li>Chores</li>
        <li>Mistakes</li>
    </ul> 

    <img src="Images/MJ_golf_fitness.jpg">

    <footer>
        &copy; Tai Ngatai 2025
    </footer>
    
    <head>
        <meta charset="utf-8">
        <title>GIANT, KILLER ROBOTS!</title>
        <link rel="stylesheet" href="styles.css">
    </head>
    
</body>
</html>