Versions of Html

WBOY
Release: 2024-09-04 16:13:25
Original
1093 people have browsed it

HTML (HyperText Markup Language) is a special language that helps us create and structure web pages on the internet. A website is simply a collection of multiple web pages, and HTML is an important element in creating any web page.

One can think of it as the building blocks for web pages. It is basically a Language that has its own syntax and rules, which must be followed for any purposeful website creation. Imagine you want to make a digital invite for Christmas with the occasion, date, and venue. You want the occasion to be in a bigger font and the date and venue in a smaller font. Now, you can use HTML to write a set of instructions or rules to tell your computer how to display the invite.

We can use different tags in HTML to define different parts of the web page. You put tags around your content to give it meaning, like special labels. For example, for the occasion heading, you use the heading tag:

. For the date and venue, you use the

(smaller heading) and

(para) tags.

Over the years, there have been many developments in HTML. In this article, we shall evaluate all the versions of HTML over the years.

Different Versions of HTML

The various major versions of HTML are as follows:

1. HTML 1.0

One of the first versions of HTML, HTML 1.0, was released in 1993, laying down the foundations for building web pages. Some of its primary characteristics were:

  • Structuring Elements: HTML 1.0 introduced elements that made it possible to add structure to the content on web pages. These included headings, lists, paragraphs, and images.
  • Comparatively Simpler: HTML 1.0 was very simple in comparison to later versions of HTML. It didn’t have styling options or the ability to control how content would display in a web browser. Additionally, HTML 1.0 lacked any support for tables.
  • Font Support: Although HTML 1.0 introduced fonts, it was limited. In other words, there was minimal scope for changing the text style or size.

Nonetheless, HTML 1.0 initiated the field of web development, and its features kept advancing with every updated version.

2. HTML 2.0

The HTML 2.0 version was released in 1995 and had considerable improvements from the previous version. Some of them were: