Question Code 1709 |
Question What does the <label> element do? |
Answers
It labels webpages with important information.
It creates an ID for a corresponding input element.
It overrides the name attribute's value on a child input element.
It programmatically associates a text label with an interface element.
|
Question Code 1710 |
Question To get a link to open in a new window or tab, which attribute must be used? |
Answers
_self
_new
_parent
_blank
|
Supported by: