HTML Day Melbourne
HTML Day is "an annual celebration of HTML going 4 years <strong>"
Come join us to free-write HTML together. Make some friends and celebrate the web.
Where
TBD
When
August 8th, 12pm
How
- Charged laptop
- A friend
- Phone + Charger for internet hotspot
- Pens, pencils, notebooks, crayons. Anything you can use to make art for your website
Schedule
| 12:00 | setup |
| 12:15 | call to action |
| 12:22 | build build build |
| 02:45 | demos |
| 03:00 | mingle mingle |
Who
Hopefully you!
This event is organised by Ava Dinh-Vu
But I'm new??
It doesn't matter!
Use this HTML template to get you started.
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>HTML Day 2026</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="description" content="" />
<link rel="icon" href="favicon.png" />
</head>
<body>
<h1>Hello, world!</h1>
</body>
</html>
Code
Source code for this page is available here
Source code for the backend is here
This page has shamelessly copied Max Bo's Sydney HTML meetup page.