This course will be retired on January 6, 2020. We recommend "HTML Basics" for up-to-date content.
You've already started watching Hyper Text and the Web
In this video, we'll learn about the origins of HTML. We'll also learn the difference between the Internet and the web, and what role HTML fulfills.
-
0:01
[Deep Dive]
-
0:03
[HTML - Introduction: Hyper Text and the Web with Nick Petit]
-
0:06
In the previous video, we said that HTML consists of two major ideas
-
0:10
that are in the name HTML.
-
0:12
There's the idea of hyper text and the idea of markup languages.
-
0:16
We've already talked about markup languages and we are going to delve
-
0:18
a little bit deeper there. Then we will take a look at a hypertext.
-
0:23
HTML typically describes the structure of the document, as opposed
-
0:26
to describing how the document should be visually displayed or processed.
-
0:30
A markup language like HTML is used to markup or annotate a document
-
0:36
so that the computer knows how to differentiate the different pieces of text.
-
0:40
For example, with our basic text sentences we could wrap them in
tags
-
0:45
so that when they are interpreted the web browser knows that they should be processed as paragraphs.
-
0:51
You can also tell the web browser what parts of the document are images,
-
0:56
what parts are tabular data like you would see in a spreadsheet application, and so on.
-
1:00
We'll dive deep into tags and real HTML code over the next several videos,
-
1:05
but first we need to understand how we got here and why things are the way they are.
-
1:10
Many markup languages have been created going all the way back
-
1:13
to the 1960's and start of the information age.
-
1:17
However, HTML is likely the most widely used markup language in the world.
-
1:21
HTML was originally created by CERN,
-
1:25
the French acronym for The European Organization for Nuclear Research.
-
1:29
HTML was heavily influenced by an SGML based language,
-
1:33
or standard generalized markup language.
-
1:36
The customized SGML at CERN was used as an in-house document format
-
1:41
for scientific research, and originally HTML was conceived as an improvement on this.
-
1:48
HTML was just meant to be a document format for research papers,
-
1:52
which is the origin of technical vernacular like
-
1:55
page, document, doctype 4, document type, and so on.
-
2:00
In its first iteration, HTML documents were never really intended
-
2:04
to be as interactive as we expect them to be today.
-
2:08
This is a very key concept to keep in mind
-
2:11
and where remembering history will help you.
-
2:13
Web technology has evolved greatly towards creating
-
2:16
rich web applications, but in essence,
-
2:19
we're still just hacking on top of the original idea
-
2:22
of sending around text documents and that's perfectly okay.
-
2:26
Now, before we talk about hypertext on the web,
-
2:30
an important distinction needs to be made.
-
2:32
The Internet refers to the physical infrastructure
-
2:35
that is spread across the globe—
-
2:37
the network of networks that consists of wires, computers,
-
2:40
servers, switches, satellites, and so on
-
2:42
that allow us to transport data all over the world at incredibly high speeds.
-
2:46
When building websites it is good to be aware
-
2:49
that all this hardware is there, but its not much of a concern to us.
-
2:53
The worldwide web, or the web for short,
-
2:56
is one particular use case or application of the internet.
-
3:00
There are many other use cases, or protocols on the internet
-
3:04
such as voice over IP, online gaming, application stores on smart phones, and so on.
-
3:09
However, these other pieces of software are using the internet
-
3:14
and are not part of the web, which as web professionals, is our primary concern.
-
3:19
Now that we have discussed the markup side of things,
-
3:21
lets finish our historical lesson by taking a look at hypertext,
-
3:25
which is actually far easier to understand.
-
3:28
Remember when we said that HTML was created at CERN?
-
3:31
Sir Tim Berners-Lee was the physicist and contractor at CERN
-
3:36
that is credited with inventing HTML, along with the worldwide web.
-
3:40
In the late 1980's and very early 1990's
-
3:44
when the Internet was just coming out of it's infancy, there was no HTML,
-
3:48
no web browsers, and there certainly weren't any websites as we know them today.
-
3:53
When Sir Tim Berners-Lee was working at CERN in the 80's,
-
3:57
he wanted to develop a better way of sharing documents,
-
4:00
and by drawing inspiration from previously created markup languages
-
4:04
he came up with the first version of HTML.
-
4:07
As we said before, HTML was very similar to another markup language called SGML,
-
4:12
but Sir Tim Berners-Lee made the very key addition of hypertext.
-
4:16
Hypertext is simply the idea of documents that are capapble of being linked together.
-
4:22
A piece of text or an image in an HTML document
-
4:25
can reference another HTML document
-
4:28
that the user reading the material can immediately access.
-
4:32
In modern times this is known as a hyperlink or just as a link for short.
-
4:37
The idea of hypertext came much earlier than the web,
-
4:41
but it was Sir Tim Berners-Lee that connected the ideas of
-
4:45
hypertext and markup languages to create the HTML specification
-
4:49
which is used to describe the structure of most web pages today.
-
4:54
In 1994, Tim Berners-Lee founded the World Wide Web Consortium
-
4:59
or W3C for short.
-
5:01
The W3C is comprised of many companies that to this day
-
5:05
continue to maintain the HTML specification
-
5:08
and further it's development for the betterment of the web.
-
5:11
Remember, it's not critical that you memorize all of this;
-
5:15
however, by understanding some of the history of HTML
-
5:18
you'll have a better frame of reference in understanding
-
5:21
the role that HTML plays in the grand scheme of things.
-
5:25
In the next video, we will go back to coding
You need to sign up for Treehouse in order to download course files.
Sign up