fix(curriculum): add HTML element syntax for better clarification (#65036)

Co-authored-by: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com>
This commit is contained in:
Aditya Singh
2026-01-11 11:16:22 +05:30
committed by GitHub
parent a87f9424f6
commit bf2742787b
@@ -7,6 +7,14 @@ dashedName: step-18
# --description--
Remember, an HTML element looks like this:
```html
<element attribute="value">
inner text
</element>
```
Below the element with the class `card-container`, add a new `p` element with this text:
```md