From the course: CSS Positioning Best Practices

Unlock this course with a free trial

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

Reviewing CSS linking and setup

Reviewing CSS linking and setup - CSS Tutorial

From the course: CSS Positioning Best Practices

Reviewing CSS linking and setup

CSS stands for Cascading Style Sheets. This is the technology that's used to format and position web pages. In this first part of our course, we are going to have an overview of CSS so that we are on the same page and we have a good foundation in the syntax and the features of CSS in general. We'll finish off this first part of the course with a good overview of the positioning techniques, in particular in CSS. For this part of the course we are going to have our screen setup like this, with a text editor at the top and a Web browser at the bottom. And in the text editor at the top we'll have this style sheet, we'll have some XHTML, and in the Web browser we'll have that same document. So here we have XHTML, and it links this style sheet in, using this link statement. And this is how the link statement works. It has the link keyword, it has the relationship of the linked document, which is a stylesheet, it has the type, which is text/css, and it has href, which is the location of the…

Contents