freeCodeCamp/curriculum/structure/blocks/lecture-understanding-html-attributes.json
Oliver Eyton-Williams 27a54624c3
refactor: blockType -> blockLabel (#62548)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2025-10-23 23:20:15 +05:30

19 lines
495 B
JSON

{
"name": "Understanding HTML Attributes and the HTML Boilerplate",
"isUpcomingChange": false,
"dashedName": "lecture-understanding-html-attributes",
"challengeOrder": [
{
"id": "66f6db08d55022680a3cfbc9",
"title": "What Role Does HTML Play on the Web?"
},
{
"id": "6708143cab2b583ecd3324f5",
"title": "What Are Attributes, and How Do They Work?"
}
],
"helpCategory": "HTML-CSS",
"blockLabel": "lecture",
"blockLayout": "challenge-list"
}