No CSS here, just Basic HTML
|
Is this Course for me?
This is a very Basic level, HTML course. It is not my goal to deal with anything else but pure HTML here. Some people may say I'm doing it wrong (in fact they already did), because But... If you don't know what I'm talking about, and just want to know how this "web stuff" works and learn the basics on how to create and deal with every aspect of a web page, having some fun in the process. This course fit your needs. |
|
How the course works?
Following the pages in the right menu, in the suggested order, you will be presented to the basic HTML aspects. Each topic is full of examples, followed by a "THE CODE" section where you can see the code used to get what is presented in "THE RESULTS" section That way, all you need to do is: Read the text, Understand it, see the code used, see the results, and more important: copy the code, create your own sample pages, change it a bit, and make your own experiments. It is a kind of DIY course, I only show you the tools, the path, and a way to make your first steps easier. It is far from beeing your last experience on web development. Just the opposite. Here you can find some basic concepts and techniques you need to know, but not necessarily will keep using them in the near future. |
|
About (X)HTML specification
Many of the criticism regarding this course content comes from the fact that it doesn't care much about the formal W3C specifications. Here is all you need to start and will be using during the course:
Only after this course completion, you are suppose to give attention on making your pages valid against W3C Specification. In the last course topic "HTML Course Final Words", you can have more information on doing this. |