Reflections on My First HTML Coding Experience!

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...