Reflection on 2nd quarter
During the second quarter, I have significantly expanded my understanding of coding and HTML formatting tags. I learned how to structure a webpage effectively using basic tags such as <html>, <head>, <body>, and <div>. I also discovered the importance of semantic tags like <header>, <footer>, and <article> in improving accessibility and readability. Additionally, I explored styling HTML with inline and external CSS and mastered the use of attributes, such as id and class, for better layout management. One major challenge was debugging errors when the page did not render as expected. Misplaced or forgotten closing tags, incorrect nesting of elements, and unfamiliarity with certain attributes caused frustration. Understanding how CSS interacts with HTML also posed difficulty, especially when dealing with complex layouts or conflicting styles. To overcome these challenges, I relied on consistent practice and using developer tools like the br...