1
00:00:07,440 --> 00:00:10,320
Let's begin with a HTML.

2
00:00:10,650 --> 00:00:16,110
Before that, let's have a look at the introduction of HTML.

3
00:00:16,980 --> 00:00:22,890
Meaning some brief history and some concept when it comes to HTML.

4
00:00:22,920 --> 00:00:24,840
So let's begin.

5
00:00:25,610 --> 00:00:35,570
HMO stands for Hypertext Markup Language, and it is the foundation of web application, and it is used

6
00:00:35,570 --> 00:00:39,810
to create the structure and layout of web pages.

7
00:00:39,830 --> 00:00:42,170
As we just spoke about.

8
00:00:42,290 --> 00:00:44,210
Take note about this.

9
00:00:44,900 --> 00:00:52,640
HTML is not a programming language, but instead it is a markup language.

10
00:00:52,910 --> 00:01:02,060
When we say markup language is simply means that it is a set of special words and symbols that we use

11
00:01:02,060 --> 00:01:07,880
to tell a computer how to make a website or a web page.

12
00:01:08,330 --> 00:01:18,020
Next point about HTML is that a HTML was created in the early nineties by Tim Berners-Lee, who also

13
00:01:18,020 --> 00:01:20,590
created the World Wide Web.

14
00:01:20,600 --> 00:01:21,770
That is w.

15
00:01:21,770 --> 00:01:23,180
W w.

16
00:01:23,360 --> 00:01:34,010
The first version of HTML is a HTML 1.0, which was released in 1993 and has since evolved to become

17
00:01:34,010 --> 00:01:38,360
the standard markup language used to create web pages.

18
00:01:38,390 --> 00:01:47,000
The current version of HTML right now is HTML version five, so you can see how HTML has been evolved

19
00:01:47,000 --> 00:01:48,920
since it was released.

20
00:01:49,580 --> 00:02:00,110
HTML is a non proprietary language, which means that it is not owned by any specific company or organization.

21
00:02:00,740 --> 00:02:10,250
And also it is an open standard that is maintained by the World Wide Web Consortium that is W3C.

22
00:02:10,880 --> 00:02:19,100
In summary, HTML is a markup language, but not a programming language that is used to create the structure

23
00:02:19,100 --> 00:02:21,590
and layout of web pages.

24
00:02:21,770 --> 00:02:28,920
And it provides the backbone of every website and web application.

25
00:02:28,940 --> 00:02:37,040
Now that we know the overview and some history about HTML, it's time for us to get started with real

26
00:02:37,040 --> 00:02:37,640
code.

27
00:02:37,670 --> 00:02:39,590
Let's continue in the next video.

