Learning HTML

Solving technical problems is a skill that has served me well for over 20 years. Learning HTML is a topic that has bounced around in my head many times. I have been trying to find my niche since April of this year and figured that SEO was what I wanted along with content writing. I have always been good with writing articles but many have been short, or, thin content as can be seen on my old Yellowboat Computers blog, not so good for search engine optimisation unless you have very unique content.

A little history of my web development journey

This website of course is based on WordPress. Here is a little history. I began developing my own website around 2004 using NVU, a very small program for both Windows and Linux. Basic as it was, it was functional,  however, you are required to save your files in the correct structure meaning that one needs a basic knowledge of html file heirarchy – it didn’t do it for you . Kompozer which is very similar to NVU , came out later in 2005 and at the time I was using it, it seemed a better program. I notice while writing this blog that Kompozer is still being downloaded – nice!

Serif WebPlus – my gamechanger

It wasn’t long before I stumbled upon Serif WebPlus which was at the time a welcome upgrade for me and offered far more capability through additional features. It would be correct to say that all the features were already available in straight HTML code, but as I did not know HTML I had to rely on a package such as Serif to provide such features.

I remember getting a new version of Serif and the reason I upgraded was because it had the feature of making websites responsive. This means that no matter what device you were using to view a responsive website – it would work properly for the person using it. I was unaware that, in basic terms, simply making a website responsive, was possible from the use of a single line of code:

<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>

More information on HTML Responsive Web Design.

The next development I found was WordPress – I took a beginner course with WPBeginner and begun the WordPress adventure that I have used until now. So, back to the present. I have completed two SEO courses, one on Udemy SEO Training Masterclass 2024 by Alex Genadinik, I found this course to be incredibly comprehensive, even though I have had previous SEO experience it is good to keep yourself up-to-date. The second SEO course I completed was provided free of charge by Hubspot. I highly recommend either.

So, there it is. I still have some WordPress updates to learn but for now I am using Free Code Camp for my initial front end development learning. If you want to learn HTML then I highly recommend Free Code Camp – give it a try.