From 857a206a1a18b8ca691febd9ca2a4e6b8601967f Mon Sep 17 00:00:00 2001 From: yikth Date: Wed, 2 Sep 2020 14:59:18 +0800 Subject: [PATCH] try Q5 & Q6 --- Day1Exercise/Q5/index.html | 24 ++++++++++++++++++++++++ Day1Exercise/Q6/index.html | 25 +++++++++++++++++++++++++ Day1Exercise/README.md | 23 ++++++++++++++++++++++- asignmentQ4and5solution/HM3.js | 12 ++++++------ 4 files changed, 77 insertions(+), 7 deletions(-) create mode 100644 Day1Exercise/Q5/index.html create mode 100644 Day1Exercise/Q6/index.html diff --git a/Day1Exercise/Q5/index.html b/Day1Exercise/Q5/index.html new file mode 100644 index 0000000..3365d88 --- /dev/null +++ b/Day1Exercise/Q5/index.html @@ -0,0 +1,24 @@ + + + + + + + Image Gallery + + + +

Image gallery example

+ +
+ +
+ +
+ +
+ +
+ + + \ No newline at end of file diff --git a/Day1Exercise/Q6/index.html b/Day1Exercise/Q6/index.html new file mode 100644 index 0000000..4c5b28e --- /dev/null +++ b/Day1Exercise/Q6/index.html @@ -0,0 +1,25 @@ + + + + + + Banks + + + + + + + \ No newline at end of file diff --git a/Day1Exercise/README.md b/Day1Exercise/README.md index a8e54cf..4e2bbec 100644 --- a/Day1Exercise/README.md +++ b/Day1Exercise/README.md @@ -48,4 +48,25 @@ Create code to reverse a string ## Self Assessment -[Self Assessment](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/First_steps/Silly_story_generator) \ No newline at end of file +[Self Assessment](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/First_steps/Silly_story_generator) + +## Image Gallery + +[Image](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Building_blocks/Image_gallery) + +## Bank List + +* Create an HTML document which shows a list of Banks. [use,