javascript dom

javascript dom

Professional Development

7 Qs

quiz-placeholder

Similar activities

JavaScript DOM

JavaScript DOM

Professional Development

5 Qs

ES6

ES6

Professional Development

12 Qs

Html quiz

Html quiz

9th Grade - Professional Development

10 Qs

JavaScritp.getElementByID

JavaScritp.getElementByID

Professional Development

9 Qs

AngularJS

AngularJS

Professional Development

10 Qs

Module 2

Module 2

University - Professional Development

10 Qs

Review Javascript DOM

Review Javascript DOM

University - Professional Development

10 Qs

CSS and JQuery

CSS and JQuery

Professional Development

9 Qs

javascript dom

javascript dom

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Ashish Bajpai

Used 51+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following methods returns an array of all the elements in a Webpage, with a specified class name?

getElementsByName

getElementsByTagName

getElementsByClassName

getElementByClassName

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method allows you to delete entire HTML attributes from an element?

getElementById

setAttribute

innerHTML

removeAttribute

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method retrieves the corresponding value of an attribute?

getAttribute

setAttribute

removeAttribute

innerHTML

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following methods will access all occurrences in the page of an element with a specified name value and return them in an array?

getElementsByTagName

getElementById

innerHTML

getElementsByName

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following methods lets you access all occurrences of an HTML tag in a Webpage?

getElementByID

getElementsByName

getElementsByTagName

innerHTML

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method dynamically modifies the value of an element's attribute?

setAttribute

getAttribute

removeAttribute

getElementById

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which property of the form object returns the number of elements in the form?

target

encoding

elements

length