Search Header Logo

JavaScript for Beginners #2 - Modifying HTML Elements

Authored by Joseph Armanious

Computers

11th Grade

Used 3+ times

JavaScript for Beginners #2 - Modifying HTML Elements
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between 'document' and 'console' in JavaScript?

'document' refers to the HTML document itself, while 'console' refers to the console window.

'document' and 'console' are both methods to display outputs.

'document' is used to write logs, while 'console' is used to manipulate HTML elements.

There is no difference; both are used interchangeably.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What method is used to access an HTML element by its ID?

getElement()

getElementById()

findElementById()

querySelector()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What property is used to change or get the content of an HTML element?

textContent

innerHTML

value

innerText

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you correctly reference an ID in the getElementById() method?

Using the ID name within quotation marks.

Preceding the ID name with a hash (#).

Preceding the ID name with a dot (.)

Using the ID name without quotation marks.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to change the text of an HTML element?

document.getElementById('id').textContent = 'New Text';

document.getElement('id').innerHTML = 'New Text';

document.querySelector('#id').value = 'New Text';

document.getElementById('id').innerText = 'New Text';

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does 'document.write' do?

Writes content directly to the console.

Creates a new HTML document.

Updates the value of a specified element's ID.

Writes content directly to the HTML document.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you comment out a line of code in JavaScript?

Using // at the beginning of the line

Using ** at the beginning of the line

Using /* and */

Using

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?