From 99d742f0c120581b01437e314b4df7f4e3470b27 Mon Sep 17 00:00:00 2001 From: Alabi Abayomi Date: Sat, 21 Aug 2021 19:14:22 +0100 Subject: [PATCH] Abayomi complete challange --- chessboard.html | 96 +++++++++++++++++++++++++++++++++++++++++++++++++ fizzbuzz.html | 89 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 185 insertions(+) create mode 100644 chessboard.html create mode 100644 fizzbuzz.html 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

+
  • + + + + +
  • + + + + 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

    +
  • + + + + +
  • + + +