Quiz 3 Flashcards
1
Q
Name a general HTML element for creating inline containers to facilitate managing content on a webpage. This element has no semantic meaning.
A
<span></span>
2
Q
What <form> method attribute value instructs the browser to append the form data to the URL for us in a query string?
A
Get
3
Q
Which <input></input> attribute provides a hint to the user about the information being requested?
A
Placeholder