From the course: CSS Essential Training
HTML and CSS - CSS Tutorial
From the course: CSS Essential Training
HTML and CSS
- In this course we'll be focusing on the fundamentals of CSS, but we'll also have discussions about HTML because these two languages work closely together. HTML was originally created for sharing research documents. So the space between paragraphs and bold headings are examples of default browser styles which were created to make text easier to read. Though HTML elements are displayed with these basic styles, avoid choosing a particular element because of the way it looks. That's what CSS is for. Instead use HTML to define the structure of the document and add meaning to the content. CSS, on the other hand, controls the appearance of the document and separates presentation from the content. Throughout this course, we'll be working with HTML, but it's not the focus. And as you're following along, if you have any questions about HTML that we're not covering, I would encourage you to check out HTML Essential Training for more details. We'll also be building out a real world project, a personal website. So before getting into the essentials of CSS, we'll start with an overview of how to set up a development environment and prepare our course project files.
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
HTML and CSS1m 10s
-
(Locked)
Working with website files3m 25s
-
(Locked)
Writing code with a text editor3m 40s
-
(Locked)
Customizing your text editor3m 29s
-
(Locked)
Project: Overview and setup7m 46s
-
(Locked)
Where to find images2m 52s
-
(Locked)
Optimizing images for the web3m 41s
-
(Locked)
Relative and absolute paths2m 43s
-
(Locked)
Project: Adding images and icons7m 13s
-
(Locked)
Referencing CSS2m 44s
-
(Locked)
Project: Creating a CSS file3m 4s
-
-
-
-
-
-
-
-