File tree Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- < html lang ="en- ">
2
+ < html lang ="en ">
3
3
< head >
4
4
< meta charset ="utf-8 " />
5
- < meta name ="viewport " content ="width=device-width ", initial-scale ="1.0 "/>
5
+ < meta name ="viewport " content ="width=device-width ", initial-scale ="1.0 " />
6
6
< title > MDN CSS Exercises</ title >
7
- < link rel ="style.css " href ="style.css ">
7
+ < link rel ="stylesheet " href ="style.css " / >
8
8
</ head >
9
9
< body >
10
10
11
11
< nav >
12
12
< ul >
13
13
< li > < a href ="learn/getting-started/biog.html "> Styling a biography</ a > </ li >
14
- < li > < a href ="./ learn/tasks/backgrounds/backgrounds1-download.html "> Backgrounds Task 1</ a > </ li >
15
- < li > < a href ="./ learn/tasks/backgrounds/backgrounds2-download.html "> Backgrounds Task 2</ a > </ li >
14
+ < li > < a href ="learn/tasks/backgrounds/backgrounds1-download.html "> Backgrounds Task 1</ a > </ li >
15
+ < li > < a href ="learn/tasks/backgrounds/backgrounds2-download.html "> Backgrounds Task 2</ a > </ li >
16
16
17
- < li > < a href ="./modules/colors.html "> Color syntax converter</ a > </ li >
18
-
19
-
20
-
21
- < li > < a href ="css-examples/learn/getting-started/biog.html "> Styling a biography</ a > </ li >
22
-
23
- < li > < a href ="css-examples/learn/tasks/backgrounds/backgrounds1-download.html "> Backgrounds Task 1</ a > </ li >
24
- < li > < a href ="css-examples//learn/tasks/backgrounds/backgrounds2-download.html "> Backgrounds Task 2</ a > </ li >
25
-
26
- < li > < a href ="css-examples/modules/colors.html "> Color syntax converter</ a > </ li >
17
+ < li > < a href ="modules/colors.html "> Color syntax converter</ a > </ li >
27
18
</ ul >
28
19
</ nav >
29
20
You can’t perform that action at this time.
0 commit comments