fix: wrong text in standardize times challenge (#41842)

This commit is contained in:
Jonathan
2021-04-17 05:19:52 +01:00
committed by GitHub
parent 4171277dc9
commit ca3d5d51d6

View File

@ -9,7 +9,7 @@ dashedName: standardize-times-with-the-html5-datetime-attribute
# --description-- # --description--
Continuing with the date theme, HTML5 also introduced the `time` element along with a `datetime` attribute to standardize times. The `datetime` attribute is an inline element that can wrap a date or time on a page. A `datetime` attribute holds a valid format of that date. This is the value accessed by assistive devices. It helps avoid confusion by stating a standardized version of a time, even if it's informally or colloquially written in the text. Continuing with the date theme, HTML5 also introduced the `time` element along with a `datetime` attribute to standardize times. The `time` element is an inline element that can wrap a date or time on a page. A `datetime` attribute holds a valid format of that date. This is the value accessed by assistive devices. It helps avoid confusion by stating a standardized version of a time, even if it's informally or colloquially written in the text.
Here's an example: Here's an example: