Adding / Removing Elements

Creating and Removing Elements from the DOM Using Javascript

document.createElement(element) #

You can create a new element using document.createElement(), with the argument element, which is the element name.

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy