As XavierX said, SHTML is a SSI-enabled HTML.
What is SSI? It is a very simple server side language mostly used to include the contents of one or more files into a web page on a web server. Besides that, SSI also allows simple control directives such as
if and
else.
Almost all Apache Web Server installations are SSI ready.
My recommendation:If you are interested in starting with server-side scripting, I would strongly recommend going one step further and use PHP. It is a lot more complete, powerful, and it is easy to learn.
Here you have a good set of PHP tutorials:
http://www.scriptingok.com/tutorials-category/PHP-MySQL