mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-09 21:01:20 -04:00
fix(curriculum): correct grammar in semantic HTML lesson (#61037)
This commit is contained in:
@@ -29,7 +29,7 @@ In the example, the words `incorrect`, `spelling`, and `issues` are misspelled.
|
||||
|
||||
In HTML4, the `u` element was used for styling purposes. But in HTML5, the `u` element should only be used to indicate that text has non-textual annotation applied.
|
||||
|
||||
If you want to style a piece of text with a underline, then you should use CSS instead of HTML.
|
||||
If you want to style a piece of text with an underline, you should use CSS instead of HTML.
|
||||
|
||||
The strikethrough element, or `s` element for short, should be used to represent when text is no longer accurate or relevant. Here is an example of using the `s` element to show the cancellation of an activity:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user