Lunduke
News • Science & Tech
Myth: "HTML was invented by Tim Berners-Lee"
The truth? He copied someone else's work.
April 10, 2024
post photo preview

Go to any search engine and type in, "Who invented HTML" and you'll -- almost always -- be given the following answer (or some variation on it):

"HTML was invented by Tim Berners-Lee."

Want to know a little secret?  That is utter hogwash.

"Heresy," you proclaim!  "Everyone knows Sir Tim Berners-Lee, who was knighted by the Queen and won of the Turing Award, created the HyperText Markup Language!  You better have some serious proof to backup such an outlandish claim!"

Challenge accepted.

To start with, let's look at a simple HTML document.

HTML.  I think?  Maybe?

Oh, wait.  Hold up.  I accidentally used the wrong screenshot.  That's not HTML... that's SGML.  A totally different language used several years before HTML.

Here.  Let me post an HTML screenshot.

Or is it the other way around?

Dagnabbit!  I did it again!  This time I accidentally posted a picture showing an HTML sample next to an SGML sample!

Funny.  They look exactly the same.

What the heck is SGML?

SGML -- the Standard Generalized Markup Language (aka ISO 8879) -- was set as a standard back in 1986... 7 years before the release of the HTML 1.0 specification.

Over in Switzerland, at CERN ("Conseil européen pour la Recherche nucléaire" aka "European Organization for Nuclear Research"), Anders Berglund adopted SGML primarily for usage in formatting documentation.

Title page of the CERN SGML User's Guide

That variation on SGML -- dubbed "SGMLguid" -- remained in usage at CERN for several years.  And, in 1987, Tim Berners-Lee was hired as a contractor at CERN.

Where, wouldn't you know it, part of Tim's job was using that CERN implementation of SGML.

A few years later, HTML was born.  Just to jog your memory, here is a document marked up in both Tim's HTML 1.0... and the CERN variant of SGML.

Mic drop.

Find the difference.  I dare ya.

Now, I'm not saying that Sir Tim Berners-Lee directly copied HTML from SGML (and the implementation that Anders Berglund made of it)... wait... yes.  Yes, I am.  I am saying exactly that.

HTML is a copy.

That's not entirely fair to Sir Tim.

In defense of Sir Tim, Knight of Her Majesty the Queen, he did do more than simply make a copy of SGML when "creating" HTML.

In fact, Sir Tim made three -- very important -- changes to SGML in order to make it HTML:

  1. He added the "a href" link tag.
  2. He changed the file extension from ".sgml" to ".html".
  3. He implemented an SGML parser which only implemented a little over a dozen tags from SGML... and ignored the rest.  And called it "HTML".

While item 1 (the HREF tag) is a noteworth change over SGML, items 2 and 3 (which are very real) only serve to reinforce the fact that HTML is -- for the most part -- simply a copy of an existing SGML implementation.  And a less functional one at that.

As an example, here is the very first HTML document ever written.  Which, other than the usge of HREF, is identical to SGML.

The very first HTML document, written by Sir Tim Berners-Lee - December 3rd, 1990

Change that "href" tag to something which SGML recognizes -- such as a different "Anchor" type (which is what the "a" stands for in "a href") -- and this instantly becomes a valid SGML document.

But... HyperText!  That's important!

While the addition of a standardized way of including simple looking HyperText Anchors (aka "links" or "a href") was a welcome addition to SGML... that was, at the time, the only significant change which Sir Tim implemented in his SGML copy known as HTML.

(Other than changing the file extension to ".html", of course.  That was pretty... important.  *cough*)

Back in the late 1980s, people were adding HyperText (and linking between "documents") everywhere.  Shoot.  Apple already had a fully graphical HyperText system known as HyperCard.

HyperCard 1.0

In fact, nearly every major On-Line service of the day included some form of linking between documents.

With the HyperText hype train fully underway -- across the entire computing universe -- it was only natural that any update to -- or copy of -- SGML would include that functionality.

So... yes.  Sir Tim Berners-Lee adding "HREF" to SGML was important.  But, otherwise, HTML was little more than a direct copy of existing work.

None of this is disputed.

These are historical facts that are well documented.  Shoot.  The W3C, itself, agrees with everything I said above.

