fix(curriculum): remove "is" in the description (#44592)
This commit is contained in:
@ -7,7 +7,7 @@ dashedName: step-36
|
||||
|
||||
# --description--
|
||||
|
||||
The `input` element is 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 anchor (`a`) elements, `input` elements are <dfn>self-closing</dfn> and do not need closing tags.
|
||||
|
||||
Nest an `input` element in the `form` element.
|
||||
|
||||
|
Reference in New Issue
Block a user