mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
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:
+8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user