When there’s no school and no church

There’s been a country-wide clampdown on all social activity including churches and schools. We are all at home today!

Well, so here we are with some time on our hands. It’s a chance to let our brains breathe a bit and choose what we want to do. The other day Joni asked how the internet worked so I cooked up the most simple html file to demonstrate the very basic way communication takes place over the web.

<!doctype html>

<html>
  <head>
    <title>Jonathan Oscar Frost’s web site</title>
  </head>
  <body>
    <p>This is a website about Jonathan Oscar Frost.</p>
    <p>Bye!</p>
    <img src=”joni-horse.jpg” width=”20%”>
  </body>
</html>

If you want to see it click here . By the way, it will come up in a new tab so just click back on the current tab to see the rest of this post.

Joni was decidedly unimpressed by this and so decided to share with me what he has been doing at school. Admittedly, the staff have simply shown the web site to the children and have left them to experiment. This is what Joni came up with. Click on the green flag to activate.

I fear for the future of programming.

Leave a Reply