technologybriefs
8:50in productionCh. 1 · Semantics, not styling/ 8:50 · ceiling 15 min
Web & cloud

HTML

1989

HTML is not a programming language — it is a contract between author and browser about what text means, not how it looks.

HTML (1989) is a markup language built from angle-bracketed elements, conceived as an SGML application, first publicly described in late 1991, and standardised as HTML 2.0 in 1995. It provides structural semantics for text — headings, paragraphs, lists, links, quotes — and serves as the foundational grammar for browser-based document composition.

Chapters & takeaways4
  1. 0:45
    Semantics, not styling

    HTML defines meaning, not appearance — it tells browsers what content is, not how to draw it.

  2. 2:04
    SGML in disguise

    Angle brackets and SGML make HTML both human-readable and machine-parsable — but only if you accept SGML’s constraints.

  3. 3:57
    Elements are non-negotiable

    Every HTML page is a tree of nested elements — no exceptions, no shortcuts, no defaults beyond the DTD.

  4. 5:47
    Browser contract, not language

    Browsers do exactly one thing with HTML: interpret tags to compose pages — nothing more, nothing less.

Worth your time?

Yes. Study the whole thing.

4.5/ 5
What works
  • defines structural semantics reliably
  • enables consistent browser interpretation
  • supports extensible, SGML-based syntax
What does not
  • render styling
  • execute logic
  • manage state
  • enforce validation beyond SGML parsing
Study it if
  • web authors needing structured, interoperable document markup
Skip it if
  • developers needing interactivity or dynamic behaviour
The written brief1 min read

What it is and the problem it solves

HTML is a markup language that web browsers use to interpret and compose text, images, and other material into visible or audible web pages. It solves the problem of inconsistent, non-interoperable hypertext formatting on early networks.

How it works

HTML uses angle-bracketed tags to define structural semantics — headings, paragraphs, lists, links, quotes — for plain text. It is an application of SGML, with syntax formally defined by an SGML DTD in the IETF’s 1993 Internet Draft.

What works

HTML elements serve as the building blocks of HTML pages. They denote structural semantics reliably. Browsers parse them consistently. The SGML foundation ensures syntactic rigour and extensibility.

What does not

HTML does not render presentation. It does not execute logic. It does not manage state. It does not define behaviour. It does not enforce validation beyond SGML parsing rules.

What it changes

It replaces proprietary document formats with a shared, tag-based grammar for hypertext composition — enabling interoperable, browser-driven rendering across networks.

Is it worth your time

Yes — if you need to structure document content for browser interpretation. No — if you require styling, interactivity, or data handling. It does one thing well and nothing else.

Same field · Web & cloud4 of 17
13:30
Content delivery networkCDNs are not magic accelerators. They are a deliberate relocation of content — from origin to edge — governed by algorithms, constrained by geography and economics, and embedded so deeply in the internet’s operation that most users never see them, yet depend on them for every page, video, and app they load.
9:48
Internet Explorer1995Internet Explorer was a Windows-only graphical web browser first released in 1995 as part of the Plus! add-on for Windows 95. It used the Trident engine from version 4 (September 1997). Feature development ended after 2015. Official support ended on June 15, 2022, for Windows 10 SAC editions. Microsoft Edge succeeded it as Microsoft's primary browser. The core of IE 11 continues as IE Mode in Edge until at least 2029.
10:21
WebAuthnWebAuthn is a specification—not a service, not a vendor, not a magic bullet. It standardises how websites talk to cryptographic authenticators. Its strength is narrow: domain binding, signature verification, and U2F continuity. Its limits are structural: no recovery path, no cross-device sync spec, no enforcement of UX or privacy guarantees. It matters because it changes what ‘login’ means—not because it ends passwords.
11:15
UTF-8Ken Thompson and Rob Pike · 1992UTF-8 is a variable-width Unicode encoding co-designed by Ken Thompson and Rob Pike in 1992. It guarantees ASCII compatibility, supports all 1,112,064 Unicode code points, and became the dominant web encoding — over 90% of pages in 2019. Its strength is pragmatic interoperability; its weakness is zero tolerance for malformed input and no compression benefit.
Up next in Technology

Hughes Network Systems

1971 · 10:57

VSAT built the first scalable satellite internet — then froze in geosynchronous orbit while the world moved to low Earth orbit.

10:57