Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions html-basics-workshop.md
Original file line number Diff line number Diff line change
@@ -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 (<h1> - <h6>)
- Paragraphs (<p>)
- Links (<a>)
- Images (<img>)

## 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