What is HTML and History of HTML ,Features of HTML
History of HTML
Back in the late 1980s, a scientist named Tim Berners-Lee wanted to create a way for scientists to share information and collaborate more easily. He started working on his idea and built a special language for web pages.
The timeline of HTML
In 1990, he created the first web browser and server, the tools for exploring and sharing information. He also developed the first version of HTML (Hypertext Markup Language), which is the language used to create web pages. In 1991 he decided to share his creation with the world. From there, the web exploded! People built websites and shared everything from pictures to stories to cat videos. To keep things organized, Tim and others worked on common rules and standards. Colorful browsers like Mosaic made the web even more user-friendly, paving the way for the modern browsers we use today. And so, the web became the giant, ever-growing resource we know today, connecting people and information from all over the world.
Birth of HTML
HTML, which stands for Hypertext Markup Language, was created by Tim Berners-Lee in the late 1980s. It was originally conceived as a simple markup language for sharing and formatting documents on the internet. Berners-Lee developed the first version of HTML, inspired by an existing markup language called SGML. He also wrote the first web browser and server software during this time.
HTML 1.0
The first official version of HTML, known as HTML 1.0, was published in 1993. It provided basic tags for structuring web pages, such as <h1> for headings and <p> for paragraphs. HTML 1.0 had only limited set of tags for headings, paragraphs, lists, and basic formatting. There were no tags for things like bold or italics, so web pages could only display text in a single font and style. Also HTML 1.0 had no support for images, tables, or forms. These are all essential parts of web pages today, but they weren't supported in HTML 1.0.
HTML 2.0
HTML 2.0 was released in 1995 and introduced new features like tables and forms, allowing for more complex layouts and interactive elements on web pages. While not fully standardized yet, HTML 2.0 paved the way for embedding images and other multimedia elements within web pages.
HTML 3.2 / 4.01
HTML 3.2, released in 1997, further expanded the capabilities of HTML with features like frames and style sheets. Frames allowed web pages to be divided into sections, each with its own independent scrollbar and content. HTML 4.01, released in 1999, added support for scripting languages like JavaScript and introduced stricter rules for markup. HTML 4.01 introduced new tags and attributes to improve accessibility for users with disabilities. This included features to describe images and provide alternative text for screen readers.
XHTML 1.0
XHTML, or Extensible Hypertext Markup Language, was introduced in 2000 as a reformulation of HTML as an XML application. It aimed to make HTML more compatible with XML syntax and stricter in its rules.
HTML5
HTML5, released in 2014, represented a major overhaul of the HTML language. It introduced new semantic elements like <header>, <footer>, and <nav>, as well as multimedia elements like <video> and <audio>. HTML5 also brought improvements in accessibility, performance, and compatibility with mobile devices.
Future of HTML
The evolution of HTML continues, with ongoing efforts to make the language more powerful, flexible, and user-friendly. New features and enhancements are constantly being proposed and developed to keep pace with the changing needs of web developers and users alike.
Subscribe to my newsletter
Read articles from Abhishek Kumar directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by