Home / Disable / Untitled Snippet
Duplicate Snippet

Embed Snippet on Your Site

Untitled Snippet

Code Preview
html
<!DOCTYPE html>
<html>
<head>
	<link rel="stylesheet" href="kc_style.css">
</head>
<body>
    <header>
        <h1>Home Page</h1>
        <nav>
            <ul>
                <li><a href="History.html">History</a></li>
                <li><a href="Attention.html">Attention</a></li>
                <li><a href="Franchise.html">Franchise</a></li>
                <li><a href="Dynasty.html">Dynasty</a></li>
            </ul>
        </nav>
    </header>
    <main>
        <section id="LOKC">
            <h2>Welcome to the Kansas City Chiefs Fan Page!</h2>
            <p>This is a fan page that I have created and it is going to be going over the Kansas City Chiefs and throughout the page I will be informing you about some facts about the Chiefs. </p>
			
			<p>On the History page I will be talking about how The Kansas City Chiefs, established in 1960 are one of the NFL’s most storied franchises. They’ve won multiple championships, including Super Bowl LIV in 2020, and are known for their strong legacy in the league. </p>
			
			<p>On the Attention page I will be talking about how The Kansas City Chiefs have gained significant attention in recent years due to their dynamic playstyle and star players, particularly quarterback Patrick Mahomes. Their success on the field, including a Super Bowl win, has made them a standout team in the NFL. </p>
			
			<p>On the Franchise page I will be talking about how The Kansas City Chiefs franchise, founded in 1960, has built a rich legacy in the NFL. Known for its passionate fan base and successful seasons, the team has earned multiple championships over the years.</p>
			
			<p>On the Dynasty page I will be going over how The Kansas City Chiefs have built a modern dynasty, with consistent success under head coach Andy Reid and star quarterback Patrick Mahomes. Their dominant performances, including multiple playoff appearances and a Super Bowl victory, have solidified their place as one of the NFL’s premier teams in recent years.</p>
        </section>
    </main>
    
	
	<footer>
        <p>&copy; Created by Keagan Thomas. All rights reserved.</p>
    </footer>
</body>
</html>

Comments

Add a Comment