Why I Joined Coding

L
lumanescencePro
9/8/2026 · 10 views

I joined the coding program at West-MEC because I want to go into software development/engineering or game development as a career field. Maybe cybersecurity too. This program also seemed really interesting and I get to skip out on half the school day. Coding excites me because I can make apps or websites that help other people and literally create the internet. My first week of coding were mainly about setting up a website using HTML.

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Document</title>
    </head>
    <body>
        
    </body>
</html>

Then, we actually started to make our own websites that we're still working on.

Comments

Log in to leave a comment.