1
00:00:07,110 --> 00:00:14,640
Before continuing, let's look at the differences between a HTML four and a HTML five.

2
00:00:15,540 --> 00:00:19,230
And we have spoke about it in the previous sections.

3
00:00:19,230 --> 00:00:21,090
But let's go over again.

4
00:00:21,840 --> 00:00:30,750
The first point is that we have new elements being introduced in HTML five core semantic element.

5
00:00:30,940 --> 00:00:34,500
An example of these are header.

6
00:00:34,530 --> 00:00:44,250
Now article and footer for a HTML four before we can use these ones unless we use diff.

7
00:00:44,460 --> 00:00:52,810
But in HTML5 we have this clear meaning of tags that looks more descriptive.

8
00:00:52,830 --> 00:00:58,200
So it means that it is an improvement of the previous ones.

9
00:00:58,590 --> 00:01:05,010
And the next point is that we also have what is called multimedia support.

10
00:01:05,190 --> 00:01:11,780
With a HTML5, we can play videos and audios by with a HTML four.

11
00:01:11,790 --> 00:01:13,620
We couldn't do that.

12
00:01:13,890 --> 00:01:22,140
The next point is that we also have what is called Canvas API, and this one is used for creating dynamic

13
00:01:22,140 --> 00:01:24,390
graphics and animations.

14
00:01:24,870 --> 00:01:29,280
The next point is that we have improved forms.

15
00:01:29,460 --> 00:01:33,510
An example of this are telephone input type.

16
00:01:33,510 --> 00:01:42,600
You are email and validations and we have used some of these attributes before under the forms in the

17
00:01:42,600 --> 00:01:43,860
previous section.

18
00:01:44,100 --> 00:01:53,010
The next point is web storage, and this web storage helps us to store data locally on the user's device.

19
00:01:53,010 --> 00:02:01,710
And to be more specific, the user's browser and the API that help us to store data inside user's browser

20
00:02:01,710 --> 00:02:04,020
is called local storage.

21
00:02:04,020 --> 00:02:12,900
And if you get to JavaScript, we are going to use this API to save data inside the user's browsers.

22
00:02:12,900 --> 00:02:21,990
So with a HTML four, we don't have all these APIs, so it means that it HTML5 is powerful in the next

23
00:02:21,990 --> 00:02:29,500
video, let's talk about the deprecated element and attribute in the previous versions.

24
00:02:29,520 --> 00:02:31,830
Let's continue in the next video.

