1
00:00:02,330 --> 00:00:04,653
Now, what have we got started with this course,

2
00:00:04,653 --> 00:00:07,590
and that we got a first understanding of

3
00:00:07,590 --> 00:00:09,880
how the web basically works,

4
00:00:09,880 --> 00:00:12,680
it's finally time to get our hands dirty.

5
00:00:12,680 --> 00:00:14,640
And in this course section,

6
00:00:14,640 --> 00:00:18,161
we are going to dive into the important basics of

7
00:00:18,161 --> 00:00:20,910
HTML and CSS,

8
00:00:20,910 --> 00:00:22,960
which you might remember are

9
00:00:22,960 --> 00:00:26,990
the languages for adding content and structuring content

10
00:00:26,990 --> 00:00:30,628
to our page and for then styling that content.

11
00:00:30,628 --> 00:00:33,480
And hence in this course section,

12
00:00:33,480 --> 00:00:35,710
we're going to do exactly that.

13
00:00:35,710 --> 00:00:39,180
We're going to learn what exactly HTML is

14
00:00:39,180 --> 00:00:42,010
and how HTML code is written

15
00:00:42,010 --> 00:00:45,440
and how we structure our content with HTML

16
00:00:45,440 --> 00:00:48,610
and why we use HTML.

17
00:00:48,610 --> 00:00:52,379
And I'm going to make sure that you fully understand HTML

18
00:00:52,379 --> 00:00:55,500
and working with HTML elements,

19
00:00:55,500 --> 00:00:56,530
which is a concept

20
00:00:56,530 --> 00:00:59,810
you are going to learn about throughout this section.

21
00:00:59,810 --> 00:01:03,793
And of course, we're also not just going to work on HTML,

22
00:01:03,793 --> 00:01:08,327
but also already dive into the second important language

23
00:01:08,327 --> 00:01:13,327
which we learned about CSS for styling our content.

24
00:01:13,610 --> 00:01:16,630
JavaScript will be covered a little bit later,

25
00:01:16,630 --> 00:01:18,510
since it's a bit more advanced,

26
00:01:18,510 --> 00:01:23,478
but in this section, we're going to start with HTML and CSS.

27
00:01:23,478 --> 00:01:25,480
Now in this core section,

28
00:01:25,480 --> 00:01:29,590
we are going to build this first basic website.

29
00:01:29,590 --> 00:01:32,900
And whilst this is, of course, naturally,

30
00:01:32,900 --> 00:01:34,760
one of the more basic websites

31
00:01:34,760 --> 00:01:36,890
we're going to build throughout this course.

32
00:01:36,890 --> 00:01:39,950
This website will include a lot of core concepts,

33
00:01:39,950 --> 00:01:42,160
which you need to know no matter

34
00:01:42,160 --> 00:01:44,505
which kind of website you are going to build.

35
00:01:44,505 --> 00:01:48,020
It actually consists of two and not just one file.

36
00:01:48,020 --> 00:01:49,700
And this demo project,

37
00:01:49,700 --> 00:01:52,398
this demo site will be about building a site

38
00:01:52,398 --> 00:01:56,680
where we can set and communicate our own daily challenge,

39
00:01:56,680 --> 00:01:57,680
which we have.

40
00:01:57,680 --> 00:02:00,030
And if this would be a real website,

41
00:02:00,030 --> 00:02:03,390
it would, of course, be accessible by other people as well.

42
00:02:03,390 --> 00:02:05,910
And they could follow our progress here

43
00:02:05,910 --> 00:02:08,840
and see what our current daily challenge is.

44
00:02:08,840 --> 00:02:11,070
That's the demo website we're going to build

45
00:02:11,070 --> 00:02:12,930
in this course section,

46
00:02:12,930 --> 00:02:16,428
and we're going to learn a lot of important fundamentals

47
00:02:16,428 --> 00:02:21,113
whilst we built this site step-by-step from the ground up.

