Introduction to Web APIs: DOM Manipulation
Difficulty: Intermediate
Duration: 6 minutes and 14 seconds
Students: 98
Rating: 5/5
This practical lesson offers an introduction to DOM Manipulation through the use of Web APIs.
Learning Objectives
In this lesson, you will learn how to:
- create an element
- append elements to other elements
- set an element's text content
- set an element's class
- set an element's attribute
- remove an element's attribute
- remove an element from the DOM
Intended Audience
This lesson is intended for anyone who wants to learn about Web APIs and DOM manipulation.
Prerequisites
Anyone with an interest in Web APIs and DOM manipulation in general.
The following lesson is a primer on Web APIs and the DOM:
Introduction to Web APIs and the DOM
Covered Topics