From Code to Creation: My Experience with HTML
As I look back on the past quarter, it's fascinating to see how a series of code snippets and tags have transformed into a robust understanding of web development. The journey through learning HTML has been a blend of discovery, challenge, and growth. Throughout the second quarter, delving into HTML and its intricacies has been both enlightening and empowering. One of the most significant learnings was understanding the fundamental structure of an HTML document, which includes elements like the <html>, <head>, and <body> tags. Mastering the use of basic tags such as <h1> to <h6> for headings, <p> for paragraphs, <a> for hyperlinks, and <img> for images opened up a new realm of possibilities in web design. Additionally, engaging in various HTML activities allowed me to apply these concepts practically, building simple web pages and...