Day 1: HTML Basics
On the first day of our HTML class, we learned the basics of HTML (HyperText Markup Language), which is the foundation of web development. We understood the structure of an HTML document, including essential tags like <html>, <head>, and <body>. The instructor introduced us to headings, paragraphs, and how to create simple web pages using these elements. We also explored how to add line breaks and horizontal lines to format content. Additionally, we learned about the importance of proper indentation and syntax to ensure clean and readable code. The session provided a strong foundation for building web pages.