During the second quarter, I gained a deeper understanding of HTML, which forms the backbone of website creation. I learned about the two kinds of tags in HTML: the container tags which require opening and closing tags together and the empty tags which stand alone. The structure of an HTML document had been taught to include tags such as <html>, <head>, and <body>. Beyond that, I could learn about heading tags which create titles, formatting tags to change the style of texts and give horizontal rules for dividing sections, and I also learned the look of a webpage through backgrounds, fonts, and tag attributes. Furthermore, I have learned how to include images, create frames, and prepare tables that organize and present information differently. This ensured that I had the courage to create very simple yet functional web pages. I have also been challenged in learning. Remembering the right syntax for many tags and attributes was a significant problem for me. Sometimes, ...