So why, then, is this important to talk about any of this?

Because the getting history right is important.

The ridiculous myth that "Tim Beners-Lee invented HTML" has been repeated, over and over again, every single day... for decades... resulting in that myth becoming accepted as gospel truth.  With awards and acclaim (and even a knighthood) showered upon Sir Tim, in part, because of that myth.

The work which Tim Berners-Lee did on that initial HTML 1.0 release was -- to put it bluntly -- trivial.  At most.  Bordering on plagiarization.

The reality is... Tim stood on the backs of giants.  He wasn't simply inspired by others... he directly copied them.  To the point where Tim's work is almost indistinguishable (see the screenshots above) from the work which he copied (and is almost always attributed to him).

Some of the giants he stood on the backs of:

  • Anders Berglund (and his work on SGMLguid at CERN).
  • Charles Goldfarb, Edward Mosher and Raymond Lorie (the original creators of GML, upon which SGML was based -- note that "GML" was named after the first letters in their last names).
  • Ted Nelson and Douglas Engelbart for their early (1960s) work on HyperText systems.
  • And so many others.

Every single one of those names contributed something new and significant to the world of HyperText and Markup Languages.  They blazed new trails.

Sir Tim copied the existing SGML, changed the file extension, removed a few features, added an anchor tag (which was a feature everyone and their dog was doing at the time), and released it.

"Modifying a Work" vs "Claiming it as Your Own"

If I were to, for example, fork the Linux kernel -- change one line of code -- and release it as "NotLinuxWinkWink"... I can do that.  It's an open source project, and I can legally make modifications and release copies.

But, if I were to then receive near universal acclaim for inventing "NotLinuxWinkWink"... that's a problem.  Legality aside, that just wouldn't be right.  Or true.

Likewise, if I were to copy the specification for the C programming language... and change one line (or add one feature)... it would not be true to say that I "invented" a new language.  I tweaked something that already existed (that somebody else built).  A little.

Thus is the case with Sir Tim and HTML.

Was Sir Tim an instrumental figure in computing?  You bet.  Does he deserve a mention in the history books because of that?  Absolutely.  And in some positive ways, at that!

But did he "invent" HTML?  Not by a long shot.

And we need to stop repeating that myth.

community logo
Join the Lunduke Community
To read more articles like this, sign up and join my community today
32
What else you may like…
Videos
Podcasts
Posts
Articles
Python Launches DEI Marketing Campaign

First Python refused to stop discriminatory policies & turned down $1.5 Million from the US Government. Now they have launched the “Python is for EVERYONE" campaign... but they don't actually mean "everyone".

More from The Lunduke Journal:
https://lunduke.com/

00:15:14
Linux Kernel Establishes Official AI Coding Guidelines

Al Chatbots officially allowed for all aspects of Linux Kernel development. "Kernel contributors have been using [Al tools] to generate contributions for a long time."

More from The Lunduke Journal:
https://lunduke.com/

00:14:43
Lunduke Journal Breaks 100k YouTube Subs

The Lunduke Journal's YouTube channel has been shadow banned, suspended, and demonetized more times than I can count. But, hey, big round numbers are cool.

50% off. Monthly, Yearly, or Lifetime Subs. Through Nov 19th:
https://lunduke.substack.com/p/interviews-youtube-silver-award-thingy

More from The Lunduke Journal:
https://lunduke.com/

00:08:08
November 22, 2023
The futility of Ad-Blockers

Ads are filling the entirety of the Web -- websites, podcasts, YouTube videos, etc. -- at an increasing rate. Prices for those ad placements are plummeting. Consumers are desperate to use ad-blockers to make the web palatable. Google (and others) are desperate to break and block ad-blockers. All of which results in... more ads and lower pay for creators.

It's a fascinatingly annoying cycle. And there's only one viable way out of it.

Looking for the Podcast RSS feed or other links? Check here:
https://lunduke.locals.com/post/4619051/lunduke-journal-link-central-tm

Give the gift of The Lunduke Journal:
https://lunduke.locals.com/post/4898317/give-the-gift-of-the-lunduke-journal

The futility of Ad-Blockers
November 21, 2023
openSUSE says "No Lunduke allowed!"

