Source Code: Seungju Baek

<!DOCTYPE html>

<html>
    <head>
        <meta charset="UTF-8">
        <title>Tesla</title>
        <link rel="stylesheet" href="style.css">
    </head>

    <body>
        <h1> Tesla</h1>

        <NAV>
            <a href="home.html">Home</a>
            <a href="explanation.html"> explanation</a>
            <a href="cars.html"> cars</a>
      
        </NAV>

        <p>This website is all about Tesla. This website will provide great amount of informations with photos for you to know little more about Tesla. </p>
        
        <h3>Some things that will provide</h3>

        <ol>
            <li>Explanations</li>
            <li>Photos and how made(video provided)</li>
            <li>Great models that Tesla makes</li>
        </ol> 

        <img src="images/tesla-cybertruck 2.jpg"> 





    </body>
</html>