<label for="description">some text</label>
<textarea id="description">
some text
</textarea>
<textarea rows="10" cols="30">
some text
</textarea>
<button type="button">Click Me!</button>
form attributes
method - the HTTP method
action - the url to submit to
form attributes
method - the HTTP method
action - the url to submit to
Exercise
Use the DevTool selection tool to inspect various elements on a page