oldoc63 / learningHTML

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

Takeaway #59

Closed oldoc63 closed 3 years ago

oldoc63 commented 3 years ago

Let’s finish off this <form> by having our users provide this message!

oldoc63 commented 3 years ago

Add a <label> that has a for attribute of "message". Have the <label> render Meaningful Message: on the web page.

oldoc63 commented 3 years ago

Under the <label> add a <textarea> that has an id and name of "message". Make the <textarea> a required field. The <textarea> should have 8 rows and 40 columns.