From 625f8bbc67a702294061a85095ebf6026dd04a99 Mon Sep 17 00:00:00 2001 From: priscachitambira3-cyber Date: Wed, 4 Mar 2026 21:56:46 +0200 Subject: [PATCH] Create html-basics-workshop.md --- html-basics-workshop.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 html-basics-workshop.md 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