Those in power with openSUSE make it clear they will not allow me anywhere near anything related to the openSUSE project. Ever. For any reason.

Well, that settles that, then! Guess I won't be contributing to openSUSE! 🤣

Looking for the Podcast RSS feed or other links?
https://lunduke.locals.com/post/4619051/lunduke-journal-link-central-tm

Give the gift of The Lunduke Journal:
https://lunduke.locals.com/post/4898317/give-the-gift-of-the-lunduke-journal

openSUSE says "No Lunduke allowed!"
September 13, 2023
"Andreas Kling creator of Serenity OS & Ladybird Web Browser" - Lunduke’s Big Tech Show - September 13th, 2023 - Ep 044

This episode is free for all to enjoy and share.

Be sure to subscribe here at Lunduke.Locals.com to get all shows & articles (including interviews with other amazing nerds).

"Andreas Kling creator of Serenity OS & Ladybird Web Browser" - Lunduke’s Big Tech Show - September 13th, 2023 - Ep 044
November 16, 2025

You can’t initialize a 1.44MB floppy disk as a GPT disk because the amount of metadata exceeds the disk.

Fun fact: PowerPC Mac’s and earlier did not use a master boot boot record.

However today’s Apple silicon Macintoshes have the 1983 master boot record pioneered in DOS 2.0 and and IBM PC/XT due to GPT disks having a “protective MBR” in the first 512 bytes.

