When I first started coding - My first project
<!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 → Use diagram & charts</li>
<li>Auditory learner → Record yourself reading notes</li>
<li>Kinesthetic learner → 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 & Important</b> → Do first </li>
<li><b>Important but Not Urgent</b> → Schedule it </li>
<li><b>Urgent but Not Important</b> → Delegate if possible </li>
<li><b>Neither Urgent nor Important</b> → 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 & 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 & 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 & 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.
Save
Comments
Log in to leave a comment.
