reading-notes

Code Fellows 201

Day 09 Notes

Home

Reading

HTML Forms Your first Web Form. How To Structure A Web Form.

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?

Bookmark and Review

HTML5 Input Types

Event Reference and listings