reading-notes

Class 9

Back to home page

HTML forms

Q. Why are forms so important in web development?

(Form controls are also called widgets)

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

Q. List 5 form elements and explain their importance.

Learn JS

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

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

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

Q. What is the difference between event bubbling and event capturing?

Things I want to know more about

Event bubbling is a very interesting and confusing concept that i dont fully understand. Definetly need some examples and practice with event bubbling and event capturing.