oldoc63 / learningHTML

Learning HTML with Codecademy and GitHub
0 stars 0 forks source link

get a verb! #47

Closed oldoc63 closed 3 years ago

oldoc63 commented 3 years ago

Create a label with has a for attribute set to "verb-1" that renders the text Verb (ends in -ing):.

Follow the label with an input with the attributes:

id and name set to "verb-1".
type to "text".
required

Also, add a line break.