📘 The Code Magazine

The Basic Language of the Web: HTML

headshot

Posted by Laura Jones on Monday, June 21st 2027

html code

All modern websites and web applications are built using three fundamental fundamental technologies: HTML, CSS and JavaScript. These are the languages of the web.

In this post, let's focus on HTML. We will learn what HTML is all about, and why you too should learn it.

What is HTML?

stands for HyperText MarkupLanguage. It's a markup language that web developers use to structure and describe the content of a webpage (not a programming language).

HTML consists of elements that describe different types of content: paragraphs, links, headings, images, video, etc. Web browsers understand HTML and render HTML code as websites.

In HTML, each element is made up of 3 parts:

  1. The opeing tag
  2. The closing tag
  3. The actual element

Why you should learn HTML?

There are countless reasons for learning the fundamental language of the web. Here are 5 of them:

The next part will be how to style a website like this will be coming soon. If you can't wait for the next article about this then look at the related posts. 😃