πŸ“˜The code Magazine

THe Besic language of the Web: HTML

image-laura-jones

posted byLaura joneson Monday, june 21st 2027

image-indian-post

All modern websites and web applications are build using three fundamental technologies: HTML ,CSS and javascript.These are the 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.

What is HTML?

HTML stands forHyperTextMarkupLanguage. 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 opening tag
  2. The closing tag
  3. The actual element

You can learn more at MDN Web Docs.

Why should you learn HTML?

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

Hopefully you learned something new here.see you next time!