Work

HTML

standard · 1990

Computing Networking Information Systems

HTML (HyperText Markup Language) is the standard markup language for documents designed to be displayed in web browsers. Created by Tim Berners-Lee in 1990 as a core component of the World Wide Web, HTML provides the structure and content of web pages, enabling the hypertext linking that makes the Web navigable.

Origins

When Tim Berners-Lee designed the World Wide Web at CERN, he needed a simple way to create documents that could link to each other. Drawing inspiration from SGML (Standard Generalized Markup Language), he created HTML—a streamlined markup language that anyone could learn[1].

The first version of HTML was deliberately simple. Berners-Lee defined just 18 tags, including:

This simplicity was intentional. Berners-Lee wanted scientists—not just programmers—to be able to create web pages.

The <a> tag, which creates hyperlinks, was HTML’s most important innovation. By clicking a link, users could instantly jump to another document anywhere on the Web. This simple mechanism transformed how humans navigate information[2].

Before hyperlinks, finding related information meant manual searches through indexes, catalogs, or citations. Hyperlinks made knowledge exploration seamless and intuitive.

Evolution

HTML has evolved significantly since 1990:

HTML5, developed by the WHATWG and W3C, brought native multimedia support, eliminating the need for plugins like Flash for common tasks[3].

Design Philosophy

HTML’s success stems from several key principles:

Impact

HTML democratized publishing. Before the Web, reaching a global audience required publishers, broadcasters, or significant capital. With HTML, anyone with a text editor could publish to the world.

Today, there are over 1.9 billion websites. Every one of them uses HTML.


Sources

  1. Wikipedia. “HTML.” Comprehensive overview of HTML’s history and features.
  2. W3C. “A Little History of the World Wide Web.” Documents HTML’s role in the early Web.
  3. WHATWG. “HTML Living Standard.” The current HTML specification maintained by the Web community.