Saturday, March 7, 2026

My Journey Learning Coding as a High School Student

My Journey Learning Coding as a High School Student

By Naufal Al-Khalifa Utomo

Technology is becoming an important part of modern life. As a high school student, I became curious about how websites are built and how they work behind the scenes. This curiosity eventually led me to start learning coding and web development.

At first, coding looked complicated. I often saw developers writing many lines of code and creating websites that looked professional and interactive. However, I realized that every developer also started from the basics.

Why I Started Learning Coding

My interest in coding started when I began exploring how websites are structured. Every website we visit is built using technologies such as HTML, CSS, and JavaScript.

Learning coding allows me to understand how digital products are created. It also helps develop logical thinking and problem-solving skills.

Starting with HTML

The first technology I started learning was HTML (HyperText Markup Language). HTML is the foundation of every website. It defines the structure of web pages using elements such as headings, paragraphs, images, and links.

<h1>Hello World</h1>
<p>This is my first HTML experiment.</p>

Even simple code like this can create the basic structure of a webpage. From this point, I began experimenting and building small pages to understand how HTML works.

Learning Step by Step

Instead of trying to learn everything at once, I decided to learn step by step. My focus started with understanding the basics of HTML and website structure.

Later, I plan to continue learning:

  • CSS for designing web pages
  • JavaScript for adding interactivity
  • UI/UX design principles
  • Modern web development practices

Why I Created This Blog

This blog is a place where I document my learning journey in coding, web development, and UI/UX design.

By writing about what I learn, I can track my progress and share my experiences as a high school student exploring technology.

In the next post, I will explain how I created my first simple HTML webpage and what I learned from that experience.

Next Article: Creating My First HTML Web Page


Naufal Al-Khalifa Utomo
Coding • Web Development • UI/UX Design

Labels: , ,

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home