Home

WTF 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.

Let's Connect

Keep Reading

WTF is the DOM?

A brief introduction to the DOM with a quick example on manipulating it, and a link to digging in deeper.

Jul 28, 2020

How to Convert Static HTML into Powerful Templates

Learn how to take a handful of static HTML files and convert them into templated files that will help you minimize errors and work more efficiently.

Aug 10, 2021

The Jamstack Journey: A Guide on Transforming an Idea into a Website

It takes a lot to bring an idea to life on the web, even for the simplest of sites. Follow this guide for a detailed look at moving from concept to a website deployed to your domain.

Sep 08, 2021