reading-notes

Reading Journal

This topic is important because forms are something we interact with everyday. Forms are used when providing feedback, placing online orders, or inputting data to be gathered and used to elsewhere. Knowing how to create a form is a skill that can be used in everyday web development.

HTML Forms

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

1. Why are forms so important in web development?

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

3. List 5 form elements and explain their importance.

Learn JS

Introduction To Events.

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

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

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

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

Things I want to know more about.

I’d like to know more about CSS and what options it has to customize the various elements within the form tag.