📘 THE CODE MAGAZINE [DEMO]

The Basic Language of the Web: HTML

developer image

Posted by Olabisi Michael on Friday, January 07 2022

HTML photo on the screen
Fig 1. HTML Image

All modern websites and web applications are built using three fundamentals technologies: HTML, CSS and Javascript. These are language 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.

Lorem ipsum dolor sit amet consectetur adipisicing elit. Doloremque numquam inventore, eveniet debitis, praesentium ea porro veritatis eaque, alias quas magnam cumque veniam! Quibusdam ipsam dolore asperiores, provident esse deserunt.

Lorem ipsum dolor sit amet consectetur adipisicing elit. Magnam facere et nobis quam, quisquam voluptatum quibusdam totam culpa sapiente exercitationem quas odio unde suscipit explicabo dicta, eum earum nisi dolore.

What is HTML?

HTML stands for HyperText Markup language. 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 videos etc. Web browsers understand HTML and render HTML code as websites

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

  1. The opening tag
  2. The closing tag
  3. The actual elements

You can learn more at the: MDN Web Docs

Why you should learn HTML?

There are countless reason you learning the fundamental language of the web. Here are 5 of them:

Hopefully you learn something new here see you next time.