It is
possible to use simple text editors (such as 'notepad') to write HTML,
CSS and Javascript(JS), but it is much easier an editor designed for
coding. We'll use "Atom":
There are 3 ways to use CSS code (within elements; within HTML file, or in separate file)
We'll start with the separate file approach, in which the steps are:
create
a new file and save-as 'style.css' in the same folder that will be used
for HTML code (this can be changed later to allow CSS to come for
othersources)