6 September 2020

What is HTML ?

A brief description of HTML, before suggesting a couple free courses.

HTML is the foundation of web pages. It stands for hypertext markup language.

As a user of the web, when you arrive on any page — like this one, perhaps — the process of getting there looks something like this:

  1. Open a web browser application on your device.
  2. Either click a link to this page or type the URL directly into the address bar.
  3. The web server running this website receives the request from you and your browser, and sends the browser back some HTML code.
  4. The browser downloads that HTML code, parses it, and displays the result on your screen.

That's why this page displays the content you're reading now. HTML is the language used to represent the various elements that make up this page.

There are so many resources on HTML out there today that I'm not going to try to recreate them beyond this quick definition. If you're new to the web and/or web development, I'd suggest going through a free tutorial like this one from freeCodeCamp or this one from Codeacademy.

Thanks for taking the time to read this!

If you enjoyed it, and think others would benefit from the read then feel free to share it on Twitter (or elsewhere). I’m always up for a discussion about anything I’ve written too, so get in touch if you want to chat!

If you’ve spotted something out of place or something needs correcting, feel free to let me know.

A newer entry What is JavaScript ?

6 October 2020 A brief description of JavaScript, with links to dig in and learn more.

An older entry Twitter post preview

15 January 2020 This is a very short journal entry to check twitter post preview!