the Atom Editor

Let me share with you the shortcuts I use - you've probably discovered most of them already!

As usual, use Atom to save an empty file as index.html in a project_15 directory.

One of my aims in this tute is to elaborate on many of the things that I've glossed over in the past.

So ... why always index.html?

Answer:  this is the default when a web server is not given a filename.
For example, when you type mulawa.net, my Web Server treats it as mulawa.net/index.html.

Type ht followed by the tab key

I'll explain the extras that have appeared on the next page.

For the moment, understand that we have got away with omitting so much simply because browsers are incredibly forgiving.
Think back to Tutorial 1 where I got away with just a single line!

<img src='cards/back.png' onClick='this.src="cards/1.png";'>