1. Introduction to HTML Lesson
1. Introduction to HTML Lesson
• Steps:
• 1. Open Notepad, VSCode or TextEdit.
• 2. Type the provided HTML structure.
• 3. Save the file as 'index.html'.
• 4. Open the file in a web browser to view your
webpage.
Hands-On Activity 2: Adding More Elements
• Task:
• - Create a webpage about yourself that includes:
• 1. A title (e.g., 'About Me').
• 2. A heading with your name.
• 3. A paragraph introducing yourself.
• 4. A list of your hobbies.
• - Save the file as 'about_me.html' and submit it.