From the course: Emmet: Fast and Efficient Web Coding

Unlock the full course today

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

Challenge solution

Challenge solution

From the course: Emmet: Fast and Efficient Web Coding

Start my 1-month free trial

Challenge solution

(upbeat music) - [Instructor] So how did you do on our Emmet coding challenge? Is your webpage responsive? Does it look like this? Let me show you how I built out this page. I'm going to start in a blank HTML document. I'll begin by using the exclamation which is going to give me the basic framework of my website. Let's add the meta tag for the viewport, so this is truly responsive. And I'll go ahead and add a link for our favicon and I'll need to just update the path to the image. And then I'm going to add a link to my CSS. And because I called my CSS style.css it's already pointing to the right name, I just need to make sure I go into the CSS folder. Now to begin with the code. I'll start off by building out the header, and I'm just going to go ahead and string some of the code together. As I mentioned before, if you find this to be confusing, then start with smaller chunks of code and build up to the longer…

Contents