Chapter 5 - HTML and CSS
Webpages consist of 3 parts: HTML, CSS, and JavaScript.
HTML stands for HyperText Markup Language. It is a language that is used to add content to a webpage.
CSS stands for Cascading Style Sheet. CSS determines how elements on the page are styled.
Without CSS every webpage would look like plain black text. With CSS, we can make our text blue, add borders, and position elements exactly where we want them.
Lessons in HTML and CSS
Lesson #1 - Front-end Development
Before we jump into the code, let's talk a little bit about what it means to be a front-end developer.
Lesson #2 - HTML
Every webpage uses HTML. Every. single. one.
Let's build one.
Lesson #3 - CSS
CSS adds the styles to the page. We're going to add some style to the page we built in the previous lesson.