Search Header Logo

HTML, Javascript, CSS Week 4 Homework

Authored by Bayden Schellein

Computers

11th Grade

Used 2+ times

HTML, Javascript, CSS Week 4 Homework
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does .textContent do in JavaScript?

Sets or gets the HTML inside an element

Sets or gets the text inside an element

Changes the background color of an element

Creates a new HTML element

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the .onclick property in JavaScript?

Adds a new element to the page

Changes an element’s text automatically

Attaches a function to execute when the element is clicked

Removes an element from the page

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will happen when the button is clicked in the following program?

An error will occur because lastPlanet is not defined.

The text inside the lastPlanet id will change to "Neptune is the last planet" when the button is clicked.

The text inside the button will change to "Neptune is the last planet" when clicked.

Nothing will happen because the function clickAction() is never called.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will happen when the button is clicked?

An error will occur because fruit is not defined.

The text inside the will change to "Banana" when the button is clicked.

Nothing

Nothing will happen because updateFruit() is not called manually.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will happen when the button is clicked?

The text inside the message id will change to "Welcome, user!" when the button is clicked.

An error will occur because message is not properly declared.

The button text will change to "Welcome, user!".

Nothing will happen because loginUser() is not executed.

6.

FILL IN THE BLANKS QUESTION

1 min • 1 pt

Media Image

Complete the JavaScript code to change the heading text when the button is clicked from 'Sydney' to 'Melbourne'. use single quotations (' ').

(a)  

7.

FILL IN THE BLANKS QUESTION

1 min • 1 pt

Media Image

Complete the JavaScript code to change the heading text when the button is clicked from 'Cat' to 'Dog'. Use single quotations (' ').

(a)  

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

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?