Reflection for Quarter 2
The second quarter of Grade 10 has been an exciting time as we dived into the basics of HTML, or HyperText Markup Language. I must say it has been an eye-opening experience. At the start, I had little to no knowledge about web development, but now I understand the core structure of web pages and how they are created. We learned the basic elements of HTML, including tags, attributes, and the essential structure of an HTML document. This was really interesting because everything is built on such simple blocks, even the most complex websites. I think one of the most important lessons was understanding that HTML tags define different parts of a webpage. For example, the `<h1>` to `<h6>` tags for headings, the `<p>` tag for paragraphs, and how links are created with the `<a>` tag. These basic elements can seem very simple at first, but they form the foundation of everything we see online. As we went along, we also learned about images, lists, tables, and how to struc...