From the course: Responsive Layout

What you should know - HTML Tutorial

From the course: Responsive Layout

Start my 1-month free trial

What you should know

- [Instructor] Let's talk about what you should know before starting this course. You'll need to have a working knowledge of HTML and CSS. If you don't already have a basic understanding of HTML and CSS, I suggest you check out the HTML Essential Training on LinkedIn Learning, and the CSS Essential Training. You will also need to know about using dev tools. Most browsers have something similar to this. I'm using Firefox browser for this course, because the dev tools have some better options for information on a grid page. To get to dev tools there are two ways. The first you can go to the menu icon. It's in the top right corner of the browser. Click on Web Developer, and then click on Toggle Tools. You'll see the developer tools at the bottom of the page. The easier way to get to it is to right-click anywhere on the page and then click Inspect Element. That will open the dev tools and show the information for whichever element you clicked on. There's lots of useful information here, but in these videos we'll be using it mainly to see lines and areas in grid layouts.

Contents