Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In Javascript: You may design any web page of your choosing. You must use the following methods to select elements on your webpage and dynamically

In Javascript:

You may design any web page of your choosing.

You must use the following methods to select elements on your webpage and dynamically change one of their style settings:

getElementsByTagName()

getElementsByClassName()

querySelector()

querySelectorAll()

You must use the following functions to demonstrate creating elements dynamically. These elements must be visible in the web browser.

createElement()

appendChild()

cloneNode() with no children cloned

cloneNode() with children cloned

insertBefore()

You must dynamically remove a node that you added to the original html file.

You must dynamically set at least three windows object properties:

You must add a button that when clicked calls the window object open function and opens a web page.

You must add another button that when clicked calls the window object open function using at least 5 of the options for the open function and opens a web page

You must add another button that when clicked calls the window object alert function.

You must add another button that when clicked calls the window object prompt function.

You must use the setTimeout() function to perform any task of your choosing but the task must do something visually that the user can see.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Professional SQL Server 2000 Database Design

Authors: Louis Davidson

1st Edition

1861004761, 978-1861004765

More Books

Students also viewed these Databases questions

Question

Explain the process of MBO

Answered: 1 week ago