reading-notes

Forms and JS events

HTML Forms

Why are forms so important in web development?

When designing a form, what are some key things to keep in mind when it comes to user experience?

List 5 form elements and explain their importance.

Learn JS Introduction To Events.

How would you describe events to a non-technical friend?

When using the addEventListener() method, what 2 arguments will you need to provide?

Describe the event object. Why is the target within the event object useful?

What is the difference between event bubbling and event capturing?

References