Most have surely heard of HTML5. It’s the new thing that Apple is assuming will replace Adope Flash. This just might be, but learning it isn’t the most simple thing.
I started this learning with googling HTML5. While this gives you a load of different answers it won’t give you anything really new at first. I tried using <CANVAS> to get something, but my browsers didn’t seem to support this. But writing a simple ‘Hello World’ was fine even though I used the DOCTYPE HTML tag, which I assume tells me that the document is written in html5. I will post more information on this soon.