😡 I don't think that I can adequately express how much I hate the Pathological Liars who are part of the WEF Globalist Techo-Feudal "Peasants-Should-Eat-Bugs-and-Live-in-Cubicles" movement.

  • "Overseas" - newspapers run SLOP created by ChatGPT.
  • In the US - CEOs and various "Elites" say 😭 "We Can't Find Americans to Do $120K/year Jobs."
  • Commercial Drivers Licenses are given to Illegal Foreign Immigrants WHO CANNOT READ ENGLISH (and therefore don't know Highway/Traffic Signs).


Ford CEO Jim Farley Laments He Can’t Fill 5,000 Mechanic Jobs Paying $120K per Year: ‘We Are in Trouble in Our Country’
https://nypost.com/2025/11/14/business/ford-ceo-jim-farley-says-he-cant-fill-5000-mechanic-jobs-paying-120k-per-year-we-are-in-trouble-in-our-country/

"We don't hate these people enough."
Note: We've known about Citizen "IT Professionals" being unable to find jobs in their career fields, but this seems to show that EVERY FIELD OF EMPLOYMENT is being "sabotaged" in ...

post photo preview
November 14, 2025

Meanwhile in Pakistan...

post photo preview
November 16, 2025
Interviews! YouTube Silver Award Thingy! 50% Off Subs!

This was yet another fantastic week at The Lunduke Journal!

Two great interviews — one with Ruby on Rails & Omarchy Linux creator (DHH), and another with the lawyer for 4chan & Kiwi Farms (Preston Byrne) — and now The Lunduke Journal’s YouTube channel has hit 100k subscribers.

Which mean I’m supposed to get one of those “I survived YouTube’s attempts to destroy my channel so now I get this silver plaque” awards. Which I may or may not have plans for.

How does The Lunduke Journal celebrate such a glorious week?

Why, by offering a super-mega-huge discount on subscriptions! Naturally!

50% off. Monthly, Yearly, or Lifetime. Through this next Wednesday (November 19th).

Every Subscription come with all of the perks:

Scroll down. Pick the subscription type that looks the best to you — starting at $2.25 per month (not too shabby) to full Lifetime subscriptions.

Every subscription helps The Lunduke Journal continue to do this reporting. This is only possible thanks to all of you.

50% Off Yearly or Monthly Subscriptions:

Available via both Locals and Substack. (This includes full access the community Forum, and all other perks.)

That means $3 / Month. Or $27 / Year (which works out to $2.25 / Month).

Via Lunduke.Locals.com:

Via Lunduke.Substack.com:

Note: You can also grab a Monthly subscription via X, YouTube, or Patreon — and get all of the same perks. There’s no way to offer a discount on those platforms, but those are still good options!

The Famous Lifetime Subscription:

The “World Famous Lunduke Journal Lifetime Subscription” is exactly what it sounds like. Pay once and get full access to The Lunduke Journal. For life.

Now, through Wednesday, November 19th, you can snag one at a crazy discount. Normally these are $300… but you can grab one for $150. (You can also pay more if you’d like to donate a little extra.)

The Lifetime Subscription can be obtained via Locals, Substack, or using Bitcoin. All three options work great and are super easy (& all three include access to all of the perks). Scroll down and choose your option.

Note: The Lifetime Subscription only applies to Substack and Locals. Other platforms (such as X, Patreon, & YouTube) do not provide the functionality necessary to create Lifetime Subscriptions.

How to get a Lifetime Subscription via Locals:

  1. Go to Lunduke.Locals.com/support.

  2. Select “Give Once“.

  3. Enter “150“ (or more) into the amount field.

  4. After checking out, Lunduke will toss you an email once your account is set to full lifetime status. (This usually happens within a few hours.)

How to get a Lifetime Subscription via Substack:

  1. Go to Lunduke.Substack.com/subscribe.

  2. Select the “Lifetime Subscription” option.

  3. After checking out, Lunduke will toss you an email once your account is set to full lifetime status. (This usually happens within a few hours.)

If you would also like full, Lifetime access to Lunduke.Locals.com (which is included):

  1. Make a free account on Lunduke.Locals.com.

  2. Email “bryan at lunduke.com” with the email address you use on both Substack and Locals (can be different email addresses).

  3. Lunduke will toss you an email once your account is set to full lifetime status on Locals.

How to get a Lifetime Subscription with Bitcoin:

You can also obtain a Lifetime Subscription via Bitcoin.

bc1qyjakve8fywm8pz2v99v57yhjj0vzr2vjze6fcq

  • Email “bryan at lunduke.com” with the following information: What time you made the transaction, how much was sent (in Bitcoin), and the email address you use (or plan to use) on Locals.com or Substack.com (or both).

No matter which type of subscription you choose, thank you for your support! Every subscription goes directly towards keeping The Lunduke Journal running well into the future.

-Lunduke

Read full Article
November 12, 2025
Lunduke Journal Update: Nov 12, 2025

Just a few quick Lunduke Journal-y tidbits on this fine Wednesday afternoon!

  1. Two fascinating interviews this week: DHH and Preston Byrne (the attorney for 4chan). Both are worth catching if you haven’t already.

  2. The 50% off Subscriptions deal has been extended through this Friday (Nov 14th). So many of you kept picking up new subscriptions… I figured… what the heck! Why not keep the party going? So Monthly, Yearly, and Lifetime subs are all half off at least through Friday!

  3. The “Lifetime Subscriber Wall” isn’t part of today’s (November 12th) shows. There have been so many requests to be added to the wall this week that I need to update the design a bit to fit everybody. The Lifetime Wall will re-appear at the end of new shows tomorrow or Friday.

Once again, thank you for your support! None of this would be possible without you!

-Lunduke

Read full Article
November 11, 2025
Lunduke taking Veteran's Day off

Today, we honor our veterans and their service to our nation.

Great men, like my grandfather who, during World War II, joined the Navy at 14 years old. He was a big, older-looking teenager… so, as was not unheard of, he lied about his age on the paperwork in order to go fight the Axis.

And his father, who joined in the year leading up to the start of World War I.

I am taking this Veteran’s Day off. In part to spend time helping my children learn about their family’s US military history (which goes back, on multiple lines, to the very beginning of our nation). And in part… to watch one of the greatest movies ever made, The Great Escape. Because, hey, Steve McQueen and James Garner! Pretty sure my Grandpa would approve.

Lunduke Journal shows will resume tomorrow (and I’ve got an awesome one lined up).

In the meantime, if you haven’t watched yesterday’s DHH interview yet, highly recommended. Watch (or listen) to it anywhere you like.

And, in the grand tradition of “Veterans Day Sales”, I’ve extended the 50% off all Lunduke Journal subscriptions discount through this coming Friday. Because I can. Pretty sure my Grandpa would approve of that too.

-Lunduke

Read full Article
See More
Available on mobile and TV devices
google store google store app store app store
google store google store app tv store app tv store amazon store amazon store roku store roku store
Powered by Locals