When I first started coding - My first project

loganr
loganrPro
9/8/2026 ยท 17 views
<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>High School Study Guide</title>

</head>

<body>

    

    <h1><b>๐ŸŽ“ Your High School Success Guide</b></h1>

<img src="Images\Back-to-school.jpg" width="500" height="200">

   

    <h2><b>Welcome Future Graduate!</b></h2>

        <p>This guide will help you navigate your high school jounrey with <b>confidence</b> and <i>success.</i></p> 

    

    <h2><b>๐Ÿ“š Study Tips That Actually Work</b></h2>

<img src="Images\Glasses-Book.jpg" width="375" height="200">

    <ul>

        <li>Create a study schedule</li>

        <li>Find your learning style</li>

            <ul>

                <li>Visual learner &rightarrow; Use diagram &amp; charts</li>

                <li>Auditory learner &rightarrow; Record yourself reading notes</li>

                <li>Kinesthetic learner &rightarrow; Use hands-on activities </li>

            </ul>

        <li>Take <mark>regular breaks</mark> (Pomodoro Technique)</li>

        <li>Form study groups with classmates</li>

    </ul>



    <h2><b>โฐ Time Mangagement</b></h2>

<img src="Images\Clock.jpg" width="300" height="200" img>

    <p>Managing your time is <u>crucial</u> for success. Here's a simple priority system:</p>

    <ol>

        <li><b>Urgent &amp; Important</b>  &rightarrow; Do first </li>

        <li><b>Important but Not Urgent</b> &rightarrow; Schedule it </li>

        <li><b>Urgent but Not Important</b> &rightarrow; Delegate if possible </li>

        <li><b>Neither Urgent nor Important</b> &rightarrow; Skip it</li>

    </ol>

 

    <h2><b>๐Ÿ“… Sample Class Schedule </b></h2>

<img src="Images\Schedule.jpg" width="350" height="200">

    <table border="1">

        <tr>

            <th>Period</th>

            <th>Monday</th>

            <th>Tuesday</th>

            <th>Wednesday</th>

            <th>Thursday</th>

            <th>Friday</th>            

        </tr>

        <tr>

            <td>1st</td>

            <td>Math</td>

            <td>Math</td>

            <td>Math</td>

            <td>Math</td>

            <td>Math</td>

        </tr>

        <tr>

            <td>2nd</td>

            <td>English</td>

            <td>English</td>

            <td>English</td>

            <td>English</td>

            <td>English</td>

        </tr>

        <tr>

            <td>3rd</td>

            <td>Science</td>

            <td>History</td>

            <td>Science</td>

            <td>History</td>

            <td>Art</td>

        </tr>

        <tr>

            <td>4th</td>

            <td colspan="5">Lunch Break ๐Ÿ•</td>

        </tr>

        <tr>

            <td>5th</td>

            <td>PE</td>

            <td>Language</td>

            <td>PE</td>

            <td>Language</td>

            <td>Study Hall</td>

        </tr>

    </table>



    <h2>๐ŸŒŸ Extracurricular Activities</h2>

    <p>Don't forget to have fun &amp; build your resume!</p>

<img src="Images\Tied-books.jpg" width="400" height="200">



    <h3><b>Popular Activities</b></h3>

    <ul>

        <li>Sports Teams</li>

            <ul>

                <li>Basketball ๐Ÿ€</li>

                <li>Soccer โšฝ</li>

                <li>Track &amp; Field ๐Ÿƒโ€โ™‚๏ธ</li>

                <li>Swimming ๐ŸŠ</li>

            </ul>

        <li>Academic Clubs</li>

            <ul>

                <li>Debate Team</li>

                <li>Science Olympiad</li>

                <li>Math Club</li>

                <li>National Honors Society</li>

            </ul>

        <li>Creative Arts</li>

            <ul>

                <li>Drama Club ๐ŸŽญ</li>

                <li>Art Club ๐ŸŽจ</li>

                <li>Music Band ๐ŸŽต</li>

                <li>Photography Club ๐Ÿ“ธ</li>

            </ul>

    </ul>



    <h2><b>๐Ÿ”— Helpful Resources </b></h2>

<img src="Images\School-supplies.jpg" width="400" height="200">

    <p> Check out these websites for extra help: </p>

    <ul>

        <li><a href=https://www.khanacademy.org/ target="_blank">Khan Academy</a> - Free online courses </li>

        <li><a href=https://quizlet.com/ target="_blank">Quizlet</a> - Study flashcards </li>

        <li><a href=https://www.collegeboard.org/ target="_blank">College Board</a> - SAT prep &amp; college info</li>

        <li><a href=https://www.ted.com/talks/ target="_blank">TED Talks</a> - Inspiring presentations</li>

    </ul>



    <h2><b>๐Ÿ’ก Quick Success Formular</b></h2>

    <p>Remember this simple equation:</p>

        <h3><b>Success = Effort ร— Consistency ร— Smart Choices</b></h3>

<img src="Images\Grad.jpg" width="200" height="200">



    <h2><b>Fun Facts with Special Characters</b></h2>

    <ul>

        <li>The average high school student spends โ‰ˆ 7 hours in school </li>

        <li> You need โ‰ฅ 2.0 GPA to graduate in most schools </li>

        <li> College applications cost $50-$100 each </li>

        <li> 95% of successful students have good study habits </li>

        <li> Reading โ‰ฅ 20 minutes daily improves grades by 15-25% </li>

    </ul>

<hr>

<p><i> ยฉ 2025 High School Success Guide. Remember: You've got this! ๐Ÿ’ช </i></p>





</body>

</html>

I first started coding during the third week at West-MEC during year 1 of coding. What got me into coding was doing our first project in class, during the fifth week of class. This got me into coding because I found it very cool how the code writes all of that content onto the page, which made me realize the endless possibilities in making a website.

Comments

Log in to leave a comment.