Reflections on My First HTML Coding Experience!

 

My first web page, showing the use of codes to create a basic HTML page.

My first attempt at HTML coding has been an enlightening journey into a world I knew little about. The project aimed to understand the basic concepts of HTML coding by creating a simple webpage. As a beginner, the task seemed daunting at first, but through persistence and curiosity, I managed to create my first HTML page, showcasing a bit about me and my interests.

Project Overview:

The project focused on personalizing a webpage using basic HTML. I started by including a main title that introduced myself to the reader. Then, I added an image that captured a memorable moment from my family’s trip on a Disney Cruise. This was not only a nostalgic experience but also an opportunity to learn how to properly include images in HTML while adhering to accessibility best practices. I added an alt tag to describe the image, ensuring it was accessible to visually impaired users.

Next, I included paragraphs about my experiences and interests, giving the reader a better understanding of who I am. To make the page more interactive, I added a link to one of my favorite websites, allowing users to explore one of the things that excite me. Additionally, I embedded an email link so that readers could quickly contact me via my university email address. Finally, I experimented with color, changing the text and background to make the page visually appealing, and I added some emojis. These small touches enhanced my experience, making it enjoyable to browse my page.

Obstacles Encountered and Resolutions:

As a complete beginner, my biggest obstacle was understanding build the basic HTML. The various tags and their placement felt overwhelming at first, as each tag has a unique function, and slight errors in their arrangement could affect the entire page structure. I quickly realized how meticulous HTML coding is; missing a simple slash could throw everything off.

To overcome these challenges, I watched tutorials and followed step-by-step guides that clarified how each code works. The most important lesson was learning that coding demands patience and attention to detail. I could troubleshoot issues and correct mistakes by carefully studying how each tag worked. Over time, the overwhelming complexity of the code became manageable, and I learned to trust the process of trial and error.

Successes and Lessons Learned:

Although the experience presented many challenges, it was ultimately rewarding. Completing my first HTML page gave me insight into how websites are built and what happens behind the scenes before we view them in their polished form. I developed a deeper understanding of the purpose of various HTML codes and how to structure a page for accessibility.

This project has sparked my enthusiasm to continue learning about HTML and web development. It is exciting to know that with more practice, I can become proficient in a skill that has the potential to unlock endless possibilities in the digital world. I now see HTML coding as a creative outlet, an opportunity to combine logic and imagination to design something meaningful.


Moving forward, I am determined to explore more advanced aspects of HTML, deepen my coding knowledge, and ultimately create more sophisticated web pages. The journey is just beginning, but I am confident that with continued learning and experimentation, I can master this skill.





Comments

Popular posts from this blog

Welcome to My First Blog!

Photo Editing by Using Pixlr-E

Accessibility

Reflections on Integrating CSS Stylesheets with HTML5 for My Web-Based Resume!

Reflections on My First CSS Coding Experience!