
Creating Elements
Interactive Video
•
Information Technology (IT), Architecture
•
University
•
Practice Problem
•
Hard
Wayground Content
FREE Resource
Read more
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What method is used in JavaScript to create a new element?
document.newElement()
document.addElement()
document.createElement()
document.insertElement()
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can you add a class to a newly created element in JavaScript?
element.className = 'className'
element.setClass('className')
element.class = 'className'
element.addClass()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which method is used to append a text node to an element?
element.appendChild()
element.addTextNode()
element.insertTextNode()
element.appendTextNode()
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the appendChild() method?
To remove a child element
To replace a child element
To add a child element
To clone a child element
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which method is used to select an element by its class in JavaScript?
document.selectByClass()
document.getElementsByClassName()
document.querySelector()
document.getElementById()
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct way to create a new link element in JavaScript?
document.newElement('link')
document.createElement('link')
document.createElement('a')
document.createLink('a')
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can you set the inner HTML of an element?
element.setInnerHTML()
element.innerHTML = 'content'
element.insertHTML('content')
element.addInnerHTML('content')
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?