QUARTER 2 - REFLECTION
In the second quarter, I deepened my understanding of HTML, which is essential for website creation. I learned about different types of HTML tags, such as container tags (requiring both opening and closing tags) and empty tags (that stand alone). I gained knowledge about structuring HTML documents with tags like <html>, <head>, and <body>, and how to use heading, formatting, and horizontal rule tags. Additionally, I explored customizing web pages with backgrounds, fonts, and tag attributes, and learned how to include images, create frames, and design tables. This knowledge helped me confidently create simple yet functional web pages. However, I faced challenges, particularly in remembering the correct syntax and properly combining elements like images and tables. Debugging was often necessary as I sometimes forgot to close tags or misaligned them. Despite the strong HTML structure, creating visually appealing layouts proved difficult, causing some frustration. T...