fix: update wording in description (#44842)

This commit is contained in:
Jason Barry
2022-01-20 03:13:35 -05:00
committed by GitHub
parent d091bd3b8f
commit 357b4802fd

View File

@ -7,7 +7,7 @@ dashedName: step-36
# --description--
The `input` element allows you several ways to collect data from a web form. Like anchor (`a`) elements, `input` elements are <dfn>self-closing</dfn> and do not need closing tags.
The `input` element allows you several ways to collect data from a web form. Like `img` elements, `input` elements are <dfn>self-closing</dfn> and do not need closing tags.
Nest an `input` element in the `form` element.