You still remember how to use The Command Line, right?
If you’re new to this blog and don’t know how to use the terminal, or if you already forgot the basic commands, give that section a quick review and come back.
Why? Because you’ll be doing your first assignment right now:
$ atom .
It is really important that the file you created in step 4 (index.html) does ends with “.html”. If it doesn’t, the browser won’t interpret the file correctly.
Don’t close your terminal because we’ll be using it later ;).
In Atom, at the left side of your screen, you should see the “HTML” directory graphically represented with a folder on the left, and the “index.html” file nested inside of it. Double click the “index.html” file.
Your screen should look similar to this:
You can click on the image to see it in a better resolution.
Now we’re truly ready to start writing HTML!