From 145bae48c833f0cd685825e918baef176ce7d790 Mon Sep 17 00:00:00 2001 From: mb Date: Tue, 14 Feb 2023 10:51:57 +0100 Subject: [PATCH] adding the js intro of today --- js/javascript-introduction.html | 222 ++++++++++++++++++++++++++++++++ 1 file changed, 222 insertions(+) create mode 100644 js/javascript-introduction.html diff --git a/js/javascript-introduction.html b/js/javascript-introduction.html new file mode 100644 index 0000000..cf2c6b0 --- /dev/null +++ b/js/javascript-introduction.html @@ -0,0 +1,222 @@ + + + + + java script - introduction + + + + + + + +

1. alert

+ + + + + + + + +

2. DOM manipulation

+

This tutorial is stupid

+ + + + + + + +

3. Counter

+

0

+ + + + + + +

4. Timer

+

0

+ + + + + + +

5. Timer but only possible to click once :D

+

0

+ + + + + + +

6. Animation

+
+         (__)
+         (oo)
+  /-------\/
+ / |     ||
+*  ||----||
+   ~~    ~~ 
+
+ + + + + + +

7. Chaging the styles

+ + + + + + +

8. Adding elements after every 5 seconds

+

0

+
+ + + + + +
+
+
+
+
+ \ No newline at end of file