"Second Quarter Reflection"
As this quarter comes to an end, it's a perfect opportunity to reflect on what we've learned and how it has shaped our understanding of web development. One of the highlights of this period was diving into HTML (Hypertext Markup Language), the backbone of web design and development. Gaining a Strong Foundation Learning HTML has given us the tools to create the structure of web pages. Starting with the basics, such as the <html>, <head>, and <body> tags, we discovered how to build the framework that every website relies on. Understanding these foundational tags has helped us see how websites are crafted from the ground up. Exploring Different HTML Tags Each tag we explored came with its unique purpose and utility. Some of the key tags we studied include: - Heading Tags (<h1> to <h6>): These taught us how to define headings of various sizes, giving structure and hierarchy to our content. - Paragraph Tag (<p>): This allowed us to organize text n...