File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,16 @@ In here, you will find any planning that teachers who have delivered this course
12
12
13
13
[ Week 1] ( Week%201/Slides.pdf )
14
14
15
+ [ Week 2] ( Week%202/Slides.pdf )
16
+
15
17
## Live Coding Exercises
16
18
17
19
* [ Simple HTML file] ( Week%201/examples/simple.html ) - Shows the structure of a simple ** index.html** file.
18
20
* [ Non-semantic elements demo] ( Week%201/examples/elements.html ) - Demonstrates the use of non-semantic elements in a web page.
19
21
* [ Attributes demo] ( Week%201/examples/attributes.html ) - Demonstrates various HTML elements that accept certain attributes.
20
22
* [ CSS demo] ( Week%201/examples/index.html ) - Demonstrates various CSS styling techniques.
23
+ * [ Non responsive HTML file] ( Week%202/examples/index.html ) - Demonstrates simple HTML file that does not contain viewport meta tag.
24
+ * [ Responsive HTML file] ( Week%202/examples/index-viewport.html ) - Demonstrates simple HTML file that contains viewport meta tag.
25
+ * [ Relative lengths] ( Week%202/examples/relative-lengths.html ) - Demonstrates usage of relative measurement units.
26
+ * [ Media queries] ( Week%202/examples/media-queries.html ) - Various examples for media queries.
27
+ * [ Breakpoints] ( Week%202/examples/breakpoints.html ) - Demonstrates how breakpoints are used in HTML.
You can’t perform that action at this time.
0 commit comments