From the course: Learning Chrome Web Developer Tools

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Solution: Edit source files

Solution: Edit source files - Chrome Tutorial

From the course: Learning Chrome Web Developer Tools

Start my 1-month free trial

Solution: Edit source files

(upbeat music) - [Instructor] So I want to work with the headers and specifically the header on the blog page. So I have my site open and I'm using Live Server to serve it over HTTP and this is specifically the site from chapter five video 5-5, if you're using the one from video 5-4, that's fine too, and I'm in the Begin folder. And so I have that H1 header on all these other pages but not on the blog page. So I'm going to start by inspecting the dom,. and so I don't have that header, if I look over here on the contact page and right click, I see that it's an H1, and over here on the shop page, it's an H1 as well. So I would be looking at having an H1 on this page. So I'm going to start by making a note in this file, in the index file within the blog folder. So I'll go to sources, go to that file system tab and I'll add my folder to the workspace, and I want to go to chapter 5 video 5-5, Begin and add…

Contents