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 Debugging CSS with Chrome DevTools!
You have completed Debugging CSS with Chrome DevTools!
Preview
The "Elements" panel displays the DOM (document object model) structure of a web page, including any real-time updates or changes being made to the DOM.
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
download the project files and
use your preferred text editor.
0:00
The Elements panel displays the DOM, or
0:01
Document Object Model
structure of the webpage.
0:03
In other words,
the HTML code that makes up the page.
0:05
The panel provides a real time
representation of your HTML,
0:09
including any updates or
changes being made to the DOM.
0:13
For example, this RSVP app uses JavaScript
to add guests to the invitee list.
0:17
Each guest you submit
appears in the list below.
0:22
Now if I right click on the page and
select View Page Source, we see
0:28
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