diff --git a/curriculum/challenges/_meta/lecture-html-fundamentals/meta.json b/curriculum/challenges/_meta/lecture-html-fundamentals/meta.json index 5b4829cbbea..749d8e0ff44 100644 --- a/curriculum/challenges/_meta/lecture-html-fundamentals/meta.json +++ b/curriculum/challenges/_meta/lecture-html-fundamentals/meta.json @@ -11,10 +11,6 @@ "id": "670803abcb3e980233da4768", "title": "What are Div Elements and When Should You Use Them?" }, - { - "id": "6708143cab2b583ecd3324f5", - "title": "What Are Attributes, and How Do They Work?" - }, { "id": "6708382cf088b216580a9ff1", "title": "What Are IDs and Classes, and When Should You Use Them?" diff --git a/curriculum/challenges/_meta/lecture-what-is-html/meta.json b/curriculum/challenges/_meta/lecture-what-is-html/meta.json index ced44383424..f032fff8e36 100644 --- a/curriculum/challenges/_meta/lecture-what-is-html/meta.json +++ b/curriculum/challenges/_meta/lecture-what-is-html/meta.json @@ -3,8 +3,17 @@ "isUpcomingChange": false, "dashedName": "lecture-what-is-html", "superBlock": "full-stack-developer", - "challengeOrder": [{ "id": "66f6db08d55022680a3cfbc9", "title": "What Is HTML, and What Role Does It Play on the Web?" }], + "challengeOrder": [ + { + "id": "66f6db08d55022680a3cfbc9", + "title": "What Is HTML, and What Role Does It Play on the Web?" + }, + { + "id": "6708143cab2b583ecd3324f5", + "title": "What Are Attributes, and How Do They Work?" + } + ], "helpCategory": "HTML-CSS", "blockType": "lecture", "blockLayout": "challenge-list" -} +} \ No newline at end of file diff --git a/curriculum/challenges/english/25-front-end-development/lecture-html-fundamentals/6708143cab2b583ecd3324f5.md b/curriculum/challenges/english/25-front-end-development/lecture-what-is-html/6708143cab2b583ecd3324f5.md similarity index 100% rename from curriculum/challenges/english/25-front-end-development/lecture-html-fundamentals/6708143cab2b583ecd3324f5.md rename to curriculum/challenges/english/25-front-end-development/lecture-what-is-html/6708143cab2b583ecd3324f5.md