Posted on Monday, April 1st 2024 by mahboob

In this article we will read about the fundamental languages of the web, i.e HTML, CSS, and JavaScript

This article is all about HTML, we will read all about CSS and JavaScript in the next two articles

The Basic Languages of the Web:HTML,CSS,JavaScript

What is HTML?

HTML stands for HyperText Markup Language, it's a markup language developed by sir Tin-Berners Lee in 1993 to develop web pages

HTML consists of elements that describes different type of content: Headings, images, links, paragraphs, buttons, forms, tables, videos etc.

HTML elements are made up of three parts: read more....

  1. The Opening tag
  2. The Closing tag
  3. The Element itself

Why should you learn HTML?

HTML
Lets you create web pages
Amazing to learn and easy as well

Three best resources for learning HTML, CSS and JS

HTMLdog.com Programiz.com MDNhtml.com