Image Source Basic knowledge of HTML has always been an enlightening moment as it provided a simple basis of how websites work and are created. As far as I know, I learned that HTML means HyperText Markup Language or is the backbone of every page. It defines its contents and layout. I have learned how important syntax and structure are in coding by using tags and elements like <html> , <head> , <body> , and <p> . Through hands-on practice, I was able to create simple web pages with text, images, and links, showing how each line of code contributed to the final visual output. This understanding of HTML has given me the confidence to explore web development further. I also realized the usage of attributes in personalizing an element and, therefore improving its functionality. Attributes, such as src , href , and alt , opened my eyes to how HTML combines the simple with versatility to generate an interactive, user-friendly web page. It was surprising how form...