diff --git a/html-basics-workshop.md b/html-basics-workshop.md new file mode 100644 index 00000000..cac3a561 --- /dev/null +++ b/html-basics-workshop.md @@ -0,0 +1,36 @@ +# HTML Basics Workshop + +## Overview +This workshop introduces beginners to basic HTML structure and elements. + +## Learning Objectives +By the end of this workshop, students will be able to: +- Understand what HTML is +- Create a basic HTML page +- Use headings and paragraphs +- Add links and images + +## Topics Covered +- What is HTML? +- HTML document structure +- Headings (

-

) +- Paragraphs (

) +- Links () +- Images () + +## Exercises + +### Exercise 1: Create a Simple Webpage +Create a basic HTML page with: +- A title +- One heading +- Two paragraphs + +### Exercise 2: Add a Link and Image +- Add a link to Google +- Add an image to your page + +## Stretch Challenge +Add a list of your favourite foods using: +- Ordered list +- Unordered list