diff --git a/files/en-us/learn_web_development/core/accessibility/test_your_skills/css_and_javascript/index.md b/files/en-us/learn_web_development/core/accessibility/test_your_skills/css_and_javascript/index.md index 02e29874e42f8a6..34f923e474b6494 100644 --- a/files/en-us/learn_web_development/core/accessibility/test_your_skills/css_and_javascript/index.md +++ b/files/en-us/learn_web_development/core/accessibility/test_your_skills/css_and_javascript/index.md @@ -21,7 +21,7 @@ To complete the task, create new rules to make the links look and behave like li -```css hidden live-sample___css-js-ally-1 live-sample___css-js-ally-2 live-sample___css-js-ally-3 +```css hidden live-sample___css-js-ally-1 live-sample___css-js-ally-2 live-sample___css-js-ally-3 live-sample___css-js-ally-1-finish live-sample___css-js-ally-2-finish body { background-color: white; color: #333333; @@ -41,7 +41,13 @@ body { -```html live-sample___css-js-ally-1 +The starting point of the task looks like this: + +{{ EmbedLiveSample("css-js-ally-1", "100%", 200) }} + +Here's the underlying code for this starting point: + +```html live-sample___css-js-ally-1 live-sample___css-js-ally-1-finish