diff --git a/chessboard.html b/chessboard.html
new file mode 100644
index 0000000..d4e4de0
--- /dev/null
+++ b/chessboard.html
@@ -0,0 +1,96 @@
+
+
+
+
+
+
+ Chessboard Challenge
+
+
+
+
+ This is a Challenge to display a grid in a Chessboard-like pattern. Using
+ #
+
+ To view result kindly do the following
+
+
+ Right Click on the page
+
+
+ Click the inspect option (A sidebar or taskbar will pop up on any side
+ of your browser depending on the default position)
+
+
+ The popped up box has a navbar of it own, Listed Elements, Console,
+ Sources, Network, etc..
+
+
+ Click on the Console option to view result. Note: Result displayed is in
+ size you input.
+
+
+
+
+
+
diff --git a/fizzbuzz.html b/fizzbuzz.html
new file mode 100644
index 0000000..7a2f764
--- /dev/null
+++ b/fizzbuzz.html
@@ -0,0 +1,89 @@
+
+
+
+
+
+
+ FizzBuzz
+
+
+
+
+ This is a challenge that prints out
+ Fizz
+ for numbers divisible by 3,
+ Buzz
+ for numbers divisible by 5 and
+ FizzBuzz
+ for numbers divisible by both 3 and 5.!
+
+ To view result kindly do the following
+
+
+ Right Click on the page
+
+
+ Click the inspect option (A sidebar or taskbar will pop up on any side
+ of your browser depending on the default position)
+
+
+ The popped up box has a navbar of it own, Listed Elements, Console,
+ Sources, Network, etc..
+
+
+ Click on the Console option to view result. Note: Result displayed is in
+ range you input.
+
+
+
+
+