Take your wireframe and translate at least one section into real HTML & CSS. By the end of class your site should be visible in a browser — even if it's rough.
0:00 – 0:10 Attendance + recap of wireframes
0:10 – 0:30 Live demo — wireframe → code translation
0:30 – 1:30 Build time (you code your section)
1:30 – 1:45 Show-and-tell, wrap up
Every shape on your wireframe is a tag. Every group of shapes is a container. You already designed it — now you're just naming it in HTML.
VS Code on the left, wireframe (Excalidraw / Figma / paper photo) on the right. Eyes flick between the two.
"This is a header. It holds a logo and a nav." → that becomes <header>, <nav>.
Get the tags in. Save. Refresh browser. It will look ugly. That's correct.
Background colour, padding, flexbox for layout. Just enough so a stranger could match the page to the wireframe.
index.html opens in a browser