fix(curriculum): correct grammar in semantic HTML lesson (#61037)

This commit is contained in:
sskiragu
2025-06-24 17:49:05 +03:00
committed by GitHub
parent efbdec0fe2
commit d2ff15ef14

View File

@@ -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: