Level 124 Level 126
Level 125

[Quiz] Forms


6 words 0 ignored

Ready to learn       Ready to review

Ignore words

Check the boxes below to ignore/unignore words, then click save at the bottom. Ignored words will never appear in any learning session.

All None

Ignore?
type
What are the four attributes of the <script> tag?
:disabled
Selects input elements with the "disabled" attribute specified
:invalid
Selects input elements with invalid values
:optional
Selects input elements with no "required" attribute specified
:required
Selects input elements with the "required" attribute specified
:valid
Selects input elements with valid values