From c2898b2916280df4357db11eb8b2f27ecf76f197 Mon Sep 17 00:00:00 2001 From: sarth99016 <47793435+sarth99016@users.noreply.github.com> Date: Sat, 17 Oct 2020 23:17:40 +0530 Subject: [PATCH 1/2] Create CONTRIBUTING.md --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..c59348a5 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,9 @@ +Including this will help us to make our website fit for different sized screens. + + + +The width=device-width part sets the width of the page to follow the screen-width of the device (which will vary depending on the device). +The initial-scale=1.0 part sets the initial zoom level when the page is first loaded by the browser. + +Contributer:Sarthak +Github: https://github.com/sarth99016/ From 622e88c64c922915a91da897cfe59a51fa1b9eb5 Mon Sep 17 00:00:00 2001 From: sarth99016 <47793435+sarth99016@users.noreply.github.com> Date: Sat, 17 Oct 2020 23:19:21 +0530 Subject: [PATCH 2/2] Updateindex.html We should include the following viewport element in all your web pages: This gives the browser instructions on how to control the page's dimensions and scaling. The width=device-width part sets the width of the page to follow the screen-width of the device (which will vary depending on the device). The initial-scale=1.0 part sets the initial zoom level when the page is first loaded by the browser. --- Introduction to HTML/Lesson 1/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Introduction to HTML/Lesson 1/index.html b/Introduction to HTML/Lesson 1/index.html index 98734e44..c68c5491 100644 --- a/Introduction to HTML/Lesson 1/index.html +++ b/Introduction to HTML/Lesson 1/index.html @@ -1,8 +1,9 @@ + This is my first web page - \ No newline at end of file +