Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed Practice Traversing the DOM!
You have completed Practice Traversing the DOM!
Preview
This video introduces the challenge relating to "Traversing the DOM" that you'll be working to complete.
Resources
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
traversing the DOM.
0:00
Remember, traversal is a way to move
from one part of the DOM to another, and
0:01
select an element based on its
relationship to another element.
0:05
This exercise is a followup to
the Traversing the DOM Stage
0:09
of our JavaScript and the DOM course.
0:12
So if you haven't
completed that stage yet,
0:14
I suggest you watch it before
trying this challenge.
0:16
I've posted the link to it
in the teacher's notes.
0:19
In this session we are going to create
this color palette page using DOM
0:21
traversal.
0:25
To get started launch
the workspace with this video.
0:26
I have included HTML, CSS and image in
a JavaScript file for this exercise.
0:29
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up