From the course: CSS Positioning Best Practices

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Building a main home page pt. 1: Main body content

Building a main home page pt. 1: Main body content - CSS Tutorial

From the course: CSS Positioning Best Practices

Building a main home page pt. 1: Main body content

So now we're going to start building the website. I'm going to start with the Home page, and this one is called home. You see it's called home.html, and we're going to start by filling in the content, on the main content panel, the left column on the page. Over here in our text editor, we have template.html because we're starting with the template and we have beginning.css. We also have home.txt, which is the text file that has all of the content for the left-hand side. So let's go ahead and do our Save As. This is going to get saved as home.html in the home-pt1 folder. We're in the home-pt1 folder in the Exercise Files. And the CSS will, of course, get saved as main.css. And we don't need to do a Save As on the text file, because we're not going to be changing that. So our first order of business is to go ahead and get the content in here. Now in this one, we're going to start with plain text and it's not HTMLified yet. And we're going to do the HTMLification. In later lessons, it's…

Contents