Skip to content

Fix incorrect challenges reference, add more linkage#44261

Open
chrisdavidmills wants to merge 1 commit into
mdn:mainfrom
chrisdavidmills:fix-incorrect-challenges-reference
Open

Fix incorrect challenges reference, add more linkage#44261
chrisdavidmills wants to merge 1 commit into
mdn:mainfrom
chrisdavidmills:fix-incorrect-challenges-reference

Conversation

@chrisdavidmills
Copy link
Copy Markdown
Contributor

@chrisdavidmills chrisdavidmills commented May 26, 2026

Description

As detailed in #44128, there was a continuity error in the challenges due to an incorrect reference to some challenges.

In this PR, I fix that issue, and also add some extra links to the next module at the end of the previous modules, to provide a more obvious linkage/pathway.

Motivation

Additional details

Related issues and pull requests

Fixes #44128

@chrisdavidmills chrisdavidmills requested a review from a team as a code owner May 26, 2026 08:46
@chrisdavidmills chrisdavidmills requested review from dipikabh and removed request for a team May 26, 2026 08:46
@github-actions github-actions Bot added Content:Learn Learning area docs size/s [PR only] 6-50 LoC changed labels May 26, 2026
Copy link
Copy Markdown
Contributor

@dipikabh dipikabh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, just a few nits. Thank you!

{{PreviousMenuNext("Learn_web_development/Core/CSS_layout/Test_your_skills/Responsive_design", "Learn_web_development/Core/Scripting", "Learn_web_development/Core/CSS_layout")}}
This challenge rounds off the [CSS layout](/en-US/docs/Learn_web_development/Core/CSS_layout) module by asking you to update an existing mobile layout so that it also works well on desktop browsers. Along the way, you'll also be tested on responsive layout features such as media queries, CSS grid, flexbox, and responsive images.

After you're done with this challenge, you can move on to learn about implementing dynamic behavior with [JavaScript](/en-US/docs/Learn_web_development/Core/Scripting).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
After you're done with this challenge, you can move on to learn about implementing dynamic behavior with [JavaScript](/en-US/docs/Learn_web_development/Core/Scripting).
After you're done with this challenge, you can move on to learning about implementing dynamic behavior with [JavaScript](/en-US/docs/Learn_web_development/Core/Scripting).


## Summary

That's it for JavaScript frameworks. We hope this module has given you a good idea of why frameworks exist and how to use them, and a thirst to learn more.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can probably be dropped :)

Suggested change
That's it for JavaScript frameworks. We hope this module has given you a good idea of why frameworks exist and how to use them, and a thirst to learn more.
That's it for JavaScript frameworks. We hope this module has given you a good idea of why frameworks exist and how to use them.


So there we have it, an introduction to debugging HTML, which should give you some useful skills to count on when debugging HTML, but also CSS and JavaScript code later on in the course. This also marks the end of the _Structuring content with HTML_ module.

Your next step is to start learning about styling the web, in our [CSS styling basics](/en-US/docs/Learn_web_development/Core/Styling_basics) module.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Your next step is to start learning about styling the web, in our [CSS styling basics](/en-US/docs/Learn_web_development/Core/Styling_basics) module.
Your next step is to start learning about styling the web in our [CSS styling basics](/en-US/docs/Learn_web_development/Core/Styling_basics) module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Content:Learn Learning area docs size/s [PR only] 6-50 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Challenges mentioned in Summary are not present

3 participants