Multiple choice technology web technology

Enable, form, name, type, and value are all ________.

  1. events

  2. methods

  3. properties

  4. elements

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In HTML forms, attributes like enable, form, name, type, and value are called properties that define element characteristics and behavior. They are not events (triggered actions), methods (functions), or elements themselves.