mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
fix(curriculum): minor things in first workshop (#60489)
This commit is contained in:
parent
dddfe99200
commit
57adb773d2
@ -7,13 +7,13 @@ dashedName: step-6
|
||||
|
||||
# --description--
|
||||
|
||||
When you need to add a paragraph to a web page, you can use the `p` element like this:
|
||||
When you need to add a paragraph to a webpage, you can use the `p` element like this:
|
||||
|
||||
```html
|
||||
<p>I am a paragraph element.</p>
|
||||
```
|
||||
|
||||
Turn your `Learn all of the skills to become a full stack developer` into a paragraph element.
|
||||
Turn `Learn all of the skills to become a full stack developer` into a paragraph element.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user