From 13eaa02196f74f3842ab051267614ddda63c3e1e Mon Sep 17 00:00:00 2001 From: Nicklas Vedsted Date: Tue, 28 Oct 2025 19:03:43 +0100 Subject: [PATCH] change suggested href to valid value --- courses/foundation/html-and-css/week1/session-plan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/courses/foundation/html-and-css/week1/session-plan.md b/courses/foundation/html-and-css/week1/session-plan.md index e004435e..be3d6157 100644 --- a/courses/foundation/html-and-css/week1/session-plan.md +++ b/courses/foundation/html-and-css/week1/session-plan.md @@ -110,7 +110,7 @@ Bonus: Use Emmet to scaffold quickly - Main: - Contain two `section`s: - A featured article with a heading and a paragraph (use [Cupcake Ipsum](https://cupcakeipsum.com/) if tired or the `lorem10` ipsum) - - Second Section that lists recent posts (use `ul>li*4>a`, add `#.#` for the `href` attribute) + - Second Section that lists recent posts (use `ul>li*4>a`, add `#` for the `href` attribute) - Aside with a small bio or a list of favourite links - Footer with copyright disclaimer and current year