Skip to content
KnowledgeCity

JavaScript: Working with the Web Page

How to best utilize the Document Object Model.
Preview the first lesson free — get full access to all 8 lessons.
Course: On-Demand
Beginner Provider Joseph Barrett  8 Lessons ·  35m  in English 

Course Description

In this course, you’ll be introduced to interacting with web pages and how to work with the document object model (DOM). You’ll learn about DOM methods and how to change DOM properties. You’ll understand what events are available and how to tie codes to events using the most efficient approaches. You’ll gain an understanding of passing parameters to event handlers and common event types when dealing with form controls. Finally, you’ll apply what you’ve learned through a real-life exercise.

What You'll Learn

  • Explore the document object model (DOM) and its basics
  • Work with DOM properties and methods, including how to change them
  • Create event handling functions and tie code to events efficiently
  • Pass parameters to event handlers
  • Examine different event types, including those for form controls
  • Practice choosing event handlers through a real-life exercise

Key Takeaways

  • The course introduces interacting with web pages through the document object model (DOM).
  • It covers DOM methods and how to change DOM properties.
  • It explains what events are available and how to tie code to events using efficient approaches.
  • It addresses passing parameters to event handlers and common event types when dealing with form controls.
  • Learners apply what they have studied through a real-life exercise on choosing event handlers.

Frequently Asked Questions

What does this course cover?

It introduces interacting with web pages and the document object model (DOM), DOM properties and methods and how to change them, events and event handling functions, passing parameters, and different event types, including those for form controls.

What skills will I gain from this course?

The course develops skills in DOM Scripting, HTML Scripting, Java Scripting Languages, JavaScript (Programming Language), and Object-Oriented JavaScript, and is associated with the JavaScript Development Certified Professional skill.

Does the course include hands-on practice?

Yes. You apply what you've learned through a real-life exercise, including an exercise on choosing event handlers.

What topics are taught about events?

The course introduces what events are available, how to create event handling functions and tie code to events using efficient approaches, how to pass parameters to event handlers, common event types when dealing with form controls, and how to choose event handlers.