Activity 1 – HTML Basics

This activity introduced me to the basic structure of HTML and how webpages are created using fundamental HTML tags.

CODE:

OUTPUT:

WHAT I LEARNED:

I learned how to structure a webpage using essential HTML tags such as <html>, <head>, <title>, <body>, headings, and paragraphs. This built the foundation for all my future web development work.