mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
fix(curriculum): correct typos in semantic HTML content (#61004)
Co-authored-by: Hassan Waqar <hassanwaqar@ITs-MacBook-Pro.local>
This commit is contained in:
parent
1b2d25d697
commit
b25c5eb780
@ -46,7 +46,7 @@ Here is an example of using the subscript element to show the chemical represent
|
||||
|
||||
The number two is wrapped inside `sub` tags to illustrate that the character should be a subscript.
|
||||
|
||||
Common uses cases for the subscript element include chemical formulas, foot notes, and variable subscripts.
|
||||
Common use cases for the subscript element include chemical formulas, footnotes, and variable subscripts.
|
||||
|
||||
# --questions--
|
||||
|
||||
|
||||
@ -845,7 +845,7 @@ variable subscripts
|
||||
|
||||
---
|
||||
|
||||
foot notes
|
||||
footnotes
|
||||
|
||||
---
|
||||
|
||||
@ -897,7 +897,7 @@ ordinal numbers
|
||||
|
||||
#### --answer--
|
||||
|
||||
foot notes
|
||||
footnotes
|
||||
|
||||
### --question--
|
||||
|
||||
|
||||
@ -125,7 +125,7 @@ The `lang` attribute inside the open `i` tag is used to specify the language of
|
||||
</p>
|
||||
```
|
||||
|
||||
- **Subscript (`sub`) element**: used to represent subscript text. Common uses cases for the subscript element include chemical formulas, foot notes, and variable subscripts.
|
||||
- **Subscript (`sub`) element**: used to represent subscript text. Common use cases for the subscript element include chemical formulas, footnotes, and variable subscripts.
|
||||
|
||||
```html
|
||||
<p>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user