diff --git a/WebDevelopment/01-HTMLBasics/image.jpg b/WebDevelopment/01-HTMLBasics/image.jpg new file mode 100644 index 0000000..6a2d966 Binary files /dev/null and b/WebDevelopment/01-HTMLBasics/image.jpg differ diff --git a/WebDevelopment/01-HTMLBasics/test.htm b/WebDevelopment/01-HTMLBasics/test.htm new file mode 100644 index 0000000..e4b9533 --- /dev/null +++ b/WebDevelopment/01-HTMLBasics/test.htm @@ -0,0 +1,90 @@ + + + + My website + + + + + +

My header

+

My header

+

My header

+ + +

This is a paragraph of text :)

+ + +

This is a link to google Click here

+ + + + + +

This is a paragraph

+

This is a paragraph

+ + This is a span
+ This is a span
+ This is a span + + +
+ + +
This is a block quote
+ + +
var item1 = "mmmm";
+
var some2 = "iiii";
+ +

When using the item1 variable...

+ + + + +
    +
  1. Item
  2. +
  3. Item
  4. +
  5. Item
  6. +
+ + +

Some bold text and some strong text

+ + +

Some italic text and some emphasized text

+ + +
+ test +
+
+ test +
+ + +

+ + +

+ + +

+ + +

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