Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 788 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 788 Bytes

Changing the DOM Activity

An activity demonstrating how to change the DOM using JavaScript.

Running the Activity

  1. In your terminal, navigate to the project directory.

  2. Open the activity.

  • In the terminal from the project directory, run the following command:

    $ open index.html

    This will open the activity in your default web browser.

  • Or from VS Code, install the Live Server extension and open the site by clicking the Go Live button in the status bar. This will open the activity in your default web browser.

Activity Directions

Following the Learn reading, observe the behavior of this site, making any indicated changes, and observing the results. Be sure to refresh the site in the browser after saving changes to the code.