Introduction to CSS
Welcome to the first CSS lesson! CSS is another language that every web developer must know. As we already know, HTML is the structure of all web pages. CSS, on the other hand, is used to style HTML pages. With a good understanding of HTML and CSS, you can create any visually appealing webpage in the world!
So, what is CSS?
CSS stands for Cascading Style Sheets. Here's what each part means:
- Cascading - means that it has multiple levels.
- Style - well, that's self-explanatory.
- Sheets - means that it can have multiple sheets.
Learning CSS is the key to creating aesthetically pleasing web pages.
Instructions
Take a look at how the HTML code is displayed without CSS. Then copy the following code to the 4th line and press run.
<link href="style.css" rel="stylesheet">
Start programming for free
1/5