To get the foremost from this guide, it'd be an honest plan to do out the code as we tend to go on, thus begin a recent new file along with your text-editor and save the blank document as “style.css” within the same directory as your HTML file.
Now amendment your markup language file so it starts one thing like this:
<!DOCTYPE html>
<html>
<head>
<title>My first web page</title>
<link rel="stylesheet" href="style.css">
</head>
...
Save the HTML file. This currently links to the CSS editor file, that is empty at the instant, thus won’t amendment a factor. As you're employed your means through the CSS Beginner Tutorial, you'll be able to raise and alter the CSS file and see the results by merely refreshing the browser window that has the markup language go in it, as we tend to did before.


