From b8fa460b7725054e48ae63c1629b7bf49f5df9f8 Mon Sep 17 00:00:00 2001 From: MulanMsiii Date: Tue, 8 Jul 2025 12:36:22 +0800 Subject: [PATCH] MulanMsiii Testimonial --- index.html | 19513 ++++++++++++++++++++++++++------------------------- 1 file changed, 9982 insertions(+), 9531 deletions(-) diff --git a/index.html b/index.html index 2fdba33f..8443e092 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,7 @@ h4 { font-family: "Lato", sans-serif; } - + .w3-tag { height: 156x; @@ -99,500 +99,807 @@

Contribute

Leave A Message
- + -
-
-

Rahul... naam to suna hoga

-

Love from India💖💖💖

-
+ +
+
+ + + + + + + + + + + + +
+

☁️ Thank You, W3Schools ☁️

+

+ You turned my learning journey into a cloud of joy and clarity. + From beginner to creator — thanks to you! +

+

— With love, mulanmsiii 💜

+
+ + +
+
+ -
-

Huge thank you from John S!

-
-

This Git and GitHub tutorial is excellent; it has been quite a painless journey in this learning process. You don't know how much you rock! :)

-
- -
-

Thank you, W3Schools. Amitkumar from India


+
+
+

Rahul... naam to suna hoga

+

Love from India💖💖💖

+
+ +
+

Huge thank you from John S!

+
+

This Git and GitHub tutorial is excellent; it has been quite a painless journey in this learning + process. You don't know how much you rock! :)

+
+ + +
+

Thank you, W3Schools. Amitkumar from + India


- 17 July 2025

- + - -
-

Thank you, W3Schools. Chetté 1X by Thierry


-

- From Abidjan, Ivory Coast, 03 June 2025

+ +
+

Thank you, W3Schools. Chetté 1X by + Thierry


+

- From Abidjan, Ivory + Coast, 03 June 2025

- + - +
-

Dear w3schools,

-

This was my first W3 Schools tutorial. Can't wait to do more. Thanks ! -
Tommy Joe Barnes from Dover, New Hampshire, USA.

+

Dear w3schools,

+

This was my first W3 Schools tutorial. Can't wait to do more. + Thanks ! +
Tommy Joe Barnes from Dover, New Hampshire, USA. +

-
- - -
-
-

Thank You, W3Schools!

-

- wishing W3school's team a happy life -

+
+ + +
+
+

Thank You, W3Schools!

+

+ wishing W3school's team a happy life +

-
+
- + - - -
-
-
-
01010101
-
11001100
-
10101010
-
01100110
-
11110000
-
00001111
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-

github.com/arjunbalu1

-
- arjun@developer:~$ echo "arjun was here" -
-
- - - -
-
-

Dear w3schools,

-

Git is so cool! LOVE these tutorials!!
From sss122

-
-
- - -
-
-

Dear w3schools,

-

🌟 A Heartfelt Thank You! + @keyframes arjunMatrixRain { + 0% { + transform: translateY(-100%); + opacity: 1; + } -I just wanted to drop a note to say how much I appreciate your incredible tutorials. Your clear explanations and thoughtful examples have been a game-changer for me—thank you for making complex topics so approachable! + 100% { + transform: translateY(100%); + opacity: 0; + } + } -Keep up the amazing work! 👏 + @keyframes arjunFloatingParticles { + 0% { + transform: translateY(0px) translateX(0px); + opacity: 0.3; + } -—
Bob sending gratitude from Cal.

-
-
- - - -
-
-

Dear w3schools,

-

- Thank you for the great tutorials 😊👍👍
- Regards,
- Angel from the sunny Florida 🌞

-
-
- + 50% { + transform: translateY(-20px) translateX(10px); + opacity: 0.7; + } - -

Hello from Ukraine!

- + 100% { + transform: translateY(-40px) translateX(-5px); + opacity: 0; + } + } - -

Thanks W3S from foetus (Italy). grazie ;)...

-

... ancora non conosco html

- + @keyframes arjunFloatingParticles2 { + 0% { + transform: translateY(0px) translateX(0px) scale(0.5); + opacity: 0.2; + } - -
-
-

Dear w3schools,

-

Thank you for the tutorials !.

-

From France.

-
-
+ 50% { + transform: translateY(-30px) translateX(-10px) scale(1.2); + opacity: 0.8; + } - -
-
-

Dear w3schools,

-

🌟 A Heartfelt Thank You! + 100% { + transform: translateY(-60px) translateX(5px) scale(0.3); + opacity: 0; + } + } -I just wanted to drop a note to say how much I appreciate your incredible tutorials. Your clear explanations and thoughtful examples have been a game-changer for me—thank you for making complex topics so approachable! + @keyframes arjunFloatingParticles3 { + 0% { + transform: translateY(0px) translateX(0px) rotate(0deg); + opacity: 0.4; + } -Keep up the amazing work! 👏 + 50% { + transform: translateY(-25px) translateX(15px) rotate(180deg); + opacity: 0.9; + } -—
Daniel Gautier sending gratitude from Germany 🇩🇪 .

-
-
- - + 100% { + transform: translateY(-50px) translateX(-10px) rotate(360deg); + opacity: 0; + } + } - -
-
-

Dear w3schools,

-

🌟 A Heartfelt Thank You! + @keyframes arjunGridMove { + 0% { + transform: translate(0, 0); + } -I just wanted to drop a note to say how much I appreciate your incredible tutorials. Your clear explanations and thoughtful examples have been a game-changer for me—thank you for making complex topics so approachable! + 100% { + transform: translate(-50px, -50px); + } + } -Keep up the amazing work! 👏 + @keyframes arjunWaveEffect { -—
Mustafa Akdemir sending gratitude from Turkey.

-
-
- + 0%, + 100% { + transform: translateX(0); + } + 50% { + transform: translateX(20px); + } + } -
-

🌟 Dear w3schools, 🌟


-

Thank you for this amazing tutorial I am really sure that I enjoyed taking this course.

-

🌟 Jean D Amour From Rwanda

-
- + .arjun-dark-container { + margin: 40px 0; + width: 100%; + padding: 60px 20px; + background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 35%, #16213e 65%, #0f3460 100%); + border: 2px solid #00ffff; + border-radius: 15px; + color: #ffffff; + font-family: 'Courier New', monospace; + text-align: center; + position: relative; + overflow: hidden; + animation: arjunDarkFadeIn 1.5s ease-out, arjunDarkGlow 3s ease-in-out infinite; + backdrop-filter: blur(10px); + min-height: 300px; + } - -
-
-

Dear w3schools,

-

Thank you for the many tutorials! I exercised some old skills and learned quite a lot of new stuff.

-

From Montreal, Quebec, Canada.

-
-
- - -
-
-

Dear w3schools,

-

Thank you very much for explaining complex topics easier to us

-

From Pavithra, India.

-
-
+ .arjun-dark-container::before { + content: ''; + position: absolute; + top: 0; + left: -100%; + width: 100%; + height: 100%; + background: linear-gradient(90deg, transparent, rgba(0, 255, 255, 0.1), transparent); + animation: arjunSlideIn 2s ease-out 0.5s; + } - -
-
-

Dear w3schools,

-

Thank you for the excellent tutorials! Full awe for this page who changes lifes.
From Brazil.

-
-
- - - -
-
-

Dear w3schools,

-

Thank you for bringing my coding to the next level and for teaching me git! - Bill

-

-

-
+ .arjun-dark-container:hover { + transform: scale(1.01); + transition: transform 0.3s ease; + } -

Thanks! testing Fork!

+ .arjun-animated-bg { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + z-index: -1; + overflow: hidden; + } - -
-
-

Dear w3schools,

-

Thank you for this tutorial and all your work!

-

Regards Mbarek

-

-
-
- + .arjun-matrix-rain { + position: absolute; + color: #00ff00; + font-family: 'Courier New', monospace; + font-size: 14px; + opacity: 0.3; + animation: arjunMatrixRain 8s linear infinite; + } - -

- Thanks to W3Schools Git Tutorial for the learning resource. -

- + .arjun-matrix-rain:nth-child(1) { + left: 10%; + animation-delay: 0s; + } - -
-

🌟 Thank you, W3Schools! 🌟

-

- Nethranand, 10 April 2025

-
- + .arjun-matrix-rain:nth-child(2) { + left: 25%; + animation-delay: 1s; + } - -
-
-

Thank You, W3Schools!

-

- From the first HTML tag to building fullstack applications,
- W3Schools has been my guide from scratch to becoming a Fullstack Instructor.

- I am Abdulkadir Akmel from Ethiopia 🇪🇹, and I am truly grateful.

- Keep inspiring the world! -

-
-
+ .arjun-matrix-rain:nth-child(3) { + left: 40%; + animation-delay: 2s; + } + .arjun-matrix-rain:nth-child(4) { + left: 55%; + animation-delay: 3s; + } - -
-
-

Zachariah Agbenorto

-

Hello to all the members of W3Schools who work tirelessly to provide the finest learning platform for people all over the world. You've done a very great job.
Thank you all!

-
-
+ .arjun-matrix-rain:nth-child(5) { + left: 70%; + animation-delay: 4s; + } - -
-

"Jawa tidaklah seburuk itu"

-

@faris_sajhaa

-
- + .arjun-matrix-rain:nth-child(6) { + left: 85%; + animation-delay: 5s; + } - -
-
- -

Dear W3Schools,

-

An amazing tutorial and so with all other tutorials!

-

Thank you from Ecuador,

-

- Gabriel Ambrosini

+ .arjun-floating-particles { + position: absolute; + width: 4px; + height: 4px; + background: #00ffff; + border-radius: 50%; + animation: arjunFloatingParticles 6s ease-in-out infinite; + } + + .arjun-floating-particles.small { + width: 2px; + height: 2px; + background: #00ff88; + animation: arjunFloatingParticles2 8s ease-in-out infinite; + } + + .arjun-floating-particles.medium { + width: 6px; + height: 6px; + background: #88ffff; + animation: arjunFloatingParticles3 7s ease-in-out infinite; + } + + .arjun-floating-particles:nth-child(7) { + left: 20%; + top: 80%; + animation-delay: 0s; + } + + .arjun-floating-particles:nth-child(8) { + left: 60%; + top: 70%; + animation-delay: 2s; + } + + .arjun-floating-particles:nth-child(9) { + left: 80%; + top: 85%; + animation-delay: 4s; + } + + .arjun-floating-particles:nth-child(10) { + left: 15%; + top: 60%; + animation-delay: 1s; + } + + .arjun-floating-particles:nth-child(11) { + left: 35%; + top: 90%; + animation-delay: 3s; + } + + .arjun-floating-particles:nth-child(12) { + left: 75%; + top: 55%; + animation-delay: 5s; + } + + .arjun-floating-particles:nth-child(13) { + left: 45%; + top: 75%; + animation-delay: 0.5s; + } + + .arjun-floating-particles:nth-child(14) { + left: 65%; + top: 95%; + animation-delay: 2.5s; + } + + .arjun-floating-particles:nth-child(15) { + left: 85%; + top: 65%; + animation-delay: 4.5s; + } + + .arjun-floating-particles:nth-child(16) { + left: 5%; + top: 85%; + animation-delay: 1.5s; + } + + .arjun-floating-particles:nth-child(17) { + left: 25%; + top: 50%; + animation-delay: 3.5s; + } + + .arjun-floating-particles:nth-child(18) { + left: 55%; + top: 80%; + animation-delay: 6s; + } + + .arjun-floating-particles:nth-child(19) { + left: 90%; + top: 75%; + animation-delay: 0.8s; + } + + .arjun-floating-particles:nth-child(20) { + left: 12%; + top: 65%; + animation-delay: 2.8s; + } + + .arjun-floating-particles:nth-child(21) { + left: 72%; + top: 45%; + animation-delay: 4.8s; + } + + .arjun-floating-particles:nth-child(22) { + left: 38%; + top: 60%; + animation-delay: 1.2s; + } + + .arjun-floating-particles:nth-child(23) { + left: 82%; + top: 90%; + animation-delay: 3.2s; + } + + .arjun-floating-particles:nth-child(24) { + left: 52%; + top: 40%; + animation-delay: 5.2s; + } + + .arjun-grid-bg { + position: absolute; + top: 0; + left: 0; + width: 120%; + height: 120%; + background-image: + linear-gradient(rgba(0, 255, 255, 0.1) 1px, transparent 1px), + linear-gradient(90deg, rgba(0, 255, 255, 0.1) 1px, transparent 1px); + background-size: 50px 50px; + animation: arjunGridMove 20s linear infinite; + opacity: 0.3; + } + + .arjun-dark-title { + font-size: 3em; + font-weight: bold; + margin-bottom: 30px; + color: #00ffff; + animation: arjunTextGlow 2s ease-in-out infinite; + text-transform: uppercase; + letter-spacing: 3px; + z-index: 10; + position: relative; + } + + .arjun-dark-content { + font-size: 1.3em; + line-height: 1.8; + margin-bottom: 35px; + color: #e0e0e0; + text-align: center; + padding: 30px; + background: rgba(0, 0, 0, 0.4); + border: 1px solid rgba(0, 255, 255, 0.3); + border-radius: 10px; + max-width: 600px; + margin: 0 auto; + z-index: 10; + position: relative; + animation: arjunWaveEffect 4s ease-in-out infinite; + } + + .arjun-terminal-prompt { + color: #00ff00; + font-family: 'Courier New', monospace; + } + +
+
+
+
01010101
+
11001100
+
10101010
+
01100110
+
11110000
+
00001111
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

github.com/arjunbalu1

+
+ arjun@developer:~$ echo "arjun was here" +
+
+ + + +
+
+

Dear w3schools,

+

Git is so cool! LOVE these tutorials!!
From sss122

+
+
+ + + +
+
+

Dear w3schools,

+

🌟 A Heartfelt Thank You! + + I just wanted to drop a note to say how much I appreciate your incredible tutorials. Your clear + explanations and thoughtful examples have been a game-changer for me—thank you for making + complex topics so approachable! + + Keep up the amazing work! 👏 + + —
Bob sending gratitude from Cal.

+
+
+ + + +
+
+

Dear w3schools,

+

+ Thank you for the great tutorials 😊👍👍
+ Regards,
+ Angel from the sunny Florida 🌞

+
+
+ + + +

Hello from Ukraine!

+ + + +

Thanks W3S from foetus (Italy). grazie ;)...

+

... ancora non conosco html

+ + + +
+
+

Dear w3schools,

+

Thank you for the tutorials !.

+

From France.

+
+
+ + +
+
+

Dear w3schools,

+

🌟 A Heartfelt Thank You! + + I just wanted to drop a note to say how much I appreciate your incredible tutorials. Your clear + explanations and thoughtful examples have been a game-changer for me—thank you for making + complex topics so approachable! + + Keep up the amazing work! 👏 + + —
Daniel Gautier sending gratitude from Germany 🇩🇪 .

+
+
+ + + + +
+
+

Dear w3schools,

+

🌟 A Heartfelt Thank You! + + I just wanted to drop a note to say how much I appreciate your incredible tutorials. Your clear + explanations and thoughtful examples have been a game-changer for me—thank you for making + complex topics so approachable! + + Keep up the amazing work! 👏 + + —
Mustafa Akdemir sending gratitude from Turkey.

+
+
+ + + +
+

🌟 Dear w3schools, 🌟


+

Thank you for this + amazing tutorial I am really sure that I enjoyed taking this course.

+

🌟 Jean D Amour From Rwanda

+
+ + + +
+
+

Dear w3schools,

+

Thank you for the many tutorials! I exercised some old skills and + learned quite a lot of new stuff.

+

From Montreal, Quebec, Canada.

+
+
+ + +
+
+

Dear w3schools,

+

Thank you very much for explaining complex topics easier to us

+

From Pavithra, India.

+
+
+ + +
+
+

Dear w3schools,

+

Thank you for the excellent tutorials! Full awe for this page who + changes lifes.
From Brazil.

+
+
+ + + +
+
+

Dear w3schools,

+

Thank you for bringing my coding to the next level and for teaching me git! - Bill

+

+

+
+ +

Thanks! testing Fork!

+ + +
+
+

Dear w3schools,

+

Thank you for this tutorial and all your work!

+

Regards Mbarek +

+

+
+
+ + + +

+ Thanks to W3Schools Git Tutorial for the + learning resource. +

+ + + +
+

🌟 Thank you, W3Schools! 🌟

+

- Nethranand, 10 April + 2025

+
+ + + +
+
+

Thank You, W3Schools!

+

+ From the first HTML tag to building fullstack applications,
+ W3Schools has been my guide from scratch to becoming a Fullstack + Instructor.

+ I am Abdulkadir Akmel from Ethiopia 🇪🇹, and I am truly + grateful.

+ Keep inspiring the world! +

+
+
+ + + +
+
+

Zachariah Agbenorto

+

Hello to all the members of W3Schools who work tirelessly to + provide the finest learning platform for people all over the world. You've done a very great + job.
Thank you + all!

+
+
+ + +
+

"Jawa tidaklah seburuk itu"

+

@faris_sajhaa

+
+ + + +
+
+ +

Dear W3Schools,

+

An amazing tutorial and so with all other tutorials!

+

Thank you from Ecuador,

+

- Gabriel + Ambrosini

- - -
-
-

Dear w3schools,

-

Thank you for the excellent tutorials!

-

+ + +
+
+

Dear w3schools,

+

Thank you for the excellent tutorials!

+

+
-
- - - + + +

Dear w3schools,

Thank you for this tutorial and all you work! You doing a great job!

-

Regards EfratA

+

Regards EfratA +

@@ -607,7 +914,7 @@

Dear w3schools,

- +

Thanks! it really help

@@ -615,14 +922,18 @@

Dear w3schools,

- + -
-

Thank You, W3Schools!

-

+

+

Thank You, + W3Schools!

+

This tutorial has been incredibly helpful in learning Git and GitHub. Keep up the amazing work!

-

- Regards, David Alves from Brazil

+

- Regards, + David Alves from Brazil

"I am the way, the truth and the life" (John 14:6)
@@ -632,17 +943,19 @@

Dear w3schools,

Thank you for this tutorial and all you work! You doing a great job!

-

Regards jai2fb

+

Regards jai2fb +

- +

Dear w3schools,

Thank you for this tutorial and all you work! You doing a great job!

-

Regards EfratA

+

Regards EfratA +

@@ -666,18 +979,20 @@

Hello, Everyone!

Greetings by Hashan Athurugiriya from Sri Lanka 🇱🇰


- Avatar -

Thank you w3school for sharing this great knowledge. Learned so much from you, and helped with my coding skills a lot.

+ Avatar +

Thank you w3school for sharing this great knowledge. Learned so much from you, and helped with my + coding skills a lot.

- +

Thank you for wonderful tutorial

- /p> + /p>

@@ -688,12 +1003,12 @@

Hello, Everyone!

Dear W3Schools Founders, Developers, and Tutors,

Thank you for saving lives all these years. Your efforts have a special place up above.

Regards, - Muiruri from Kenya. + Muiruri from Kenya.

- +

Hellow World!!

@@ -704,17 +1019,19 @@

Sauti Was Here.

- "Make it as simple as possible, but not simpler."

+ "Make it as simple as possible, but not simpler." +

Albert Einstein

- +

Dear W3Schools,

Thank you for this tutorial and the many other tutorials you provide! Great job!

-

Sincerely,

+

Sincerely, +

Theon

@@ -724,234 +1041,252 @@

Dear W3Schools,

-

Dear w3schools,

-

Bella raga, gran figata ciao.

-

From Ferrara, Emilia-Romagna, Italia.

+

Dear w3schools,

+

Bella raga, gran figata ciao.

+

From Ferrara, Emilia-Romagna, Italia.

- - -
-
-

Dear W3Schools,

-

Thank you for this tutorial and the many other tutorials you provide! Great job!

-

Sincerely,

-

Theon

-

-
-
- - - -
-
-
-
-

- From Ukraine with peace! -

-
-
-

- Greetings from Odesa 👌 -

-

Peaceful sky to all of us

+ + +
+
+

Dear W3Schools,

+

Thank you for this tutorial and the many other tutorials you provide! Great job!

+

Sincerely, +

+

Theon

+

-
-
+ - - - - - -
-

- Hello from the UK

-

- Thanks to W3Schools for the amazing tutorials

-
- message from IcyJuicyBob (05/03/2025) + +
+
+
+
+

+ From Ukraine with peace! +

+
+
+

+ Greetings from Odesa 👌 +

+

Peaceful sky to all of us

+
-
- > +
+
+ + + + + +
+

+ Hello from the UK

+

+ Thanks to W3Schools for the amazing tutorials

+
+ message from IcyJuicyBob (05/03/2025) +
+
+ > + + +
+

+ Keep up the good work, you are a great source of inspiration and knowledge.

+
+

Kind regards from Ivica

+

Sabac, Republic of Serbia

+
+
+
+

El conocimiento compartido es el patrimonio de los que construyen el futuro.

-
-

Omar B. Ramírez

-

Purén, Chile (El mejor pais de Chile)

-
+
+

Omar B. Ramírez

+

Purén, Chile (El mejor pais de + Chile)

+


-
-

+
+

Supers cours sur w3schools, un grand merci !

-
- Meilleurs pensées de
Nouvelle-Calédonie -
+
+ Meilleurs pensées de
Nouvelle-Calédonie +
- -

First JavaScript

- -

- - - -
-

- "May your all wishes come true!" -

-

Krunal

-
- - -
-

- - Thank you for years of accessible tutorials!

-
- + +

First JavaScript

+ +

+ - -
-

- - Hi from Barcelona! Thank you for the tutorial!

-
- + +
+

+ "May your all wishes come true!" +

+

Krunal

+
+ + +
+

+ + Thank you for years of accessible tutorials! +

+
+ + + +
+

+ + Hi from Barcelona! Thank you for the tutorial! +

+
+ + + +
+

+ Skilled full-stack software developer proficient in core technologies like HTML, CSS, JavaScript, + and Python. Well-versed in modern frameworks such as React, Flask, and Node.js, with a focus on + secure and efficient database architectures using MySQL, MongoDB, and Postgres. Experienced in + deploying and maintaining applications on platforms like Vercel and Render. Strong problem-solving + abilities and a commitment to delivering high-quality software solutions. Effective communicator and + collaborator with a passion for continuous learning and contributing to cutting-edge projects in a + dynamic team environment. +

+
+ - -
-

- Skilled full-stack software developer proficient in core technologies like HTML, CSS, JavaScript, and Python. Well-versed in modern frameworks such as React, Flask, and Node.js, with a focus on secure and efficient database architectures using MySQL, MongoDB, and Postgres. Experienced in deploying and maintaining applications on platforms like Vercel and Render. Strong problem-solving abilities and a commitment to delivering high-quality software solutions. Effective communicator and collaborator with a passion for continuous learning and contributing to cutting-edge projects in a dynamic team environment. -

-
- - - +
-

"No mud, no lotus." - Thich Nhat Hanh"

-
I grow in mud! +

"No mud, no lotus." - Thich Nhat Hanh"

+
I grow in mud!
- + -

Finally, I have figured out how fork works. I am very happy!

+

Finally, I have figured out how fork works. I am very happy!

- - + + -
-

Thank you so much W3Schools for this Amazing Git and GitHub Tutorial where I learned so many things.

+
+

Thank you so much W3Schools for this Amazing Git + and GitHub Tutorial where I learned so many things.

--SUJITH CHOWDARY

- - -

I'm stucking here, but it seems ok...

- - + + +

I'm stucking here, but it seems ok...

+ +

Thank you!

Hello from ZA.

@@ -962,7 +1297,8 @@

Thank you w3schools for the tutorial

-
+

U talking to me? @@ -1056,154 +1392,163 @@

gap: 1rem; flex-wrap: wrap; } - -
-

I want to thank our mothers for taking care of us.
And also W3S for allowing us to learn new skills for free.

Remember that the road called “tomorrow” leads to a city called “never”

.-. . ..-. .-. .- --.. .----

-
Hello from Ukraine
+
+

I want to thank our mothers for taking care of us.
And + also W3S for allowing us to learn new skills for free.

Remember that the road called + “tomorrow” leads to a city called “never”

.-. . ..-. .-. .- --.. .----

+

+
Hello from Ukraine
-
-

thank you W3S, this tutorial has been paramount to my understanding of Git.

+
+

thank you W3S, this tutorial has been paramount to my understanding + of Git.

- - -
-

- A Huge Thank You to W3 Schools!

- Keep shining, and keep teaching the world!

-

-
- A grateful coder
-
- - - + + +
+

+ A Huge Thank You to W3 Schools!

+ Keep shining, and keep teaching the world!

+

+
- A grateful coder
+
+ + +
-
-
-
-

- A big thank you to W3Schools for the invaluable resources, - and to the creator of this brilliant card flip idea! - from Niger, "Mun gode" ! - -

-

Survoler pour retourner

-
-
-

- GREMAH 👌 -

-

Gremah Mahamadou

-

vive le Niger/AES

- Aliance des Etats du Sahel -

Monastir, le 01-31-2025

+
+
+
+

+ A big thank you to W3Schools for the invaluable resources, + and to the creator of this brilliant card flip idea! + from Niger, "Mun gode" ! + +

+

Survoler pour retourner

+
+
+

+ GREMAH 👌 +

+

Gremah Mahamadou

+

vive le Niger/AES

+ Aliance des Etats du Sahel +

Monastir, le 01-31-2025

+
-
-
-

- Thank you for this! Preciate.

- Keep being the best and inspiring us!

-

-
- Just a guy that codes
-
- +
+

+ Thank you for this! Preciate.

+ Keep being the best and inspiring us!

+

+
- Just a guy that codes
+
+ - +
-
+

Thank you W3 schools for the great resources, @@ -1298,14 +1643,14 @@

gap: 1rem; flex-wrap: wrap; } -
-
+

Thanks for all various courses of W3S !!! @@ -1399,17 +1744,17 @@

gap: 1rem; flex-wrap: wrap; } - - -
+ +
-
+

Thank you W3 schools for the great resources just started learning yesterday - im kinda getting it now, + im kinda getting it now, and also whoever came up with this card flip idea!!!

Hover to flip

@@ -1501,9 +1846,8 @@

gap: 1rem; flex-wrap: wrap; } - - +

Hi, This is Anuj

@@ -1511,44 +1855,46 @@

Hope the transition from Competitive Programmer to a developer will be smooth and amazing.

-

Thank you!

-

Hello from Lithuania 2025-Jan-22

- -

Thank you!

-

Hello from NYC where congestion pricing is now in effect!

- - +

Thank you!

+

Hello from Lithuania 2025-Jan-22 +

+ +

Thank you!

+

Hello from NYC where congestion pricing is now in effect! +

+ +

Thank you, W3Schools

Hello from Nairobi, Kenya

- - + +

Thank you!

Hello from LV.

- + @@ -1557,17 +1903,19 @@

Thank you!

Kind Regards

Dejan Marlovic

- + -

Thank you!

-

Hello from India😀

+

Thank you!

+

Hello from India😀

- +

W3 thank u guys for your resources!

-

I'm from Colombia. I'm learning how to code with Python on your Website, getting into Git&GitHub, and SQL as well.

+

I'm from Colombia. I'm learning how to code with Python on your Website, getting into Git&GitHub, and SQL + as well. +

I'm aiming to become a Back-End Developer. I'll get there! So thanks for your help!

- +

W3, thanks for great tutorial

Happy to learn and get better using these platform

@@ -1575,51 +1923,55 @@

W3, thanks for great tutorial

-

I LOVE W3SCHOOLS!

-

I just started my full stack developer journey and thanks to w3schools i am on my way to making the career switch because i am gaining all the skills i need.

-

Please keep up the good work, we love it!

+

I LOVE W3SCHOOLS!

+

I just started my full stack developer journey and thanks to w3schools i am on my way to making the + career switch because i am gaining all the skills i need.

+

Please keep up the good work, we love it!

- - + +

W3, thanks for tutorial

It's been much appreciated.

Regards, Ibim

- +
-
+

Hello from Iran

-
+

Thank's a lot for efforts!

-
+

Amirreza Karimian

- +

Thanks for the tutorial.

- - - + + +

Amazing tutorial, I appreciate it.

Best Regards, Janne

- + - -

Amazing Stuff W3School, I enjoyed working on Git and Github. You guys made it happen.

-

Keep up the good job.

-

Love from Nigeria.

-

Micheal Avackaa

- + +

Amazing Stuff W3School, I enjoyed working on Git and Github. You guys made it happen.

+

Keep up the good job.

+

Love from Nigeria.

+

Micheal Avackaa

+ - +

@@ -1630,29 +1982,38 @@

Amazing Stuff W3School, I enjoyed working on Git and Github. You guys made i -
-

Thank you so much w3schools! , thanks to your immense resources I have been able to learn a lot

-
- Ernest (A)
+
+

Thank you so much w3schools! , thanks to your immense + resources I have been able to learn a lot

+
- Ernest (A)
- +
- -

Real madrid is winning the 24/25 Laliga and UCL

- + +
+

+ Real madrid is winning the 24/25 Laliga and UCL +

+
+
- + -

Arsenal Will win the premier league. Gunners!

+

Arsenal Will win the premier league. Gunners!

- - + +
-
+
-
+
-
-

+

- Ernest (A)< border-radius: 8px; margin: 0 0 0.5rem 0; "> - THANK YOU / - TERIMA KASIH - W3!! 👏 -

-

For Git Tutorial 👍

-

hover to flip

-
+ THANK YOU / + TERIMA KASIH + W3!! 👏 +

+

For Git Tutorial 👍

+

hover to flip

+
-
-

+

- Ernest (A)< border-radius: 8px; margin: 0 0 0.5rem 0; "> - Raymond Surin 👋 -

-

from MALAYSIA

-

Developed on Monday 2024/12/23

+ Raymond Surin 👋 +

+

from MALAYSIA

+

Developed on Monday 2024/12/23

+
+
-
-

- + - + -
-
-
-

THANK YOU W3!!

+
+
+
+

THANK YOU W3!! +

For Git Tutorial

Hover to see me

-
-

VENKATA SAGAR

+
+

VENKATA SAGAR

FROM INDIA

@@ -1717,18 +2086,20 @@
- Ernest (A)< transform: rotateY(180deg); } - + - +

- - Emmanuel (from the streets of Abuja, Nigeria) was here and is compelled to express he's gratitude to w3schools.com through a virtual kiss for this - wonderful opportunities to learn git and github effectively. Thanks! [CHEERS]

+ + Emmanuel (from the streets of Abuja, Nigeria) was here and is compelled to express he's gratitude to + w3schools.com through a virtual kiss for this + wonderful opportunities to learn git and github effectively. Thanks! [CHEERS] +

- +

HI EVERYONE, IM KENZORB

@@ -1743,32 +2114,35 @@

HI EVERYONE, IM KENZORB

- "Thank you for the wonderful introduction to Git and GitHub!"

+ "Thank you for the wonderful introduction to Git and GitHub!" +

Manh Khai from Vietnam

-
+

Cheers

- +

Thanks for the Tutorial!

- - + +
-

- - LePandolfo is here, to record his gratitude with W3.

+

+ + LePandolfo is here, to record his gratitude with W3. +

-

- Rosa says: Let's Git it! + +

+ Rosa says: Let's Git it!

@@ -1787,8 +2161,7 @@

HI EVERYONE, IM KENZORB

+ font-size: 22px;"> Hello World! 👋

@@ -1796,20 +2169,18 @@

HI EVERYONE, IM KENZORB

Thank you W3Schools!

I'm grateful for the interactive learning experiences that are provided on the platform.
- This was a great and really helpful tutorial on Git and GitHub! + This was a great and really helpful tutorial on Git and GitHub!

- Robert
- from Germany
- 2024-12-06 -

+ Robert
+ from + Germany
+ 2024-12-06 +

@@ -1818,31 +2189,32 @@

HI EVERYONE, IM KENZORB

- "Thank you guys for the wonderful introduction to Git!"

+ "Thank you guys for the wonderful introduction to Git!" +

Petra

-
+
-
+

Thanks for the tutorial (paedu-77)

- - + +

- CrissSerrano from Mexico + CrissSerrano from Mexico

- +

"Hola soy Kevin Martinez :)"

- +

Xin chào!

- +

ARRIBA AMLO

-

Holaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

+

Holaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +

-

HOLAAA ARRIBA LAS AGULAS

+

HOLAAA ARRIBA LAS AGULAS

Jose Angel

@@ -1862,98 +2234,108 @@

Saludos desde UTEZ 2024

- "Human beings are free; it is in this freedom that life finds meaning." Thank you, w3schools! from saeed. + "Human beings are free; it is in this freedom that life finds meaning." Thank you, w3schools! from + saeed.

- -

Mi nombre es Aylin, que viva Black Pink y el creador de este tutorial

- - -

Inserte mi mensaje aquiii

-

- Only love will bring peace among us! Greetings from binyamin hazoom! 💗 😀 💗 -

- - - - salam dari bekasi +

Mi nombre es Aylin, que viva Black Pink y el creador de este tutorial +

+ - -

Great tutorial w3schools, I learned alot. 27-Nov-24

- + +

Inserte mi mensaje aquiii

+

+ Only love will bring peace among us! Greetings from binyamin hazoom! 💗 😀 💗 +

+ - -

Thanks for this tutorial, from Tester.

- + + salam dari bekasi - -

Thanks for this tutorial, from Ghana

- + +

Great tutorial w3schools, I learned alot. 27-Nov-24

+ - - -
-

"A man can be himself only so long as he is alone; and if he does not love solitude, he will not love freedom; for it is only when he is alone that he is really free. - Arthur Schopenhauer"

-
I am ArthurBYE! -
-
- - - - -

- I am immensely grateful to w3schools for teaching me Git! - Without your resources, managing version control would be a difficult journey. - Thanks to you, I now manage my projects confidently, navigating branches and commits like a pro. -

-
- Thank you, w3schools! -
- + +

Thanks for this tutorial, from Tester.

+ + + +

Thanks for this tutorial, from Ghana

+ + + + +
+

"A man can be himself only so long as he is alone; and if he does not love solitude, he will not + love freedom; for it is only when he is alone that he is really free. - Arthur Schopenhauer" +

+
I am ArthurBYE! +
+
+ + + + +

+ I am immensely grateful to w3schools + for teaching me Git! + Without your resources, managing version control would be a difficult journey. + Thanks to you, I now manage my projects confidently, navigating branches and commits like a pro. +

+
+ Thank you, w3schools! +
+ - +

Greetings from Germany!

- + - -

- My favorite color is GREEN. - I love it more than BLUE and - YELLOW combined. -

+ +

+ My favorite color is GREEN. + I love it more than BLUE and + YELLOW combined. +

-

- I am from TamilNadu.
- Chennai is the capital of TamilNadu. - Welcome Everyone to visit Chennai, atleast once in their lifetime. -

- +

+ I am from TamilNadu.
+ Chennai is the capital of TamilNadu. + Welcome Everyone to visit Chennai, atleast once in their lifetime. +

+ -

Thank you for your excelent training, chris.

-

Hello world! Thanks for the Intro to GIT!

+

Thank you for your excelent training, chris.

+

Hello world! Thanks for the Intro to GIT!

- -

Thanks for this tutorial

- + +

Thanks for this tutorial

+ -
- Hi, I am Asim from INDIA. -
- Thanks w3schools.com -
+ Hi, I am Asim from INDIA. +
+ Thanks w3schools.com +
-

W3 thank u guys for your resources!

-

I'm ahmed kakachi from morocco. I'm learning how to code with Python on your Website, getting into Git&GitHub, and SQL as well.

-

I'm aiming to become a Back-End Developer. I'll get there! So thanks for your help!

- +

W3 thank u guys for your resources!

+

I'm ahmed kakachi from morocco. I'm learning how to code with Python on your Website, getting into + Git&GitHub, and SQL as well. +

+

I'm aiming to become a Back-End Developer. I'll get there! So thanks for your help!

+ -

Thank you for your excelent training, chris.

-

Same message as above from Garv Malik

-
W3 thank u guys for your resources!

box-shadow: 0px 4px 0px gray; word-spacing: 0.2rem; "> -
- -

- Let's GIT it on! -

+ Let's GIT it on! + + +
+

+ If you don't know, now you know! +

+

+ Greetings from The Netherlands!🇳🇱 +

+
+ + +
+

"Hello! (Muraho!). Gedeon from Rwanda, and The Gym Rwanda.
Visit Rwanda hhhh Amahoro!"

+
Gedeon from + Rwanda.
Email: gdufitimana@gmail.com
+ + + +

Thank you for making the hard stuff easy to understand and fun to learn!

+ -

- If you don't know, now you know! -

-

- Greetings from The Netherlands!🇳🇱 -

-
- - -
-

"Hello! (Muraho!). Gedeon from Rwanda, and The Gym Rwanda.
Visit Rwanda hhhh Amahoro!"

-
Gedeon from - Rwanda.
Email: gdufitimana@gmail.com
-
- - - -

Thank you for making the hard stuff easy to understand and fun to learn!

- - - -

Greetings from Ukraine!

- - - - + +

Greetings from Ukraine!

+ -
Gedeon -

- Helloww world !! 🐰 -

+

+ Helloww world !! 🐰 +

-

- I love spending my time on W3Schools :3.
- Here, the way they explain things is so clear - that even the hard stuff become easy and fun to - learn ! Thank you for existing W3schools - <3 <3. -

+

+ I love spending my time on W3Schools :3.
+ Here, the way they explain things is so clear + that even the hard stuff become easy and fun to + learn ! Thank you for existing W3schools + <3 <3. +

-
-

- Mickael from Madagascar
- 22nd Tuesday October 2024 -

+

+ Mickael from Madagascar
+ 22nd Tuesday October 2024 +

+
-
- + - -
-
-

- "Programming is not about what you know; it's about what you can learn." -

-

- Abelson & Sussman

-
-

Message From Ryan Hopewell

-
- + +
+
+

+ "Programming is not about what you know; it's about what you can learn." +

+

- Abelson & Sussman

+
+

Message From Ryan Hopewell

+
+ - + -
margin: 5px; background: linear-gradient(to bottom, #ff9933 33.33% , #ffffff 33.33%, #ffffff 66.66%, #138808 66.66%);"> -

HELLO I AM NIZAM, FROM INDIA

- -

YOU ARE THE BEST SCHOOL EVER I STUDIED

-

HOPE EVERYONE ENJOYED IT LIKE ME

-

THANK YOU FOR EVERYTHING

-
+

HELLO I AM NIZAM, FROM INDIA

- +

YOU ARE THE BEST SCHOOL EVER I STUDIED

+

HOPE EVERYONE ENJOYED IT LIKE ME

+

THANK YOU FOR EVERYTHING

+
- + - + #special-h1:hover { + color: #f39c12; + } -
-

Hi from Andrian Wu

-

learning step by step everyday

-
+ #special-p:hover { + color: #ecf0f1; + } + - - -
-

Life is too short

-

live her with the way u are

-
- +
+

Hi from Andrian Wu

+

learning step by step everyday

+
- -
-

- Hello There! -

-
- - - -
-

Message from Husam

-

Hello from the Jordan!

-
- + + +
+

Life is too short

+

live her with the way u are

+
+ + +
+

+ Hello There! +

+
+ - -

Greetings from Warsaw!

- + +
+

Message from Husam

+

Hello from the Jordan!

+
+ - -

G'Day from Australia!

- + +

Greetings from Warsaw!

+ - -

Thank you for making the hard stuff easy to understand and fun to learn!

- + +

G'Day from Australia!

+ - -

Hey i'm currently lear git!!

- - -
- One step at a time. -
- No need to rush. -
- No need to be anxious. -
- Just dive in. -
- + +

Thank you for making the hard stuff easy to understand and fun to learn!

+ - -
-

Hi from Gemma in Sheffield, England 🙂 😸 - 😀

-
- + +

Hey i'm currently lear git!!

+ - -

I wanted to get back to the basics this is very helpful to understanding git

- + +
+ One step at a time. +
+ No need to rush. +
+ No need to be anxious. +
+ Just dive in. +
+ - -

I learned git for fun one night. Then I taught 2 friends how to use git for a unity game.

- + +
+

Hi from Gemma in Sheffield, England 🙂 + 😸 + 😀

+
+ - -

Sometimes in life I feel competitive

- + +

I wanted to get back to the basics this is very helpful to understanding git

+ - - + .Mel { + height: 80px; + display: flex; + justify-content: center; + align-items: center; + font-size: 64px; + width: 100%; + transition: background 1.5s; + } -
-
M
-
E
-
L
-
I
-
S
-
S
-
A
-
-
Thank you soo much W3School for everything
-
And thank you very much Fabián for your super lettering trick!!!
- -

The European languages are members of the same family. Their separate existence is a myth. - For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their - grammar,.

- - -
- 🇱🇰 Hello - From - Sri - Lanka 🇱🇰 -
- ❤︎ W3Schools -
-
- + .Mel2 { + height: 70px; + display: flex; + justify-content: center; + align-items: center; + font-size: 40px; + width: 100%; + } -

Greetings from Philadelphia!

- + .Mel:hover { + background: radial-gradient(#393e41ff, #d3d0cbff, #e2c044ff, #587b7fff, #1e2019ff); + color: white; + transition: 0.2s; + } + - -
- Hello  - from  - Germany  -
- (づ ◕‿◕ )づ thx 4 the great tutorial -
- +
+
M
+
E
+
L
+
I
+
S
+
S
+
A
+
+
Thank you soo much W3School for everything
+
And thank you very much Fabián for your super lettering trick!!!
- -
-
-
-

Thanks w3s.
I finally see those things I just could not quite get before

- Carl from Boston +

The European languages are members of the same family. Their separate existence is a myth. + For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their + grammar,.

+ + +
+ 🇱🇰 Hello + From + Sri + Lanka 🇱🇰
+ ❤︎ W3Schools +
-
- + - -
-
-
-

Thanks W3Schools for everything!

- Prabhjot Arora from India ❤️ +

Greetings from Philadelphia!

+ + + +
+ Hello  + from  + Germany 
+ (づ ◕‿◕ )づ thx 4 the great tutorial
-
- + + + +
+
+
+

Thanks w3s.
I finally see those things I just could not quite get before

+ Carl from Boston +
+
+
+ + + +
+
+
+

Thanks W3Schools for everything!

+ Prabhjot Arora from India ❤️ +
+
+
+ -

Hello everyone, here a funny knowhow: - Did you know that camels have 3 eyelids to protect their eyes from blowing sand.

+

Hello everyone, here a funny knowhow: + Did you know that camels have 3 eyelids to protect their eyes from blowing sand.

- -
-

Hello everybody, Really enjoy learning from w3school especially this git/github course, Keep up the - good work, diffusing knowledge around the world

-
- + +
+

Hello everybody, Really enjoy learning from w3school especially this git/github course, Keep up + the + good work, diffusing knowledge around the world

+
+ - - -
-
F
-
A
-
B
-
I
-
Á
-
N
-
+ .fabL:hover { + background: #6d6df3; + color: white; + transition: 0.2s; + } + +
+
F
+
A
+
B
+
I
+
Á
+
N
+
-
-
-

- "Make it as simple as possible, but not simpler." -

+
+
+

+ "Make it as simple as possible, but not simpler." +

+
-
-
+
-

Hello, I am Michael

-

Writing from Oetwil, near Zurich

-

Thanks for your tutorial! It was great to learn from.

+

Hello, I am Michael

+

Writing from Oetwil, near Zurich

+

Thanks for your tutorial! It was great to learn from.

-
+
- -
-

Taofeek From Nigeria. So Excited for the completion of this Git and Github Course

-
- + +
+

Taofeek From Nigeria. So Excited for the completion of this Git and Github Course

+
+ - -
-
-

Vamos, todos tenemos errores y el no perdonar es causa de tantas tumbas sin flores

- -Cancerbero -
chernandez
-
-
+ +
+
+

Vamos, todos tenemos errores y el no perdonar es causa de tantas tumbas sin flores

+ -Cancerbero +
chernandez
+
+
-
- +
+ - -
+ +
+
+

Eat 🍴

+

Sleep 💤

+

CODE 💻 +

+

Repeat ♻️

+
+

The journey of a programmer begins by one keystroke or two + or... +

+
+ +
-

Eat 🍴

-

Sleep 💤

-

CODE 💻

-

Repeat ♻️

+ style="background-color: #0000FF; border: 1px solid black; border-radius: 10px; align-items: center; justify-content: center;text-align: center;"> +

Hello from Faiz

-

The journey of a programmer begins by one keystroke or two or... -

-
- - -
-

Hello from Faiz

-
- + - -
- Hello everyone! Greetings from Anna.
- W3schools, thanks for great tutorials!
-

12/09/2024

-
- + +
+ Hello everyone! Greetings from Anna.
+ W3schools, thanks for great tutorials!
+

12/09/2024

+
+ - -
- God Bless you all!
- W3schools thank you!
-

12/09/2024

-
- + +
+ God Bless you all!
+ W3schools thank you!
+

12/09/2024

+
+ - -
-

Great guide. Thanks for the tutorial.

-

Gusztav from Hungary 2024.09.09.

-
- +

Great guide. Thanks for the tutorial.

+

Gusztav from Hungary 2024.09.09.

+
+ - - -
-

Greetings from the Coded Writer

-

Hello Everyone! I'm glad to be contributing to this and I commend the w3schools team - for putting together this comprehensive tutorial.

-
+ .cw-text { + font-size: 1rem; + margin: 0 0 2rem 0; + } + +
+

Greetings from the Coded Writer +

+

Hello Everyone! I'm glad to be contributing to this and I commend the w3schools + team + for putting together this comprehensive tutorial.

+
- + - -
-

Hello from Uzbekistan!

-
- + +
+

Hello from Uzbekistan!

+
+ - + -
-

- - Great Tutorial! Keep up the good work ... Cecili 2024-09-06 -

-
+
+

+ + Great Tutorial! Keep up the good work ... Cecili 2024-09-06 +

+
- + -
-

6R33T1N65 FR0M C0L0M814!!

-
+
+

6R33T1N65 FR0M C0L0M814!!

+
-
-

Thanks to W3Schools. This git course was easy to learn and informative.
- Happy learning everyone. Sean from Texas, US.

-
+
+

Thanks to W3Schools. This git course was easy to learn and informative.
+ Happy learning everyone. Sean from Texas, US.

+
-
-

Hello, this is Atakan from Turkey.

-

September 4th, 2024.

-
-
-

Praveen India

-
+
+

Hello, this is Atakan from Turkey.

+

September 4th, 2024.

+
+
+

Praveen India

+
- -
-

Thankfull to W3Schools💖

-

This tutorial really help to clear my confusion about git and gitHub.

-
- +

Thankfull to W3Schools💖

+

This tutorial really help to clear my confusion about git and gitHub.

+
+ - -
-

Greetings, I'm Mubashar Khalid from - Pakistan

-

Thank you W3 Schools for creating such - an awesome course. Thanks a lot .

- 🇵🇰🇵🇰🇵🇰🇵🇰🇵🇰🇵🇰🇵🇰🇵🇰🇵🇰🇵🇰🇵🇰🇵🇰🇵🇰 - -
- + +
+

Greetings, I'm Mubashar Khalid from + Pakistan

+

Thank you W3 Schools for creating such + an awesome course. Thanks a lot .

+ 🇵🇰🇵🇰🇵🇰🇵🇰🇵🇰🇵🇰🇵🇰🇵🇰🇵🇰🇵🇰🇵🇰🇵🇰🇵🇰 + +
+ - -
-

Hello, I have nothing interesting to add, so Hi!

-
+ +
+

Hello, I have nothing interesting to add, so Hi!

+
- + -
-

- "Life isn't for enjoying. It's for exploring.." -

-

itsmefminsaf

-
+
+

+ "Life isn't for enjoying. It's for exploring.." +

+

itsmefminsaf

+
- + - -
-

Hi there, just saying hello from Ecuador

-

land of mountains and jungle and nice people :)

-
- +

Hi there, just saying hello from Ecuador

+

land of mountains and jungle and nice people :)

+
+ - + -
-

Hello, everyone I am Soly Coulibaly

-

glad to contributing.

+
+

Hello, everyone I am Soly Coulibaly

+

glad to contributing.

-
- +
+ - -
+ +
-

Hello, everyone I am Akash Barahate

-

glad to contributing.

-

So far i had great learning experiance on this platform. I want to thank you for providing such - content for free.

+

Hello, everyone I am Akash Barahate

+

glad to contributing.

+

So far i had great learning experiance on this platform. I want to thank you for providing such + content for free.

-
- +
+ - -
-

Hello, everyone. I am Moshiur R (moshiurr007)

-
+ +
+

Hello, everyone. I am Moshiur R (moshiurr007)

+
-
-

Message from Vivek.

-

glad to contributing.

-
-
-

Message from Issac

-

Hello Guys, I am glad learning github from W3 Schools wesbite

-
+
+

Message from Vivek.

+

glad to contributing.

+
+
+

Message from Issac

+

Hello Guys, I am glad learning github from W3 Schools wesbite

+
- - + + - -
-

- “Make it as simple as possible, by following W3Schools.” -

-

Artem Shush

-
+ +
+

+ “Make it as simple as possible, by following W3Schools.” +

+

Artem Shush

+
- -
just learning git, thank to w3school
- -
Hello, I am learning git!
+ +
just learning git, thank to w3school
+ +
Hello, I am learning git!
- -
Hello from re-learing git basics!
+ +
Hello from re-learing git basics!
- -
-

Hello! Enjoying every bit of the Git tutorial!

-

Thank you very much!!!

-
+ +
+

Hello! Enjoying every bit of the Git tutorial!

+

Thank you very much!!!

+
- -
-

that is my change

-

thanks for the tutorial

-
+ +
+

that is my change

+

thanks for the tutorial

+
- -

Learning github contributions

- + +

Learning github contributions

+ -
I don't know HTML send help
+
I don't know HTML send help
-
hello w3schools is very good for learning coding -
-
msg from pondy fff
+
hello w3schools is very good for learning coding +
+
msg from pondy fff
- -
Hello everybody! Thanks to W3School!
+ +
Hello everybody! Thanks to W3School!
- -
-

Hello from Bangladesh

-

🇧🇩🇧🇩🇧🇩🇧🇩🇧🇩

-
+

Hello from Bangladesh

+

🇧🇩🇧🇩🇧🇩🇧🇩🇧🇩

+
- -
-

Thanks for walking me through how to use Git and GitHub!

- - myrsine549 -
- + +
+

Thanks for walking me through how to use Git and GitHub!

+ - myrsine549 +
+ - - + -
-

- Hi guys, I am from Rwanda

-

We should keep on coding guys. It's fun.

-

From EJ

-
- - -
I am currently learning Rust and need to revist my skills on Git and Github from w3schools
-
Sorry, i am not a front-end developer, i would have added a bad ass effect here
+
+

+ Hi guys, I am from Rwanda

+

We should keep on coding guys. It's fun.

+

From EJ

+
- -
-

Thank you for an incredibly helpful tutorial!

-
+ +
I am currently learning Rust and need to revist my skills on Git and Github from w3schools
+
Sorry, i am not a front-end developer, i would have added a bad ass effect here
- -
-
-

Roheem Wasiu Adewale

-
-
-

"Sometimes it pays to stay in bed on Monday, rather than spending the rest of the week - debugging Monday's code."

-

From Nigerian

-
-
- coding from home + +
+

Thank you for an incredibly helpful tutorial!

-
+ +
+
+

Roheem Wasiu Adewale

+
+
+

"Sometimes it pays to stay in bed on Monday, rather than spending the rest of the week + debugging Monday's code."

+

From Nigerian

+
+
+ coding from home +
+
- -
-

Thanks a lot w3school, from Deep

-
- -
- - -
-

Hello, W3school

-

I am Ofurum from Nigeria

-

W3School has aided in my journey so far, thanks so much.

-

-
+ +
+

Thanks a lot w3school, from Deep

+
+ +
+ -
-

Thanks a lot for whole - thing, it is awesome -

-
+ +
+

Hello, W3school

+

I am Ofurum from Nigeria

+

W3School has aided in my journey so far, thanks so much.

+

+
- -
-

Greetings, I'm Mohamed Adam from - Sudan

-

Thank you W3 Schools for creating - such an awesome course. Thanks a lot . -

-
+
+

Thanks a lot for whole + thing, it is awesome +

+
- + +
+

Greetings, I'm Mohamed Adam from + Sudan

+

Thank you W3 Schools for creating + such an awesome course. Thanks a lot . +

+
- -
-

Greetings from Brazil

-

Thanks w3schools

-

For making developers life much easier! -

+ -
-

Hi, w3shools

-
-
- Hello i'm from Kerala -
+ +
+

Greetings from Brazil

+

Thanks w3schools

+

For making developers life much easier! +

- -
-

Hello, my name is Roelof from the Netherlands!

-

Thanks w3schools

-

For making developers life much easier! > -

+
+

Hi, w3shools

+
+
+ Hello i'm from Kerala +
- -
-

Thanks w3! <3

-
+ +
+

Hello, my name is Roelof from the Netherlands!

+

Thanks w3schools

+

For making developers life much easier! > +

- -
-

Thanks a lot W3Schools !!!

-

Your Tutorials have played a pivotal role in my - S/W journey since 2009.

-

Thank you for providing such a great platform for - continuous learning.

-

Thanks & Regards,

Sunil - Mohan

-
- + +
+

Thanks w3! <3

+
+ +
+

Thanks a lot W3Schools !!!

+

Your Tutorials have played a pivotal role in my + S/W journey since 2009.

+

Thank you for providing such a great platform for + continuous learning.

+

Thanks & Regards,

Sunil + Mohan

+
+ -
-

hello from iwn

-
+
+

hello from iwn

+
- -
-
-

Thanks for the great tutorials W3Schools!

-

You guys rock!

-
-
- - -
-

😍Hello, I am from India

-

Thanks w3schools

-

For making developers life much easier! > -

+ +
+
+

Thanks for the great tutorials W3Schools!

+

You guys rock!

+
+
+ - > -
-

- - Greetings from New Zealand!
- W3Schools is the best!

-
- > -
-

- - Greeting from Slovakia !
- Thank you for this helpful tutorial

-
+ +
+

😍Hello, I am from India

+

Thanks w3schools

+

For making developers life much easier! > +

+ > +
+

+ + Greetings from New Zealand!
+ W3Schools is the best!

+
+ > +
+

+ + Greeting from Slovakia !
+ Thank you for this helpful tutorial

+
- -
-

Thanks w3schools

-

For making developers life much easier! :)> -

- -
-

Obrigado w3schools

-

Otimo tutorial para galera aprender muito do git e GitHub!!

-
+ +
+

Thanks w3schools

+

For making developers life much easier! :)> +

- -
- The year is 2040, and humanity has achieved what was once thought to be the stuff of science - fiction: a manned mission to Mars. As the red planet reveals its secrets to the pioneering - astronauts and scientists, an unexpected discovery sends shockwaves through the cosmos—a message - from Mars. - - Discovery and Deciphering - During an exploratory mission on the Martian surface, the astronauts stumble upon a mysterious - artifact buried beneath the iron oxide sands. Initially thought to be a natural formation, - closer inspection reveals it to be an ancient, technologically advanced device. Embedded within - its crystalline structure is a series of complex patterns and symbols. The excitement is - palpable as the team realizes they are on the verge of uncovering something extraordinary. -
+ +
+

Obrigado w3schools

+

Otimo tutorial para galera aprender muito do git e GitHub!!

+
- -

Great tutorial, easy going, recommend doing every step showed.

- + +
+ The year is 2040, and humanity has achieved what was once thought to be the stuff of science + fiction: a manned mission to Mars. As the red planet reveals its secrets to the pioneering + astronauts and scientists, an unexpected discovery sends shockwaves through the cosmos—a message + from Mars. + + Discovery and Deciphering + During an exploratory mission on the Martian surface, the astronauts stumble upon a mysterious + artifact buried beneath the iron oxide sands. Initially thought to be a natural formation, + closer inspection reveals it to be an ancient, technologically advanced device. Embedded within + its crystalline structure is a series of complex patterns and symbols. The excitement is + palpable as the team realizes they are on the verge of uncovering something extraordinary. +
-
github presentation
+ +

Great tutorial, easy going, recommend doing every step showed.

+ - -
-

Greetings from Chilee.

-

Thank you W3Schools.

-

for such a great platform for learning.

-

Mati.

-
- +
github presentation
- -
+
-

Hugs from Brazil -

-

Taking this tutorial on 2024, and it still's - helpful. -

Erick Chaves Barreto

+ style="font-family: 'Segoe UI', sans-serif; background-color: #f4f4f4; padding: 20px; color: #333;"> +

Greetings from Chilee.

+

Thank you W3Schools.

+

for such a great platform for learning.

+

Mati.

-
- - -
-

You're A Life Saver - <3

-

Grateful for all the lessons, both big and small.The best way to learn - "w3"

- Mostafa Mabrouk from Egypt! -
+ -

Thanks W3S

-
Hello World from Space
-

Flamengo is the best Futebol team

-

I'm La Rocque, greetings y'all!

+ +
+
+

Hugs from Brazil +

+

Taking this tutorial on 2024, and it still's + helpful. +

Erick Chaves Barreto

+
+
-

Assalamvalaikum

-

This is Mateen From India

+ +
+

You're A Life Saver + <3

+

Grateful for all the lessons, both big and small.The best way to learn + "w3"

+ Mostafa Mabrouk from Egypt! +
- +

Thanks W3S

+
Hello World from Space
+

Flamengo is the best Futebol team

+

I'm La Rocque, greetings y'all!

-
-

Thanks W3C ! from Ash

-
- -
+

Assalamvalaikum

+

This is Mateen From India

- -
-

Hello, Hala Madrid, support Real Madrid, watch football and enjoy coding!

-
- -
- + - -
-

Thank You

-

Dear W3Schools, I want to express my gratitude - for the incredibly informative content you provide. Your resources have been invaluable - to me.

-

Best regards,

-

Umesh

+ style="padding: 15px; display: flex; background: lightblue; border-radius: 5px; box-shadow: 5px 5px rgba(0,0,0,0.1); margin: auto; width: 500px; max-width: 90v; flex-direction: column; justify-content: center; align-items: center"> +

Thanks W3C ! from Ash

+
+
-
- - -

This is a test from Juha from Turku, Finland!!!

- - - -
-

- - Hello World!!!
- My name is Minal.

-
- - - -
-

Thank You W3schools.

-

Your Tutorials have played a pivotal role in my - Web-Development journey.

-

Thank you for providing such a great platform for - learning.

-

Regards, Rian.

-
- - -
-
-

Dokdo

-

W3Schools GitHub Test by Kwanghee

+ +
+

Hello, Hala Madrid, support Real Madrid, watch football and enjoy coding!

+
+
-
- + - -

I AM IBRAHIMA CISSE AND ONE DAY I WILL DO GREAT THINGS

- + +
+
+

Thank You

+

Dear W3Schools, I want to express my gratitude + for the incredibly informative content you provide. Your resources have been invaluable + to me.

+

Best regards,

+

Umesh

+
+
+ + +

This is a test from Juha from Turku, Finland!!!

+ + + +
+

+ + Hello World!!!
+ My name is Minal.

+
+ + + +
+

Thank You W3schools.

+

Your Tutorials have played a pivotal role in my + Web-Development journey.

+

Thank you for providing such a great platform for + learning.

+

Regards, Rian.

+
+ - -
-

"Thank you w3schools for providing us what we need in web development journey."

-
Shariq Yousuf from Pakistan -
-
- + +
+
+

Dokdo

+

W3Schools GitHub Test by Kwanghee

+
+
+ + + +

I AM IBRAHIMA CISSE AND ONE DAY I WILL DO GREAT THINGS

+ + + +
+

"Thank you w3schools for providing us what we need in web development journey."

+
Shariq Yousuf from Pakistan +
+
+ -
-

Siema, co tam? Byku, jak dziś forma? Wszyscy nagle tacy piękni, jak na - bilbordach

-
+
+

Siema, co tam? Byku, jak dziś forma? Wszyscy nagle tacy piękni, jak na + bilbordach

+
- -
-

heyyyyy! here's a chonky cat: ❤ from nour

-
- -
- + +
+

heyyyyy! here's a chonky cat: ❤ from nour

+
+ +
+ - -
-
-

(^_^)

-

Hi, David here from the Island of the Philippines

- Philippine Flag - - - Philippine Map (1974) - - Includes islets in the West Philippine Sea -

I appreciate the W3Schools for providing clean tutorials for learners like me.

-

(^L^)

+ +
+
+

(^_^)

+

Hi, David here from the Island of the Philippines

+ Philippine Flag + + + Philippine Map (1974) + + Includes islets in the West Philippine Sea +

I appreciate the W3Schools for providing clean tutorials for learners like me.

+

(^L^)

+
-
- + - -
Hello everybody! Thanks to W3School!
- -
-

-
- Thank you W3 for this helpful tutorial on git and github -

-
- + +
Hello everybody! Thanks to W3School!
+ +
+

+
+ Thank you W3 for this helpful tutorial on git and github +

+
+ - -
Hello everybody! Thanks to W3School!
- -
-

-
- Thank you W3 for this helpful tutorial on git and github -

-
- + +
Hello everybody! Thanks to W3School!
+ +
+

+
+ Thank you W3 for this helpful tutorial on git and github +

+
+ - -
-

-
- Thank you W3 for this helpful tutorial -

-
- + +
+

+
+ Thank you W3 for this helpful tutorial +

+
+ -

if you believe you can damage believe you can fix it,

+

if you believe you can damage believe you can fix it,

- -
-

- "Make it as simple as possible, but not simpler." -

-

Albert Einstein

-
- + +
+

+ "Make it as simple as possible, but not simpler." +

+

Albert Einstein

+
+ -

Solukbenizli was here, thank you w2school :))

+

Solukbenizli was here, thank you w2school :))

- -
Hello everybody! Thanks to W3School!
+ +
Hello everybody! Thanks to W3School!
- -
-

-
- Thank you W3 for this helpful tutorial on git and github -

-
- + +
+

+
+ Thank you W3 for this helpful tutorial on git and github +

+
+ - -
-

- "Perfection is not when there's nothing left to add, but when there's nothing left to take - away." - Antoine de Saint-Exuery

-
- + +
+

+ "Perfection is not when there's nothing left to add, but when there's nothing left to take + away." - Antoine de Saint-Exuery

+
+ - -
-

-
- Thank you W3 for this helpful tutorial -

-
- + +
+

+
+ Thank you W3 for this helpful tutorial +

+
+ -
-

-
- Thank you W3 for this helpful tutorial on git and github, I learned a lot. -

-
+
+

+
+ Thank you W3 for this helpful tutorial on git and github, I learned a lot. +

+
- -
-

"Be patient. All things are difficult before they seem easy."

-

Oussama Bensaid (5/14/2024)

- you are hero -
- + +
+

"Be patient. All things are difficult before they seem easy."

+

Oussama Bensaid (5/14/2024)

+ you are hero +
+ - -
-

-
- Thank you for allowing me to contribute to your project -

-
- + +
+

+
+ Thank you for allowing me to contribute to your project +

+
+ - -
- Hello from Sydney, Australia! -

Thanks for being a godsend during my academic studies a couple years ago!

-
- + +
+ Hello from Sydney, Australia! +

Thanks for being a godsend during my academic studies a couple years ago!

+
+ - -

I don't know HTML, so this is probably going to look ugly.

-

Rodolfo S.

- + +

I don't know HTML, so this is probably going to look ugly.

+

Rodolfo S.

+ - -
- Hello from Germany -

thanks for the great tutorial

-
- + +
+ Hello from Germany +

thanks for the great tutorial

+
+ - -
- Hello from Israel 💕 -

thanks for the awesome tutorial

-
- + +
+ Hello from Israel 💕 +

thanks for the awesome tutorial

+
+ - -
-

Spread kindness!

-
- + +
+

+ Spread kindness!

+
+ - -
- Hello from Sri Lanka 💕 -

Thanks for the awesome tutorial for w3School -

-
- + +
+ Hello from Sri Lanka 💕 +

Thanks for the awesome tutorial for w3School +

+
+ -
hello ladies
+
hello ladies
-
-
-

- 'Be kind, it's my first try.' -JDB
Thanks W3 School!

+
+
+

+ 'Be kind, it's my first try.' -JDB
Thanks W3 School!

-
-
Sir Jax
+
+
Sir Jax
+
-
Hello W3Schools! Thank you for the awesome tutorial. from Russia.

- - + +

Good work Keep it up. @@ -8036,1970 +8429,1968 @@

Good work

...Stephen from Nigeria

-
+
- -
-

This tutorial is wonderful, I learned everything I needed.

-

Thanks from Brasil.

-
+ +
+

This tutorial is wonderful, I learned everything I needed.

+

Thanks from Brasil.

+
- -
-

Nice tutorial!!!

-
+ +
+

Nice tutorial!!!

+
-
-

Amazing tutorial!

-

Thanks a ton :)

-
+
+

Amazing tutorial!

+

Thanks a ton :)

+
- -
-

I finally did it guys !!

-

On my way becoming software engineer! Thanks for this tutorial !

-

Best wishes, Cosmin .

-
+ +
+

I finally did it guys !!

+

On my way becoming software engineer! Thanks for this tutorial !

+

Best wishes, Cosmin .

+
-
-

Thanks for Fork tutorial

-

ykm

-
+
+

Thanks for Fork tutorial

+

ykm

+
- -
-

W3Schools is the main school!!!

-

I appreciate the team

-
+ +
+

W3Schools is the main school!!!

+

I appreciate the team

+
-
-

Best website where you can improve your developer skills

-

Gin

-
+
+

Best website where you can improve your developer skills

+

Gin

+
-
-

Big THANK YOU

-

Sami - Algeria

-
+
+

Big THANK YOU

+

Sami - Algeria

+
-
-

Thanks from Middle east

-

Sepehr

-
+
+

Thanks from Middle east

+

Sepehr

+
- -
-

i really learned from this website. we hope to add more tutorials like flutter .

-

Thanks from Morocco

-
+ +
+

i really learned from this website. we hope to add more tutorials like flutter .

+

Thanks from Morocco

+
- -
With Love From GoldCoast - Pizzosta
-
-

Thank you very much for this tutorial!

-

Johanka

-
+ +
With Love From GoldCoast - Pizzosta
+
+

Thank you very much for this tutorial!

+

Johanka

+
- -
-

Thanks a lot!

-
+ +
+

Thanks a lot!

+
- -
- Great tutorial on Fork and Git.
keep it up.
ANUBHAV FROM INDIA 🇮🇳 -
- + Great tutorial on Fork and Git.
keep it up.
ANUBHAV FROM INDIA 🇮🇳 +
+ -
-

- - From Bangladesh, to W3Schools, so much thanks
- for turning the hardest topics into so easy ones to - learn! - Please add more tutorials because your tutorials are the best! -

-
+
+

+ + From Bangladesh, to W3Schools, so much thanks
+ for turning the hardest topics into so easy ones to + learn! + Please add more tutorials because your tutorials are the best! +

+
-
-

- - hello from migoilee 2022 :) -

-
- -
-

W3schools is so COOL! The tutorials is easy to understand which may disable language - barrier!

-

Thanks from China

-
- -
-

W3Schools is really make programming education great and easy to understand

-

Thanks from Indonesia

-
+
+

+ + hello from migoilee 2022 :) +

+
+ +
+

W3schools is so COOL! The tutorials is easy to understand which may disable language + barrier!

+

Thanks from China

+
+ +
+

W3Schools is really make programming education great and easy to understand

+

Thanks from Indonesia

+
- -
-

Thanks to W3Schools for its simplicity

-

Thanks from India

-
+ +
+

Thanks to W3Schools for its simplicity

+

Thanks from India

+
- -
-

W3Schools☀️❤️

-

Thanks from China

-
+ +
+

W3Schools☀️❤️

+

Thanks from China

+
- -
-

- 💖 Thanks from Thailand! 💖 -

-

- 💖 W3schools 💖 -

-
+ +
+

+ 💖 Thanks from Thailand! 💖 +

+

+ 💖 W3schools 💖 +

+
- -
-

Thanks to W3Schools for its simplicity

-

Reza Sajjadian from Iran

-
+ +
+

Thanks to W3Schools for its simplicity

+

Reza Sajjadian from Iran

+
- -
-

Just trying out the github tutorial

-

ARRW

-
+ +
+

Just trying out the github tutorial

+

ARRW

+
- -
-

Awesome GitHub tutorial!

-

Siklab

-
+ +
+

Awesome GitHub tutorial!

+

Siklab

+
- -
-
-
-

Thanks for the - tutorial W3schools. - 😁

-
-
-

John K

-
-

- Scotland

-
+ +
+
+
+

Thanks for the + tutorial W3schools. + 😁

+
+
+

John K

+
+

+ Scotland

+
- -
-

Thanks W3schools from Georgia!

-
+ +
+

Thanks W3schools from Georgia!

+
- -
-

Just trying out the github tutorial

-

ARRW

-
+ +
+

Just trying out the github tutorial

+

ARRW

+
- -
-

Thanks for the tutorial W3Schools. It's great!

-

Mr.Market

-
+ +
+

Thanks for the tutorial W3Schools. It's great!

+

Mr.Market

+
- -
-

Why w3school is awesomme?

-

W3schools is one of the best online ressources to learn computer science .It gives you a - clear roadmap - troughout your journey. It has a great editor , good documentations for almost all - programming language.

-

Thanks W3schools for your support.

-
-

Blaise

-
+ +
+

Why w3school is awesomme?

+

W3schools is one of the best online ressources to learn computer science .It gives you a + clear roadmap + troughout your journey. It has a great editor , good documentations for almost all + programming language.

+

Thanks W3schools for your support.

+
+

Blaise

+
- -
-

warm greetings from Ukraine

-
+ +
+

warm greetings from Ukraine

+
- -
-
-
-

- Thank you W3schools for all the great tutorials -

-
-
-

Hassan Rasoulpour

-
-

Mahabad-Iran

-
+ +
+
+
+

+ Thank you W3schools for all the great tutorials +

+
+
+

Hassan Rasoulpour

+
+

Mahabad-Iran

+
- -
-

If you think math - is hard, try web - development.

-

Mansoor Alamyar - from Afghanistan. -

-
+ +
+

If you think math + is hard, try web + development.

+

Mansoor Alamyar + from Afghanistan. +

+
- -
-

Thank You W3 Schools

-

Ali,Iran.

-
+ +
+

Thank You W3 Schools

+

Ali,Iran.

+
- -
-

I enjoy W3Schools Tutorials on Web Development.

-

W3Schools has helped a lot of people (incl. myself) to learn Web Development easily and - comprehensively.
- Thank you and one day, I hope to help more people.

-

-HBO, Lagos Nigeria.

-
+ +
+

I enjoy W3Schools Tutorials on Web Development.

+

W3Schools has helped a lot of people (incl. myself) to learn Web Development easily and + comprehensively.
+ Thank you and one day, I hope to help more people.

+

-HBO, Lagos Nigeria.

+
- -
-

" I'm happy about learning in W3schools. I would tell others - about it in the - future."

-
+ +
+

" I'm happy about learning in W3schools. I would tell others + about it in the + future."

+
- -
-

Thank you W3SCHOOL

-

Coding is not just writing a code it is an art of life!

-
+ +
+

Thank you W3SCHOOL

+

Coding is not just writing a code it is an art of life!

+
- -
-

- "Thanks for this tutorial. It was really helpful" -

-

Maria Djadi

-
- -
-

I'm a student from São Paulo, Brazil.
I'm Happy learning - Git and Github -

-

Vinícus :)

-
- -
-
-

Want to learn new tech skills? Always w3schools was the first tutor to - start

-

Thank You

-
+ +
+

+ "Thanks for this tutorial. It was really helpful" +

+

Maria Djadi

+
+ +
+

I'm a student from São Paulo, Brazil.
I'm Happy learning + Git and Github +

+

Vinícus :)

+
+ +
+
+

Want to learn new tech skills? Always w3schools was the first tutor to + start

+

Thank You

+
- -
-
-

If you plan on being anything less than you are capable of being, you - will probably be - unhappy all the days of your life. -Abraham Maslow

-

Great tutorial, thanks !

-
+ +
+
+

If you plan on being anything less than you are capable of being, you + will probably be + unhappy all the days of your life. -Abraham Maslow

+

Great tutorial, thanks !

+
-
-

- "Hello :)" -

- "Great git tutorial, you the best. Thank you!"

-

van2jazz

-
+
+

+ "Hello :)" +

+ "Great git tutorial, you the best. Thank you!"

+

van2jazz

+
- -
-

Thanks W3SCHOOL

-

We learn for the fun!

-
+ +
+

Thanks W3SCHOOL

+

We learn for the fun!

+
- -
-

Truth hurts!

-
+ +
+

Truth hurts!

+
-
-

Are you so idle that you are reading these messages? - You are still far from getting a job. - Spend your time on learning.

-
+
+

Are you so idle that you are reading these messages? + You are still far from getting a job. + Spend your time on learning.

+
- -
-

I like the message above

-
+ +
+

I like the message above

+
- -
-

I like the message above even more!

-
+ +
+

I like the message above even more!

+
- -
-
-

W3School, a platform for beginers,

-

Et une plateforme pour les personnes expérimentées!

-

Daniel Mofor sends Love and - Gratitude,
From - Bamenda, Cameroon. -

-
-
- - -
-

Greetings from NYC!

+
+

W3School, a platform for beginers,

+

Et une plateforme pour les personnes expérimentées!

+

Daniel Mofor sends Love and + Gratitude,
From + Bamenda, Cameroon. +

+
-
-

Appreciating for the great tutorials

-
- -
-

Very thanks, W3Schools

-
+ +
+

Greetings from NYC!

+
- -
-

W3School keren!!!

-
+
+

Appreciating for the great tutorials

+
+ +
+

Very thanks, W3Schools

+
- -
-

JazakAllah for this. May Allah bless you :)

-
+ +
+

W3School keren!!!

+
- -
-

Thank you - w3schools for the - tutorial!

-

Samuel from Panama -

-
+ +
+

JazakAllah for this. May Allah bless you :)

+
- -
-

Code long and prosper!)

-

Me(28%) and Spok(62%)

-
+ +
+

Thank you + w3schools for the + tutorial!

+

Samuel from Panama +

+
- -
-

Thank you for providing free education to everyone! These free resources are invaluable to - so many people, - including myself.

-
-

"No act of kindness, no matter how small, is ever - wasted"

-
Aesop
-
-
+ +
+

Code long and prosper!)

+

Me(28%) and Spok(62%)

+
-
-

Hi all

+ +
+

Thank you for providing free education to everyone! These free resources are invaluable to + so many people, + including myself.

+
+

"No act of kindness, no matter how small, is ever + wasted"

+
Aesop
+
- -
-

I like w3schools tutorials on web development

-

w3schools helped a lot to learn web development easily and comprehensively

-
-
-

It's better to light a candle than to curse the darkness.

-

Confucio

-
+
+

Hi all

+
- -
-

w3schools is the best

-
+ +
+

I like w3schools tutorials on web development

+

w3schools helped a lot to learn web development easily and comprehensively

+
+
+

It's better to light a candle than to curse the darkness.

+

Confucio

+
- -
-

Thank you, from israel!

-
+ +
+

w3schools is the best

+
- -
-

What a great tutorial!

-
+ +
+

Thank you, from israel!

+
- -
-

- Thank you for everything ❤ -

-

Tôn Thành Tâm

-
- -
-

- "I learned a lot from W3Schools, Thanks" -

-
+ +
+

What a great tutorial!

+
- -
-
-

Thank you w3schools for your - amazing tutorials -

- Kinyanjui-Joseph -

From Kenya 254!

-
-
+ +
+

+ Thank you for everything ❤ +

+

Tôn Thành Tâm

+
+ +
+

+ "I learned a lot from W3Schools, Thanks" +

+
- -
-

Thanks for the tutorial. Y'all Rock!

+ +
+
+

Thank you w3schools for your + amazing tutorials +

+ Kinyanjui-Joseph +

From Kenya 254!

+
- -
-

Thanks W3Schools

-

The tutorial helped a lot.

-
+ +
+

Thanks for the tutorial. Y'all Rock!

+
- -
-
-

Amazing tutorial! Thanks a lot w3schools!!

-
-
+ +
+

Thanks W3Schools

+

The tutorial helped a lot.

+
- -
-
-

- This course is informative. I would recommend it to anyone looking for a quick - introduction to Git. -

-
+ +
+
+

Amazing tutorial! Thanks a lot w3schools!!

+
- -
-

- "Thank you for the tutorial :)" + +

+
+

+ This course is informative. I would recommend it to anyone looking for a quick + introduction to Git.

+
- -
-
-

- Hey frind!! nice tutorial, thank you -

-
-
+ +
+

+ "Thank you for the tutorial :)" +

+
- -
-

Thanks W3Schools!"

-

Your commitment to education - is very - impressive!

-
+ +
+
+

+ Hey frind!! nice tutorial, thank you +

+
+
- -
-

Thanks W3, great tutorial!

-
+ +
+

Thanks W3Schools!"

+

Your commitment to education + is very + impressive!

+
- -
-

Thanks for your tutorial!

-
+ +
+

Thanks W3, great tutorial!

+
+ + +
+

Thanks for your tutorial!

+
- -
-
-

Thank you w3schools

-

From,

- Raju Kumar S -

love from India!

-
+

Thank you w3schools

+

From,

+ Raju Kumar S +

love from India!

+
- -
-

- "Thank you for great tutorial!" -

-

Best Resource about Git

-
+ +
+

+ "Thank you for great tutorial!" +

+

Best Resource about Git

+
- -
-

"Thank you very much for this tutorial"

-

Abdulmumin from Nigeria

-
+ +
+

"Thank you very much for this tutorial"

+

Abdulmumin from Nigeria

+
- -
-
-

- Make it as simple as possible, but not simpler - Albert Einstein -

-
+ +
+
+

+ Make it as simple as possible, but not simpler - Albert Einstein +

+
- -
-

Sanjeeb from India(Hyderabad)

-

Thanks for your tutorial!

-
+ +
+

Sanjeeb from India(Hyderabad)

+

Thanks for your tutorial!

+
- -
-

Peter Nguyen from VietNam

-

Thank you very much for this tutorial

-
+ +
+

Peter Nguyen from VietNam

+

Thank you very much for this tutorial

+
- -
-

Thanks for your tutorial!

-

Alan from Vietnam

-

Welcome to Vietnam!

-
+ +
+

Thanks for your tutorial!

+

Alan from Vietnam

+

Welcome to Vietnam!

+
- -
-

- "Thank you so much for the tutorial!" -

-

You are the Best

-
- -
-

- "Easiest and most useful tutorial" -

Thank you

-
+ +
+

+ "Thank you so much for the tutorial!" +

+

You are the Best

+
+ +
+

+ "Easiest and most useful tutorial" +

Thank you

+
- -
-

- "Make it as simple as possible, but not simpler." -

-

Albert Einstein

-
+ +
+

+ "Make it as simple as possible, but not simpler." +

+

Albert Einstein

+
- -
-
-

Great tutorial thanks w3schools

-
+ +
+
+

Great tutorial thanks w3schools

+
-
-

Thanks a lot W3Schools.

-

Mudabbir Hussain Momin from India

-
+
+

Thanks a lot W3Schools.

+

Mudabbir Hussain Momin from India

+
- -
-

Thanks for the git tutorial. It really helped me understand the system better.

-
+ +
+

Thanks for the git tutorial. It really helped me understand the system better.

+
- -
-
-
-

Ali Rihan

-
-
-

Thank you w3schools 💖

-
-

Computer and Systems Engineer, graduated from the Faculty of - Engineering, - Alexandria - University in Egypt.

-
+ +
+
+
+

Ali Rihan

+
+
+

Thank you w3schools 💖

+
+

Computer and Systems Engineer, graduated from the Faculty of + Engineering, + Alexandria + University in Egypt.

- - - -
-

- "Thank you for great tutorial!" -

-

Best Resource about Git

-
- - -
-

Aakash Dinkar made this commit

-

- - Have a Nice Day!!! - -

- -
+
+ - -
-

- Razvojno okruženje -
-

-
+ +
+

+ "Thank you for great tutorial!" +

+

Best Resource about Git

+
- -
-

- Make Peace not war! Love eachother. -
-

-
+ +
+

Aakash Dinkar made this commit

- Thanks for the tutorial! Cheers. + + Have a Nice Day!!! +

+ +
- -
-

- Coding is Fun!!!. -
-

-
+ +
+

+ Razvojno okruženje +
+

+
- -
-
- - - -
-
-

- Hello,

-

- again after 1 - year.

-
-

- Success is not final; failure is not fatal: It is the courage to continue that counts. -
-Winston - S. - Churchill -

-
-
+ +
+

+ Make Peace not war! Love eachother. +
+

+
+

+ Thanks for the tutorial! Cheers. +

+ + +
+

+ Coding is Fun!!!. +
+

+
- -
-
-

- Make it as simple as possible, but not simpler - Albert Einstein -

+ +
+
+ + +
- - -
-

Be kind to everyone, and you will live a happy life!

+
+

+ Hello,

+

+ again after 1 + year.

+
+

+ Success is not final; failure is not fatal: It is the courage to continue that counts. +
-Winston + S. + Churchill +

+
-
-

Your tutorials are so clear lots of love from - zimbabwe 💖

-

ezrajuba

-
+ +
+
+

+ Make it as simple as possible, but not simpler - Albert Einstein +

+
+ +
+

Be kind to everyone, and you will live a happy life!

+
- -
-

Thanks for your tutorial! I'm learning Git, - Github and HTML all - in 1 tutorial.

-

Nik from Malaysia

-
+
+

Your tutorials are so clear lots of love from + zimbabwe 💖

+

ezrajuba

+
- -
-

Yet another great tutorial

-

AllanK from Turkmenistan 1.5.2024

-
+ +
+

Thanks for your tutorial! I'm learning Git, + Github and HTML all + in 1 tutorial.

+

Nik from Malaysia

+
- -
-

w3schools is a great resource thank you.

-

~Brandon from Japan

-

06/04/2022

-
+ +
+

Yet another great tutorial

+

AllanK from Turkmenistan 1.5.2024

+
- -
-

- - Where there's a will there's a way. -
-

-
-
-

Everything is hard before it is easy

-

Goethe

-
+ +
+

w3schools is a great resource thank you.

+

~Brandon from Japan

+

06/04/2022

+
- -
-

You really make my day, TYSM - :)

-

- Hoang Quoc Vjet -

-
+ +
+

+ + Where there's a will there's a way. +
+

+
-
-

"Don't let the noise of others' opinions drown out your own - inner voice." -

-

Steve Jobs

-
+
+

Everything is hard before it is easy

+

Goethe

+
- -
-

"There is no try, only do!" - Yoda

-

Love from Vancouver, Canada

-
+ +
+

You really make my day, TYSM + :)

+

- Hoang Quoc Vjet -

+
-
-

- W3Schools is absolutely the best. Love y'all <3 -

-

Love from Richard Zhang

-
+
+

"Don't let the noise of others' opinions drown out your own + inner voice." +

+

Steve Jobs

+
-
-

- W3Schools is absolutely the best. Love y'all <3 -

-

Love from Fadlu Lanre

-

Love from Abeokuta, Nigeria.

-
+ +
+

"There is no try, only do!" - Yoda

+

Love from Vancouver, Canada

+
-
-

- W3school has always been my mentor! Lots of Love🦾 -

-

The self learner on W3schools

-

Please update more tutorials

-

Love from Bhutan.

-
+
+

+ W3Schools is absolutely the best. Love y'all <3 +

+

Love from Richard Zhang

+
- -
-

- Let's learn together from W3Schools💖 -

-

- Abhishek from India

-
+
+

+ W3Schools is absolutely the best. Love y'all <3 +

+

Love from Fadlu Lanre

+

Love from Abeokuta, Nigeria.

+
-
-

- "Hii"
Danke por el curso :D"
-

-

Apurv

-
+
+

+ W3school has always been my mentor! Lots of Love🦾 +

+

The self learner on W3schools

+

Please update more tutorials

+

Love from Bhutan.

+
-
-

" In theory, theory and practice are the same. In practice, - they’re not. " -

-

From Khuong Nguyen

-
+ +
+

+ Let's learn together from W3Schools💖 +

+

- Abhishek from India

+
- -
-

- Thanks W3 School for all the amazing tutorials! -

-

Love from SB

-
+
+

+ "Hii"
Danke por el curso :D"
+

+

Apurv

+
- -
-

Thank you w3school

-

Love from Bangladesh

-
+
+

" In theory, theory and practice are the same. In practice, + they’re not. " +

+

From Khuong Nguyen

+
- -
-

Thanks to w3schools for their well structured and detailed tutorial and th e reason why we - are all programmer -

-
+ +
+

+ Thanks W3 School for all the amazing tutorials! +

+

Love from SB

+
- -
-

Hello from Luxemburg :)

-

Thanks for all these great tutos !

-

22/05/2022

-
+ +
+

Thank you w3school

+

Love from Bangladesh

+
- -
-

- Thanks W3 School for all the amazing tutorials! -

-

AQUI É SENAC SL - É OS GURI E A GURIA

-
+ +
+

Thanks to w3schools for their well structured and detailed tutorial and th e reason why we + are all programmer +

+
- -
-

- Thanks W3 School for all the amazing tutorials! -

-

Love from India

-
- -
-

- Thanks W3 School for all the amazing tutorials! -

-

Love from India

-

Payal Dhakad

+ +
+

Hello from Luxemburg :)

+

Thanks for all these great tutos !

+

22/05/2022

+
-
+ +
+

+ Thanks W3 School for all the amazing tutorials! +

+

AQUI É SENAC SL - É OS GURI E A GURIA

+
- -
-

-

-

AQUI É SENAC SL - É OS GURI E A GURIA

-
-

-

Eles mesmo

-
+ +
+

+ Thanks W3 School for all the amazing tutorials! +

+

Love from India

+
+ +
+

+ Thanks W3 School for all the amazing tutorials! +

+

Love from India

+

Payal Dhakad

+ +
+ + +
+

+

+

AQUI É SENAC SL - É OS GURI E A GURIA

+
+

+

Eles mesmo

+
- -

Thank you for the tutorial W3school!

-

Don't forget to laugh and drink water..

-

Ncha! -miyaavkatz

+ +

Thank you for the tutorial W3school!

+

Don't forget to laugh and drink water..

+

Ncha! -miyaavkatz

- -
+ +

- Thanks W3School for the amazing tutorials -

- -

Ahmad from Pakistan🇵🇰

-
-

18-05-2022

-
+ Thanks W3School for the amazing tutorials +

+ +

Ahmad from Pakistan🇵🇰

+
+

18-05-2022

+
- -
-

- Thanks for the tutorial W3 School! -

-

Thanks for the all amazing content

-

Harsh Goyal from India ❤️⭐

-
+ +
+

+ Thanks for the tutorial W3 School! +

+

Thanks for the all amazing content

+

Harsh Goyal from India ❤️⭐

+
- -
-

- "Hello, this is Kei"
Thanks for the awesome learning platform"
-

-

Kei

-
+ +
+

+ "Hello, this is Kei"
Thanks for the awesome learning platform"
+

+

Kei

+
- -
-

- "This is Raj Maity"
I have learned git and github from w3schools"
-

-

Raj

-
+ +
+

+ "This is Raj Maity"
I have learned git and github from w3schools"
+

+

Raj

+
- -
-

lots of love from india

-

front-end developer

-

i'm not styling it too much coz i feel lazy when i'm writing this

-
+ +
+

lots of love from india

+

front-end developer

+

i'm not styling it too much coz i feel lazy when i'm writing this

+
- -
-

- "W3schools has really helped me get into coding free of charge.
I am eternally - grateful for your - knowledge."
-

-

Victor

-
+ +
+

+ "W3schools has really helped me get into coding free of charge.
I am eternally + grateful for your + knowledge."
+

+

Victor

+
- -
-

Made with ♥♥♥ -

-

Quang Tran

-
+ +
+

Made with ♥♥♥ +

+

Quang Tran

+
- -
-

- "Thank you w3schools!! You are awesome"
Thanks for the awesome learning platform"
-

-

Kei

-
+ +
+

+ "Thank you w3schools!! You are awesome"
Thanks for the awesome learning platform"
+

+

Kei

+
- -
-

- Thank you for everything! -

-

I am really grateful

-
+ +
+

+ Thank you for everything! +

+

I am really grateful

+
- -
-

- Thank you for everything! - payal dhakad - Date:1/06/2022 -

-

I am really grateful

-
+ +
+

+ Thank you for everything! + payal dhakad + Date:1/06/2022 +

+

I am really grateful

+
- -
-

- Thanks for the tutorial W3 School! -

-

Josephzal

-
+ +
+

+ Thanks for the tutorial W3 School! +

+

Josephzal

+
- -
-

Aspiringlivlity

-

Learning git and github...thanks W3!

-
+ +
+

Aspiringlivlity

+

Learning git and github...thanks W3!

+
- -
-

- W3 School helps me. Thank you W3 School! -

-

xOviwyRx

-
+ +
+

+ W3 School helps me. Thank you W3 School! +

+

xOviwyRx

+
- -
-

- "Thank you W3 School!" -

-

Mayank

-
+ +
+

+ "Thank you W3 School!" +

+

Mayank

+
- -

Thank you w3schools for all the wonderful tutorials!

-

I have learned a lot from your tutorials.

-

kingcong was here 04/26/2022.

-

Please support w3scools.com

- - - -
-

- "Thank you!" -

-

Rashid

-
+ +

Thank you w3schools for all the wonderful tutorials!

+

I have learned a lot from your tutorials.

+

kingcong was here 04/26/2022.

+

Please support w3scools.com

+ + + +
+

+ "Thank you!" +

+

Rashid

+
-
-

Thank you

-

Andile

-
+
+

Thank you

+

Andile

+
- -

Hello w3school Community

-

I look foward to working with my first collab on github

- - -
-
-
- When something is important enough, you do it even if the odds are not in your - favor. - Elon musk -
-
21/04/2022
-
+ +

Hello w3school Community

+

I look foward to working with my first collab on github

+ + +
+
+
+ When something is important enough, you do it even if the odds are not in your + favor. + Elon musk +
+
21/04/2022
+
- -
-

- "Make it as simple as possible, but not simpler." -

-

Albert Einstein

-
-

Thanks w3schools for such a great course on Git/GitHub

-

Love from India💖💖💖

-

~Rishabh Sharma

+ +
+

+ "Make it as simple as possible, but not simpler." +

+

Albert Einstein

+
+

Thanks w3schools for such a great course on Git/GitHub

+

Love from India💖💖💖

+

~Rishabh Sharma

- + - -

Thank you, W3SCHOOL

-
-
-

- Thanks a Lot! - Javier. From 🇦🇷 🇦🇷 🇦🇷 -

-
-
Argentina, - 17/04/2022
-
+ +

Thank you, W3SCHOOL

+
+
+

+ Thanks a Lot! + Javier. From 🇦🇷 🇦🇷 🇦🇷 +

+
+
Argentina, + 17/04/2022
+
- -
-

Mac Green Bear

-

Git'in in gear with Git and GitHub...thanks W3!

-
+ +
+

Mac Green Bear

+

Git'in in gear with Git and GitHub...thanks W3!

+
- -
-

"Learn Something in Everything & Learn Everything in Something"

-

~ GB, 13 April, 2022

-

Thank You W3Schools💖

-
+ +
+

"Learn Something in Everything & Learn Everything in Something"

+

~ GB, 13 April, 2022

+

Thank You W3Schools💖

+
- -
-

"Learn Something in Everything & Learn Everything in Something"

-

~ Rio, 13 Mei, 2022

-

Thank You W3Schools💖

-
+ +
+

"Learn Something in Everything & Learn Everything in Something"

+

~ Rio, 13 Mei, 2022

+

Thank You W3Schools💖

+
- -
-

- A journey of a lifetime begins with a single push request.

-
+ +
+

+ A journey of a lifetime begins with a single push request.

+
- -
-

"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"

-

JustOnesAndZeros

-
+ +
+

"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"

+

JustOnesAndZeros

+
- -
-

- Do I need to be - liked? Absolutely not. I like to be liked. I enjoy being liked. I have to be liked, but it’s - not like this - compulsive need to be liked, like my need to be praised.
~ Micheal Scott

-
+ +
+

+ Do I need to be + liked? Absolutely not. I like to be liked. I enjoy being liked. I have to be liked, but it’s + not like this + compulsive need to be liked, like my need to be praised.
~ Micheal Scott

+
- -

Tell me and I forget, teach me and I may remember, involve me and I learn.

-

W3schools is doing a great job involving everyone learning on their platform. Keep up the good - work

- - -
- "Life is like riding - a bicycle. To - keep your balance you must keep moving." -

-Albert Einstein

-

Entry: 30 Mar. 2022

-
+ +

Tell me and I forget, teach me and I may remember, involve me and I learn.

+

W3schools is doing a great job involving everyone learning on their platform. Keep up the good + work

+ + +
+ "Life is like riding + a bicycle. To + keep your balance you must keep moving." +

-Albert Einstein

+

Entry: 30 Mar. 2022

+
- -
-

- - Thank you so much for your great Job!
- I learned a lot on the w3school website and i will go on learning!

-
+ +
+

+ + Thank you so much for your great Job!
+ I learned a lot on the w3school website and i will go on learning!

+
- -
- "I'm a third-year student at my university. Hoping you guys will - pass the DSA course - at the first time you study it" -

theksbd - 2022-03-27

-
+ +
+ "I'm a third-year student at my university. Hoping you guys will + pass the DSA course + at the first time you study it" +

theksbd - 2022-03-27

+
- -
-

- "I don't know html and css yet so im copying mira's :)" -

-

jiggs

-
+ +
+

+ "I don't know html and css yet so im copying mira's :)" +

+

jiggs

+
- -
-

- "Learned a lot about git and github. Thank you:)" -

-

Mira^-^

-
+ +
+

+ "Learned a lot about git and github. Thank you:)" +

+

Mira^-^

+
- -
-
-

In case of fire 🔥

-
    -
  • git add
  • -
  • git commit
  • -
  • git push 😉
  • -
-
-

This is so cool! I appreciate the free service.

-

Samad (@shaiksamad ). Nellore, India. + +

+
+

In case of fire 🔥

+
    +
  • git add
  • +
  • git commit
  • +
  • git push 😉
  • +
+

This is so cool! I appreciate the free service.

+

Samad (@shaiksamad ). Nellore, India. +

-
-

Thank you for the great Git tutorial!

-

susan kh, 2022, thanks w3schools - <3

-
+
+

Thank you for the great Git tutorial!

+

susan kh, 2022, thanks w3schools + <3

+
- -
-

Hello there! w3Schools helped me a lot in learning everything Greetings from Tunisia!

-
+ +
+

Hello there! w3Schools helped me a lot in learning everything Greetings from Tunisia!

+
-
-

hello worlds & w3schools

-
+
+

hello worlds & w3schools

+
-
-

Thank you for the great Git tutorial!

-

susan kh, 2022, thanks w3schools

-
+
+

Thank you for the great Git tutorial!

+

susan kh, 2022, thanks w3schools

+
- -
-
-

In case of fire 🔥

-
    -
  • git add
  • -
  • git commit
  • -
  • git push 😉
  • -
-
-

Thankyou, w3schools. I learned a lot from this site.

-

Samad (@shaiksamad ). Nellore, India. + +

+
+

In case of fire 🔥

+
    +
  • git add
  • +
  • git commit
  • +
  • git push 😉
  • +
- - -
-

The Git tutorial is very brief, clear and easy to understand, - although my English - is - not really good. I'm so grateful to W3Schools 😍

-
- Vietnam -

Tùng Vũ, 14/03/2022 22:10

- Vietnam -
+

Thankyou, w3schools. I learned a lot from this site.

+

Samad (@shaiksamad ). Nellore, India. +

+ + +
+

The Git tutorial is very brief, clear and easy to understand, + although my English + is + not really good. I'm so grateful to W3Schools 😍

+
+ Vietnam +

Tùng Vũ, 14/03/2022 22:10

+ Vietnam
+
-
-

Thanks W3school

-

Dakar, Senegal - 15/03/2022 12:05

+
+

Thanks W3school

+

Dakar, Senegal - 15/03/2022 12:05

+
+ + +
+

The Git tutorial is very brief, clear and easy to understand, + although my English + is + not really good. I'm so grateful to W3Schools 😍

+
+ Vietnam +

1/06/2022 1:00

+ Vietnam
- +
-
-

The Git tutorial is very brief, clear and easy to understand, - although my English - is - not really good. I'm so grateful to W3Schools 😍

-
- Vietnam -

1/06/2022 1:00

- Vietnam -
-
+
+

Thanks W3school

+

Dakar, Senegal - 15/03/2022 12:05

+
-
-

Thanks W3school

-

Dakar, Senegal - 15/03/2022 12:05

-
+ +
+

My favorite classic games

+
    +
  • Castlevania
  • +
  • The Legend of Zelda
  • +
  • Excite Bike
  • +
  • Halflife
  • +
  • Neverwinter Nights
  • +
+

Quiviro Enquerre

+
- -
-

My favorite classic games

-
    -
  • Castlevania
  • -
  • The Legend of Zelda
  • -
  • Excite Bike
  • -
  • Halflife
  • -
  • Neverwinter Nights
  • -
-

Quiviro Enquerre

-
+ +
+

Hello😍 there! w3Schools helps me alot, in my Web Development journey

+

Deepak Yadav +

+

❤️ from India

+
- -
-

Hello😍 there! w3Schools helps me alot, in my Web Development journey

-

Deepak Yadav -

-

❤️ from India

-
+
+

Thank you w3schools for this great Tutorial

+

Elias Hayek, 12/03/2022 17:24

+
-
-

Thank you w3schools for this great Tutorial

-

Elias Hayek, 12/03/2022 17:24

-
+
+

One can Learn from youtube Videos, but learning by reading and implementing is the BEST. And + that is + provided + by W3SCHOOLS Platform that even for FREE . Thankyou very much For you Hardwork for providing + free and best + content.

+

Keshav, 12/03/2022 10:35

+
-
-

One can Learn from youtube Videos, but learning by reading and implementing is the BEST. And - that is - provided - by W3SCHOOLS Platform that even for FREE . Thankyou very much For you Hardwork for providing - free and best - content.

-

Keshav, 12/03/2022 10:35

-
+
+

You are AWESOME!!!

+

QA OLY, 09/03/2022 16:45

+
-
-

You are AWESOME!!!

-

QA OLY, 09/03/2022 16:45

-
+
+

Thank you for share your knowledges

+

Daniel Josue, 07/03/2022 16:10

+
-
-

Thank you for share your knowledges

-

Daniel Josue, 07/03/2022 16:10

-
+
+ Abdullah Nisar Ahmed Gorar + 07/03/2022 12:00pm +
+
+

Tomorrow is just yesteday in the future

+

Kevin, 03.06.2022

+
-
- Abdullah Nisar Ahmed Gorar - 07/03/2022 12:00pm -
-
-

Tomorrow is just yesteday in the future

-

Kevin, 03.06.2022

-
+
+

There is no Tomorrow ⏱️

+

Thankyou W3Schools💖

+
-
-

There is no Tomorrow ⏱️

-

Thankyou W3Schools💖

-
+
+

Слава Україні - Slawa Ukrajini - Glory to Ukraine

+

Chris, 03.03.2022 (and btw thank you W3schools for making all of + these great + tutorials!)

+
-
-

Слава Україні - Slawa Ukrajini - Glory to Ukraine

-

Chris, 03.03.2022 (and btw thank you W3schools for making all of - these great - tutorials!)

-
+
+

Thank You So Much Guys .

+

You Are Just Awesome - Tarik Mouhssine

+
-
-

Thank You So Much Guys .

-

You Are Just Awesome - Tarik Mouhssine

-
+
+

Joan Vila Valls - 2/3/2022

+
STOP WARS
+
-
-

Joan Vila Valls - 2/3/2022

-
STOP WARS
-
+
+

There is no Tomorrow ⏱️

+

By MukeshGehlot;Thankyou W3Schools💖

+
-
-

There is no Tomorrow ⏱️

-

By MukeshGehlot;Thankyou W3Schools💖

-
+
+

Hello Reader

+

It's me Felix Obianozie on the terminal

+

...just wanted you to know that I was here on 25 Feb. 2022

+

Beginning a programming career with w3schools will be your best gift to yourself this + year

+

Thank me later...

+
+
-
-

Hello Reader

-

It's me Felix Obianozie on the terminal

-

...just wanted you to know that I was here on 25 Feb. 2022

-

Beginning a programming career with w3schools will be your best gift to yourself this - year

-

Thank me later...

-
-
+
+

Grazie W3schools

+

Sei la nostra Bibbia

+

Scuola Meucci

+
-
-

Grazie W3schools

-

Sei la nostra Bibbia

-

Scuola Meucci

-
+
+

Hello there! w3Schools helps me alot. Greetings from Iran

+
-
-

Hello there! w3Schools helps me alot. Greetings from Iran

-
+
+


Gortaria + de agradecer + a + w3scools pelo excelente tutorial de git e github tem me ajudado muinto, obrigado. +

Andersson Gonçalves

+

+
-
-


Gortaria - de agradecer - a - w3scools pelo excelente tutorial de git e github tem me ajudado muinto, obrigado. -

Andersson Gonçalves

-

-
+
+

Hello W3S!

+

Greetings from Estonia

+

Liu...

+
-
-

Hello W3S!

-

Greetings from Estonia

-

Liu...

-
+
+

Hello😍 there! w3Schools helps me alot. Greetings from Argentina!

+
-
-

Hello😍 there! w3Schools helps me alot. Greetings from Argentina!

-
+
+

Hello World!

+

Thank you so much for the amazing tutorial!

+

Greetings from Brazil.

+

Rudi, 20/02/2022.

+
-
-

Hello World!

-

Thank you so much for the amazing tutorial!

-

Greetings from Brazil.

-

Rudi, 20/02/2022.

-
+
+

Hello World!

+

Thank you so much for the amazing tutorial!

+

Greetings from Romania.

+

Lucian, 18/06/2022.

+
-
-

Hello World!

-

Thank you so much for the amazing tutorial!

-

Greetings from Romania.

-

Lucian, 18/06/2022.

-
+
+

Random quote:

+

Once you stop learning, you start dying

+
-
-

Random quote:

-

Once you stop learning, you start dying

-
+
+

The Github tutorial

+

the tutorial is really interesting and i love.

+
-
-

The Github tutorial

-

the tutorial is really interesting and i love.

-
+
+

+
+ If I have learnt further it is by standing on the shoulders of w3schools. +

+
-
-

-
- If I have learnt further it is by standing on the shoulders of w3schools. -

-
+
+

Thanks for the tutorial! Greetings from Russia!

+

YR, Feb 6, 2022

+
-
-

Thanks for the tutorial! Greetings from Russia!

-

YR, Feb 6, 2022

-
+
+

+

Hello World!

+ Thank you for the tutorial!
+ LC- Feb 10, 2022 +

+
-
-

-

Hello World!

- Thank you for the tutorial!
- LC- Feb 10, 2022 -

-
+
+

Allah Macedo

+

Estive por aqui

+

Grato pelo tutorial W3Schools.

+
-
-

Allah Macedo

-

Estive por aqui

-

Grato pelo tutorial W3Schools.

-
+
+

+

Hello World!

+ Thank you for the good tutorial! Greetings from Korea.
+ Kaye - Feb 09, 2022 +

+
-
-

-

Hello World!

- Thank you for the good tutorial! Greetings from Korea.
- Kaye - Feb 09, 2022 -

+
+
+

Howdy from Texas!

+

+ Thank y'all for all the awesome guides! + I have learned about HTML, CSS, JavaScript, + and now Git from your tutorials! + Cole McAnelly '24 +

+

June 6, 2022

+
-
-
-

Howdy from Texas!

-

- Thank y'all for all the awesome guides! - I have learned about HTML, CSS, JavaScript, - and now Git from your tutorials! - Cole McAnelly '24 -

-

June 6, 2022

-
+
+
+

Greetings from Ethiopia

+

Thank you W3Schools for this amazing tutorial! I understand how to navigate Git and + Github so much better + now!

+

Ermiyas Abate

+

Feb 6, 2022

+
-
-
-

Greetings from Ethiopia

-

Thank you W3Schools for this amazing tutorial! I understand how to navigate Git and - Github so much better - now!

-

Ermiyas Abate

-

Feb 6, 2022

-
-
+
+

+ "Thanks w3schools for creating this tutorial... I learned a lot!" +

+

Tharinda, 06 Feb 2022

+
-
-

- "Thanks w3schools for creating this tutorial... I learned a lot!" -

-

Tharinda, 06 Feb 2022

-
+
+

Hello😍 there! w3Schools helps me alot

+

Tahseen Ahmad Bhat

+

Kashmir (India)

+
-
-

Hello😍 there! w3Schools helps me alot

-

Tahseen Ahmad Bhat

-

Kashmir (India)

-
+
+

+

Helped a lot for learning more detailed things about git.

+

Nova - 30 jan 2022

+
-
-

-

Helped a lot for learning more detailed things about git.

-

Nova - 30 jan 2022

-
+
+

+

w3schools always helps me to learn new things.

+

Nikhil - 25.01.2022

+
-
-

-

w3schools always helps me to learn new things.

-

Nikhil - 25.01.2022

-
+
+

+ "I leart a lot from W3schools" +

+

Jaya 2.2.2022

+
-
-

- "I leart a lot from W3schools" -

-

Jaya 2.2.2022

-
+
+

✨Thanks to your tutorials among many others, an IT legend was born.✨

+

+ Be proud of yourself.
+ I am proud of you. + 🍾🍷🍷 +

+ 4ristokratka, Jan 25, 2022, Slovakia +

+
-
-

✨Thanks to your tutorials among many others, an IT legend was born.✨

-

- Be proud of yourself.
- I am proud of you. - 🍾🍷🍷 -

- 4ristokratka, Jan 25, 2022, Slovakia -

-
+
+

This is such a great tutorial! I understand how to navigate git and Github so much better + now! +

+

Svetlana, 22.01.2022 USA

+
-
-

This is such a great tutorial! I understand how to navigate git and Github so much better - now! -

-

Svetlana, 22.01.2022 USA

-
+
+

+ Working through your tutorials is always enjoyable! + Greetings and thank you from USA +

+

Jan 22, 2022

+
-
-

- Working through your tutorials is always enjoyable! - Greetings and thank you from USA -

-

Jan 22, 2022

-
+
+

+ Thanks W3schools for this amazing tutorial +

+

Hello from Iran

+

January 21 2022

+
-
-

- Thanks W3schools for this amazing tutorial -

-

Hello from Iran

-

January 21 2022

-
+
+

+ Greetings from 🇧🇷 +

+

+ W3Schools, you contribute a lot to the professional growth of millions of people around the + world.
Thank + you!! 💚 +

+

+ João Paulo | Feb 28, 2022 +

+
-
-

- Greetings from 🇧🇷 -

-

- W3Schools, you contribute a lot to the professional growth of millions of people around the - world.
Thank - you!! 💚 -

-

- João Paulo | Feb 28, 2022 -

-
+
+

Many Thantks to w3schools for their tutorials

+

Greetings from Argentina

+

January 20 2022

+
-
-

Many Thantks to w3schools for their tutorials

-

Greetings from Argentina

-

January 20 2022

-
+
+

Many Thantks to w3schools for their tutorials

+

Greetings from Kenya

+

June 23 2024

+
-
-

Many Thantks to w3schools for their tutorials

-

Greetings from Kenya

-

June 23 2024

-
+
+

Welcome All Joining to Programming World

+

 Thanks to all w3schools staff.👏 It is done incredible, + amazing + job.👍
+ My wizard was, is and will be w3schools. It is easy, attractive in w3schools platform.
+ Well, I can not resist temptation to program.😉

+ Darius, 19.01.2022 Lithuania +

+
-
-

Welcome All Joining to Programming World

-

 Thanks to all w3schools staff.👏 It is done incredible, - amazing - job.👍
- My wizard was, is and will be w3schools. It is easy, attractive in w3schools platform.
- Well, I can not resist temptation to program.😉

- Darius, 19.01.2022 Lithuania -

-
+
+

+ Hello World 😍
+ "W3schools has really impacted so much in my tech journey - Thank you"
+

+

NVEGS, 18th Jan 2022

+
-
-

- Hello World 😍
- "W3schools has really impacted so much in my tech journey - Thank you"
-

-

NVEGS, 18th Jan 2022

-
+
+

+ “Success is not final, failure is not fatal: it is the courage to continue that counts.” – + Winston + Churchill
+
And so do I, now, have the courage to take baby steps towards learning new things, exploring + new domains and + working together to conquer things I thought I couldn't before! +

Happy to have started this journey of my own! :)

+

Ani14kay { 17.01.2022 }

+
-
-

- “Success is not final, failure is not fatal: it is the courage to continue that counts.” – - Winston - Churchill
-
And so do I, now, have the courage to take baby steps towards learning new things, exploring - new domains and - working together to conquer things I thought I couldn't before! -

Happy to have started this journey of my own! :)

-

Ani14kay { 17.01.2022 }

-
+
+

Hello from Grenoble, France

+

Hello à mes camarades Data+ qui passeraient par là

+

AV, 17.01.2022

+
-
-

Hello from Grenoble, France

-

Hello à mes camarades Data+ qui passeraient par là

-

AV, 17.01.2022

-
+
+

Hi Everyone! I am from Bangladesh

+

Mister M 15.01.2022

+
-
-

Hi Everyone! I am from Bangladesh

-

Mister M 15.01.2022

-
+
+

Hello😍

+

Thanks to w3schools for its great + tutorials!

+

Sepideh, 10 Jan 2022

+
-
-

Hello😍

-

Thanks to w3schools for its great - tutorials!

-

Sepideh, 10 Jan 2022

-
+
+

+ "Make it as simple as possible, but not simpler." +

+

Albert Einstein

+
-
-

- "Make it as simple as possible, but not simpler." -

-

Albert Einstein

-
+
+

+ "I’ve learned a ton of useful skills from w3schools!" +

+

Shawn, 16 Jan 2022

+
-
-

- "I’ve learned a ton of useful skills from w3schools!" -

-

Shawn, 16 Jan 2022

-
+
+

+ "I learned so many things from my school - W3Schools" +

+

kushal 19.1.2022

+
-
-

- "I learned so many things from my school - W3Schools" -

-

kushal 19.1.2022

-
+
+

+ "w3schools is best, providing amazing content" +

+

kushal 11.1.2022

+
-
-

- "w3schools is best, providing amazing content" -

-

kushal 11.1.2022

-
+
+

+ "w3s is helpful and amazing" +

+

Risqi 9.1.2022

+
-
-

- "w3s is helpful and amazing" -

-

Risqi 9.1.2022

-
+
+

+ THAT'S AWESOME +

+

Ptaxan 10/01/2022

+
-
-

- THAT'S AWESOME -

-

Ptaxan 10/01/2022

-
+
+

+ "Thank you for your amazing job" +

+

Marek 7.1.2022

+
-
-

- "Thank you for your amazing job" -

-

Marek 7.1.2022

-
+
+

+ "This tuturial is so great!" +

+

yzhouxc, 29.12.2021

+
-
-

- "This tuturial is so great!" -

-

yzhouxc, 29.12.2021

-
+
+

Hello World

+
+

gittersweet from Indonesia

+

25 December 2021

+
-
-

Hello World

-
-

gittersweet from Indonesia

-

25 December 2021

-
+
+

Hello World

+

Thank you w3schools for your tutorials!

+

Peter | 24 Dec 2021

+
-
-

Hello World

-

Thank you w3schools for your tutorials!

-

Peter | 24 Dec 2021

-
+
+

+ "Your are awesome W3school. You are my mentor." +

+

Swalih t, 21.12.2021

+
-
-

- "Your are awesome W3school. You are my mentor." -

-

Swalih t, 21.12.2021

-
+
+

+ "Learning to code is hard, but it's harder without w3schools." +

+

Ekoorits, 16.12.2021

+
-
-

- "Learning to code is hard, but it's harder without w3schools." -

-

Ekoorits, 16.12.2021

-
+
+

Thank you for this tutorial!

+

ocirrico

+
-
-

Thank you for this tutorial!

-

ocirrico

-
+
+

Sawasdee from Thailand

+

Thank you! for awesome tutorial w3school you guys rock!!!

+

Pone, 14.Dec.21

+
-
-

Sawasdee from Thailand

-

Thank you! for awesome tutorial w3school you guys rock!!!

-

Pone, 14.Dec.21

-
+
+

Hello, World!

+

A big thank you w3schools for serving this platform and making our life + lot more easier +

+

DCodingKid, 13.12.2021

+
-
-

Hello, World!

-

A big thank you w3schools for serving this platform and making our life - lot more easier -

-

DCodingKid, 13.12.2021

-
+
+

I stole a style from India, but still want to say hello to + everyone from + Ukraine. Good mood everyone =)

+

Max from Kyiv

+

until the new year 11 days ...

+
-
-

I stole a style from India, but still want to say hello to - everyone from - Ukraine. Good mood everyone =)

-

Max from Kyiv

-

until the new year 11 days ...

-
+
+

Hello from INDIA. Thanks to w3schools for its amazing free git + tutorial. +

+

Abhay from INDIA

+

12 December, 2021

+
-
-

Hello from INDIA. Thanks to w3schools for its amazing free git - tutorial. -

-

Abhay from INDIA

-

12 December, 2021

-
+
+

Thank you w3schools! I'm learning GIT for the first + time!!!

+

David, 12,12,2021

+
-
-

Thank you w3schools! I'm learning GIT for the first - time!!!

-

David, 12,12,2021

-
+
+

Very cool tutorial! Nice and comprehensive! Thanks! + :)

+

Martin, 12,01,2022

+
-
-

Very cool tutorial! Nice and comprehensive! Thanks! - :)

-

Martin, 12,01,2022

-
+
+

Thank you w3schools for this great Git tutorials + 👍!

+

Dima, Kyiv, 09.12.2021

+
-
-

Thank you w3schools for this great Git tutorials - 👍!

-

Dima, Kyiv, 09.12.2021

-
+
+
+

Bonjour de Paris!

+

Myla, 08/12/2021

+
+
-
-
-

Bonjour de Paris!

-

Myla, 08/12/2021

-
-
+
+

+ Hola todos, saludos desde Cali, Colombia! 😁 +

+

Learning a lot with w3school!!!

+

Jaime, 12/05/2021

+
-
-

- Hola todos, saludos desde Cali, Colombia! 😁 -

-

Learning a lot with w3school!!!

-

Jaime, 12/05/2021

-
+
+

Yo!

+

It's me :D

+

Wojtek, Dec 02, 2021.

+
-
-

Yo!

-

It's me :D

-

Wojtek, Dec 02, 2021.

-
+
+

+ This is my very first contribution and pull request 😁 +

+

Thanks w3schools

+

Amanda L, 12/02/2021

+
-
-

- This is my very first contribution and pull request 😁 -

-

Thanks w3schools

-

Amanda L, 12/02/2021

-
+
+

My very first contribution and pull request 😁

+

Thanks w3schools

+

Eren Yeager, 11/29/2021

+
-
-

My very first contribution and pull request 😁

-

Thanks w3schools

-

Eren Yeager, 11/29/2021

-
+
+

Hello Everyone!

+

This line is my contribution.

+

Kean N | Nov 26, 2021.

+
-
-

Hello Everyone!

-

This line is my contribution.

-

Kean N | Nov 26, 2021.

-
+
+

Hello World!

+

QuangNhatPro a.k.a QNP.

+

Thank W3school for my web developer career.

+

❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤

+

Don't give up just because it's hard.

+

Youngboiz si tình | Keep it up.

+
-
-

Hello World!

-

QuangNhatPro a.k.a QNP.

-

Thank W3school for my web developer career.

-

❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤

-

Don't give up just because it's hard.

-

Youngboiz si tình | Keep it up.

-
+
+

Hello W3schoolers!

+

It's 11PM moutain time on Thanksgiving Day.

+

I'm learning Git and try to land my first job.

+

Thank W3schools so much for amazing content.

+

Happy Thanksgiving to everyone.

+

Thanh Pham | Nov 25, 2021.

+
-
-

Hello W3schoolers!

-

It's 11PM moutain time on Thanksgiving Day.

-

I'm learning Git and try to land my first job.

-

Thank W3schools so much for amazing content.

-

Happy Thanksgiving to everyone.

-

Thanh Pham | Nov 25, 2021.

-
+
+

Hello

+

This is my contribution to this project!

+

Gehmasse | Nov 2021

+
+
+

Hi

+

This is ikkim's contribution to this project!

+

ikkim | Nov 2021

+
-
-

Hello

-

This is my contribution to this project!

-

Gehmasse | Nov 2021

-
-
-

Hi

-

This is ikkim's contribution to this project!

-

ikkim | Nov 2021

-
+
+

Hello

+

Thanks for W3Schools

+

karim | Nov 14, 2021

+
-
-

Hello

-

Thanks for W3Schools

-

karim | Nov 14, 2021

-
+
+

Greetings all

+

From code-blind to be able to read html, css, js, python, c++ etc thanks to W3Schools

+

Thank you W3Schools

+

For those who are new at coding, W3Schools is the perfect first stop. Cheers!

+

Oby L Jr. | Nov 11, 2021.

+
-
-

Greetings all

-

From code-blind to be able to read html, css, js, python, c++ etc thanks to W3Schools

-

Thank you W3Schools

-

For those who are new at coding, W3Schools is the perfect first stop. Cheers!

-

Oby L Jr. | Nov 11, 2021.

-
+
+

Hello everybody!

+

Thank you w3schools!

+

Gery from Indonesia | Nov 11, 2021.

+
-
-

Hello everybody!

-

Thank you w3schools!

-

Gery from Indonesia | Nov 11, 2021.

-
+
+

Hello All

+

Always keep learning.

+

SSSS | Nov 05, 2021

+
-
-

Hello All

-

Always keep learning.

-

SSSS | Nov 05, 2021

-
+
+

Hello everybody!

+

It is never too late to learn something new. ✨

+

You can do this!, happy learning. 🎓 📚

+ Thanks w3Schools for your great work, we appreciate it a lot. 😍 +

Artmen from Mexico | Nov 08, 2021.

+
-
-

Hello everybody!

-

It is never too late to learn something new. ✨

-

You can do this!, happy learning. 🎓 📚

- Thanks w3Schools for your great work, we appreciate it a lot. 😍 -

Artmen from Mexico | Nov 08, 2021.

-
+
+

Hello everyone!

+

Thanks for W3Schools.

+

Victor | 6 nov 2021

+
-
-

Hello everyone!

-

Thanks for W3Schools.

-

Victor | 6 nov 2021

-
+
+

Thank you W3Schools!

+

Thank you for being such a great platform to learn from. I have started web development on + the Beginning of + September 2021 and after half a year with tons of hard work I can see it it paying off!

+

Davza | 5 Jan 2022

+
+ -
-

Thank you W3Schools!

-

Thank you for being such a great platform to learn from. I have started web development on - the Beginning of - September 2021 and after half a year with tons of hard work I can see it it paying off!

-

Davza | 5 Jan 2022

-
- +
+

Hi everyone

+

Thanks for W3Schools.

+

Mez | Summer 2021

+
-
-

Hi everyone

-

Thanks for W3Schools.

-

Mez | Summer 2021

-
+
+

Hello All 💗

+

Welcomes You to W3SCHOOL Learning

+

Eden Lin!!! | Oct 25, 2021

+
-
-

Hello All 💗

-

Welcomes You to W3SCHOOL Learning

-

Eden Lin!!! | Oct 25, 2021

-
+
+

Hello, World!;

+

Best learning website in my opinion

+

pinguxx28 | Nov 14, 2021

+
-
-

Hello, World!;

-

Best learning website in my opinion

-

pinguxx28 | Nov 14, 2021

-
+
+

Hello All 💗

+

Welcomes You to W3SCHOOL Learning

+

Vinoth Kumar M | Oct 24, 2021

+
-
-

Hello All 💗

-

Welcomes You to W3SCHOOL Learning

-

Vinoth Kumar M | Oct 24, 2021

-
+
+

Hello from Kyiv, Ukraine.

+

A lot of THANKS for w3schools

+

🎃 Happy Helloween

+

Oleksandr Poliukh (🐝 BeeCamper ⛺) | Oct 23, 2021

+
-
-

Hello from Kyiv, Ukraine.

-

A lot of THANKS for w3schools

-

🎃 Happy Helloween

-

Oleksandr Poliukh (🐝 BeeCamper ⛺) | Oct 23, 2021

-
+
+

W3School is the best!
Freddy K. | Oct 25, 2021

+
-
-

W3School is the best!
Freddy K. | Oct 25, 2021

-
+
+

Lets go! My first Pull Request

+

Hopefully it gets accepted

+

Unit 02 | Oct 20, 2021

+
-
-

Lets go! My first Pull Request

-

Hopefully it gets accepted

-

Unit 02 | Oct 20, 2021

-
+
+

One of the best tutorial, i'm changing my career to IT sphere and i feel very excited, like i + was born for + it, + i'm 30, thinking it's never too late. Wish me luck :)

+

Elvin | Oct 12, 2021

+
-
-

One of the best tutorial, i'm changing my career to IT sphere and i feel very excited, like i - was born for - it, - i'm 30, thinking it's never too late. Wish me luck :)

-

Elvin | Oct 12, 2021

-
+
+

Git didn't make sense until I met w3school tutorial. Now I + have got it all. + Thank you so much.

+

Michael Jordan, from Tanzania.

+

October 19, 2021

+
-
-

Git didn't make sense until I met w3school tutorial. Now I - have got it all. - Thank you so much.

-

Michael Jordan, from Tanzania.

-

October 19, 2021

-
+
+

"Never give up; Keep on."

+

Mohammad Ahmadian, from the Earth.

+

October 14, 2021

+
-
-

"Never give up; Keep on."

-

Mohammad Ahmadian, from the Earth.

-

October 14, 2021

-
+
+

+ Sheeeeeeesh w3schools +

+

Hope this pull will be accepted

+
-
-

- Sheeeeeeesh w3schools -

-

Hope this pull will be accepted

-
+
+

Thanks for the great tools and exceptional support. At age 67, you make it easy to still + learn new things + from + w3schools!

+

Bruce | Oct 9, 2021

+
-
-

Thanks for the great tools and exceptional support. At age 67, you make it easy to still - learn new things - from - w3schools!

-

Bruce | Oct 9, 2021

-
+
+
+

Hello from Angola 💗

+

I just want to say thanks w3school + for such a great + content.

+

Hecroesmo | 12/10/2021

+
+
-
-
-

Hello from Angola 💗

-

I just want to say thanks w3school - for such a great - content.

-

Hecroesmo | 12/10/2021

-
-
+
+

+ "Greetings from Chicago! Thanks for the tutorial." +

+

Harrison | October 9, 2021

+
-
-

- "Greetings from Chicago! Thanks for the tutorial." -

-

Harrison | October 9, 2021

-
- -
-
+        
+
       😍Hello World 🙏 of GIT.
       It's great to be learning a new technology.
       I have previous experience with centralized version control systems, namely Perforce and SVN.
@@ -10007,6138 +10398,6136 @@ 

Hello from Angola 💗

---------------------------------------- Atul | 07 Oct 2021 | Patna, Bihar, India
-
+
-
-

- "Greetings from Istanbul, was a good tutorial thanks for your effort." -

-

yusuf | Sep 23, 2021

-
+
+

+ "Greetings from Istanbul, was a good tutorial thanks for your effort." +

+

yusuf | Sep 23, 2021

+
-
-

- "The education you provide makes the world a better place" -

-

Wong | Oct 3, 2021 | Kuala Lumpur, Malaysia

-
+
+

+ "The education you provide makes the world a better place" +

+

Wong | Oct 3, 2021 | Kuala Lumpur, Malaysia

+
-
-

- "Greetings from Istanbul, was a good tutorial thanks for your effort." -

-

yusuf | Sep 23, 2021

-
+
+

+ "Greetings from Istanbul, was a good tutorial thanks for your effort." +

+

yusuf | Sep 23, 2021

+
-
- -
Gracias por el tutorial. Muy útil. 
-
- Héctor | Sep 27, 2021 -
+
+ +
Gracias por el tutorial. Muy útil. 
+
+ Héctor | Sep 27, 2021 +
-
- -
Greetings From Nigeria. 
-
- Funsho | Mar 03, 2023 -
+
+ +
Greetings From Nigeria. 
+
+ Funsho | Mar 03, 2023 +
-
-

W3Schools, You are the best! Thank You!

-

From Russia with love!

-
+
+

W3Schools, You are the best! Thank You!

+

From Russia with love!

+
-
- -
This is not happening to you, This is happening for you 💙 
-
Thanks for providing such a good platform.
-
W3school provides a fantastic platform where I can learn how to program. 
-
- Vansh Sharma | 23 September 2021 -
+
+ +
This is not happening to you, This is happening for you 💙 
+
Thanks for providing such a good platform.
+
W3school provides a fantastic platform where I can learn how to program. 
+
+ Vansh Sharma | 23 September 2021 +
-
-

Hi, guys

-

I Would Like To Say islame is not a terrorism

-
+
+

Hi, guys

+

I Would Like To Say islame is not a terrorism

+
-
- -
Hi guys! Cheers!!
-
- Rahim | Sep 27, 2021 -
+
+ +
Hi guys! Cheers!!
+
+ Rahim | Sep 27, 2021 +
-
- -
Greetings from my local git repo bros. 
-
- ibrahim | Sep 15, 2021 -
+
+ +
Greetings from my local git repo bros. 
+
+ ibrahim | Sep 15, 2021 +
-
- -
One last game, one more try..... So it goes... :)
-
- Loke_N -
+
+ +
One last game, one more try..... So it goes... :)
+
+ Loke_N +
-
-

Hello everyone. This is my pull request, yo!

-

supermike from russia

-
+
+

Hello everyone. This is my pull request, yo!

+

supermike from russia

+
-
-

"Thank you W3Schools."

-

TAWATCHAI UDOMPOL

-
+
+

"Thank you W3Schools."

+

TAWATCHAI UDOMPOL

+
-
-
-
-

IT has a great documentation - ,no need to see - the video lecture after reading through this documnetation

-
- Dhruv Tiwari +
+
+

IT has a great documentation + ,no need to see + the video lecture after reading through this documnetation

+
+ Dhruv Tiwari +
-
-

Amazing tutorial, Thanks W3schools

-

Abdul Motaleb From Bangladesh

-
+
+

Amazing tutorial, Thanks W3schools

+

Abdul Motaleb From Bangladesh

+
-
-

Hi !!! I am Saion Gupta. I am the founder of 10xCoderKids. I - aspire to become - 10xCoder and get to learn a lot from w3schools. I have a youtube channel where I post - coding tutorials - regularly.

-

Saion Gupta

-
+
+

Hi !!! I am Saion Gupta. I am the founder of 10xCoderKids. I + aspire to become + 10xCoder and get to learn a lot from w3schools. I have a youtube channel where I post + coding tutorials + regularly.

+

Saion Gupta

+
-
- "Live an object-oriented life!" ~ - Tugbeh Emmanuel (@2gbeh) -
+
+ "Live an object-oriented life!" ~ + Tugbeh Emmanuel (@2gbeh) +
-
-

"W3Schools, muito obrigado pelo tutorial sobre Git/GitHub, - aprendi muito!" -

-

José Lucas from Brazil

-
+
+

"W3Schools, muito obrigado pelo tutorial sobre Git/GitHub, + aprendi muito!" +

+

José Lucas from Brazil

+
-
-

Hello Everyone

-

A lot of THANKS for w3schools

-

glozbeig | Nov 03, 2021

-
+
+

Hello Everyone

+

A lot of THANKS for w3schools

+

glozbeig | Nov 03, 2021

+
-
-

It's better to light a candle than to curse the darkness.

-

Confucio

-
+
+

It's better to light a candle than to curse the darkness.

+

Confucio

+
-
-

"Thank you W3Schools git tutorials."

-

INDIRA BOORLA

-
+
+

"Thank you W3Schools git tutorials."

+

INDIRA BOORLA

+
-
-

"Are you passionate about learning git. Checkout W3Schools - git - tutorials."

-

PRIYANK KHANNA

-
+
+

"Are you passionate about learning git. Checkout W3Schools + git + tutorials."

+

PRIYANK KHANNA

+
-
-

- "Thank you W3Schools, you are my favourite" -

-

mehmet yilmaz

-
+
+

+ "Thank you W3Schools, you are my favourite" +

+

mehmet yilmaz

+
-
-

"You are the main actor in your life.Try the best in your - life."

-

Hein Htet

-
+
+

"You are the main actor in your life.Try the best in your + life."

+

Hein Htet

+
-
-

Thank you W3Schools for Git tutorial.

-

Martino

-
+
+

Thank you W3Schools for Git tutorial.

+

Martino

+
-
-

"Thanks for the Tutorials w3schools"

-

Guy with potential

-
+
+

"Thanks for the Tutorials w3schools"

+

Guy with potential

+
-
-

We're living in a world where no one's innocent, but at least - we try...

-

Unknown

-
+
+

We're living in a world where no one's innocent, but at least + we try...

+

Unknown

+
-
-

"It's been great and rewarding working with w3school. Your - tutorials have been - so - helpful"

-

Onyema

-
+
+

"It's been great and rewarding working with w3school. Your + tutorials have been + so + helpful"

+

Onyema

+
-
-

"Learning Git is fun"

-

K-pi

-
+
+

"Learning Git is fun"

+

K-pi

+
-
-

This is my first fork. If you're reading this, don't give up. I - only have this - to - say.

-

FacuA0

-
+
+

This is my first fork. If you're reading this, don't give up. I + only have this + to + say.

+

FacuA0

+
-
-

gogogo ahead again

-

MinhThanh

-
+
+

gogogo ahead again

+

MinhThanh

+
-
-

Smile. Not for anyone else, but for yourself.
Stay Safe - and Healthy :) -

-

-Gaurav Garg

-
+
+

Smile. Not for anyone else, but for yourself.
Stay Safe + and Healthy :) +

+

-Gaurav Garg

+
-
-

"Thanks for all the tutorials for me learning git! :)"

-

khangdovan

-
+
+

"Thanks for all the tutorials for me learning git! :)"

+

khangdovan

+
-
-

"Thanks for all the tutorials! :)"

-

Agustinms

-
+
+

"Thanks for all the tutorials! :)"

+

Agustinms

+
-
-

Sky is the limit

-

Hafiz

-
+
+

Sky is the limit

+

Hafiz

+
-
-

KELOKEEEE

-

KouD

-
+
+

KELOKEEEE

+

KouD

+
-
-

"Wow keep up the good work guys! Thanks for everything." -

-

Akeem

-
+
+

"Wow keep up the good work guys! Thanks for everything." +

+

Akeem

+
-
-

"Thank You w3schools"

-

khunsai

-
+
+

"Thank You w3schools"

+

khunsai

+
-
-

"Let's make this world better guys"

-

Tanjona R.

-
+
+

"Let's make this world better guys"

+

Tanjona R.

+
-
-

"I learned so much things thanks to 'w3schools'"

-

Don T

-
+
+

"I learned so much things thanks to 'w3schools'"

+

Don T

+
-
-

"Thank You w3schools for the knowledge"

-

Tomson

-
+
+

"Thank You w3schools for the knowledge"

+

Tomson

+
-
-

"Thank You w3schools"

-

ssakib4050

-
+
+

"Thank You w3schools"

+

ssakib4050

+
-
-

"Muchas gracias w3schools"

-

Isabel From Spain

-
+
+

"Muchas gracias w3schools"

+

Isabel From Spain

+
-
-

Thank you, guys@w3schools.com for your many years friendly - entry point to new - technologies and ideas!

-
+
+

Thank you, guys@w3schools.com for your many years friendly + entry point to new + technologies and ideas!

+
-
-

"Comfortable t-shirt"

-

MC Igu

-
+
+

"Comfortable t-shirt"

+

MC Igu

+
-
-

Thank you W3 Schools

-

R. Ali

-
+
+

Thank you W3 Schools

+

R. Ali

+
-
-

Challenges are what make life interesting and overcoming them - is what makes - life - meaningful.

-

Joshua J. Marine

-
+
+

Challenges are what make life interesting and overcoming them + is what makes + life + meaningful.

+

Joshua J. Marine

+
-
-

Headache or not, I'm gonna do this! 😎

-

theKomer

-
+
+

Headache or not, I'm gonna do this! 😎

+

theKomer

+
-
-

"The Future Is Now, Old Man Everybody"

-

lleks

-
+
+

"The Future Is Now, Old Man Everybody"

+

lleks

+
-
-

"The ability to write clean, useful code coupled with being - able to work - collaboratively in a team will open opportunities for one across borders in today's - digital world."

-

Ugogineering

-
+
+

"The ability to write clean, useful code coupled with being + able to work + collaboratively in a team will open opportunities for one across borders in today's + digital world."

+

Ugogineering

+
-
-

"Let's sit down and learn coding"

-

Khai Hoan Pham

-
+
+

"Let's sit down and learn coding"

+

Khai Hoan Pham

+
-
-

"...
For whatever we lose (like a you or a me)
it's - always - ourselves - we find in the sea"

-

E. E. Cummings

-
+
+

"...
For whatever we lose (like a you or a me)
it's + always + ourselves + we find in the sea"

+

E. E. Cummings

+
-
-

Thank you W3Schools team for this tutorial ,I love your website , it is the best ,and hello - from Morocco to - all - coders around the world

-
+
+

Thank you W3Schools team for this tutorial ,I love your website , it is the best ,and hello + from Morocco to + all + coders around the world

+
-
-

"Hello World!"

-

Roman Yusupov

-
+
+

"Hello World!"

+

Roman Yusupov

+
-
-

"Arise,awake and don't stop until the goal is reached."

-

Swami Vivekananda

-
+
+

"Arise,awake and don't stop until the goal is reached."

+

Swami Vivekananda

+
-
-

“Coding is the language of the future, and every girl should - learn it. As I've - learned from watching girls grow and learn in our classrooms, coding is fun, - collaborative and creative.” -

-

Reshma Saujani

-
+
+

“Coding is the language of the future, and every girl should + learn it. As I've + learned from watching girls grow and learn in our classrooms, coding is fun, + collaborative and creative.” +

+

Reshma Saujani

+
-
-

"Make it as simple as possible, but not simpler."

-

Albert Einstein

-
+
+

"Make it as simple as possible, but not simpler."

+

Albert Einstein

+
-
-

"And so the geek inherited the earth."

-

Edward Snowden

-
+
+

"And so the geek inherited the earth."

+

Edward Snowden

+
-
-

"Don't let that time go wasted"

-

Vaishnav Shyam

-
+
+

"Don't let that time go wasted"

+

Vaishnav Shyam

+
-
-

"Why do people look for problems where there aren't any" -

-

SiXeD

-
+
+

"Why do people look for problems where there aren't any" +

+

SiXeD

+
-
-

"Dont hate anyone"

-

MananNayak

-
+
+

"Dont hate anyone"

+

MananNayak

+
-
-

"Hacerlo simple es posible, pero no más simple."

-

Albert Einstein

-

Desde España

-
+
+

"Hacerlo simple es posible, pero no más simple."

+

Albert Einstein

+

Desde España

+
-
-

"Go Beyond Yourself."

-

Hossain

-
+
+

"Go Beyond Yourself."

+

Hossain

+
-
-

"Chaque homme doit inventer son chemin."

-

Jean-Paul Sartre

-
+
+

"Chaque homme doit inventer son chemin."

+

Jean-Paul Sartre

+
-
-

"If I can do this, then there's hope for everyone."

-

Stu1902

-
+
+

"If I can do this, then there's hope for everyone."

+

Stu1902

+
-
-

"Talk is cheap. Show me the code."

-

Linus Torvalds

-
+
+

"Talk is cheap. Show me the code."

+

Linus Torvalds

+
-
-

"I Got 99 Problems, But Writing Code Ain’t One."

-

Unknown

-
+
+

"I Got 99 Problems, But Writing Code Ain’t One."

+

Unknown

+
-
-

" 1.Make it work, 2.Make it right, 3.Make it fast. "

-

Kent Beck

-
+
+

" 1.Make it work, 2.Make it right, 3.Make it fast. "

+

Kent Beck

+
-
-

"SENAI Taguatinga Curso de JAVA turma QUA.209.019"

-

Luiz Felipe from Brazil

-
+
+

"SENAI Taguatinga Curso de JAVA turma QUA.209.019"

+

Luiz Felipe from Brazil

+
-
-

"Life itself is hard, but we got to find a way to navigate" -

-

passyEche

-
+
+

"Life itself is hard, but we got to find a way to navigate" +

+

passyEche

+
-
-

"Love is the will to extend one's self for the purpose of - nurturing one's own - or - another's spiritual growth. We do not have to love. We choose to love."

-

M. Scott Peck

-
+
+

"Love is the will to extend one's self for the purpose of + nurturing one's own + or + another's spiritual growth. We do not have to love. We choose to love."

+

M. Scott Peck

+
-
-

"I'm not afraid of falling, because I'm born to rise.

-

Kushang Shah

-
+
+

"I'm not afraid of falling, because I'm born to rise.

+

Kushang Shah

+
-

Hello its me albertojmarun

+

Hello its me albertojmarun

-

Hello, I'm come from VietNam

+

Hello, I'm come from VietNam

-

Greetings from harrydev

+

Greetings from harrydev

-
-

"Don't wish it EASIER, Wish you were BETTER."

-

Jim Rohn

-
+
+

"Don't wish it EASIER, Wish you were BETTER."

+

Jim Rohn

+
-
-

"I am the ultimate hide and seek champion."

-

;semicolon

-
+
+

"I am the ultimate hide and seek champion."

+

;semicolon

+
-
-

"All we have to decide is what to do with the time that is - given to us." -

-

Gandalf

-
- -
-

Thanks for sharing your knowledge with us!

-

Gabit from Argentina

-
- -
-

In my small journey through life, I discovered that the fear of failure has kept a lot of - persons form - starting. This as little as it may seems is a major barrier to greatness and success.

-

As a begining programmer many have told me that programming is for genuises, but i keep - motivating myself - daily - with a quote that says; -

"Nothing is impossible to a man that believes"
-
"You can achieve anything you set your heart to if your can discipline yourself to - pay the price for - it"
-

-
- -
-

Thanks for your great tutorials that help me a lot!

-

Souleymane from France

-
- -
-

Great things are done by a series of small things brought together -

-

Hari From India

-
+
+

"All we have to decide is what to do with the time that is + given to us." +

+

Gandalf

+
-
-

Your courses are soooo amazing. Can you make a tutorial on data structures and algorithms? -

-

Michael from Nigeria

-

Thanks a lot W3Schools SG from India

-
+
+

Thanks for sharing your knowledge with us!

+

Gabit from Argentina

+
-
-

I am learning from W3Schools, and they are great. Thanks for that. -

-
Never Settle
-

Harsh From India

-
+
+

In my small journey through life, I discovered that the fear of failure has kept a lot of + persons form + starting. This as little as it may seems is a major barrier to greatness and success.

+

As a begining programmer many have told me that programming is for genuises, but i keep + motivating myself + daily + with a quote that says; +

"Nothing is impossible to a man that believes"
+
"You can achieve anything you set your heart to if your can discipline yourself to + pay the price for + it"
+

+
-
-

Muchas gracias

-

Isabel from Spain

-

Thanks a lot W3Schools SG from India

-
+
+

Thanks for your great tutorials that help me a lot!

+

Souleymane from France

+
-
-

I'm micun, learning git from W3Schools.

-
Keep going.
-

With love from Croatia

-
+
+

Great things are done by a series of small things brought together +

+

Hari From India

+
-
-

These tutorials are the best, infinite thanks W3schools' team

-

J.Seb From Chile

-
+
+

Your courses are soooo amazing. Can you make a tutorial on data structures and algorithms? +

+

Michael from Nigeria

+

Thanks a lot W3Schools SG from India

+
-
-

"whats good homeboy"

-

Emperor Palpatine

-
+
+

I am learning from W3Schools, and they are great. Thanks for that. +

+
Never Settle
+

Harsh From India

+
-
-

Hi, I started my tech journey with w3schools and it's been a - wondeful, exciting - experience.

-

Thanks for all you do at w3schools

-

Hengage From Nigeria

-
+
+

Muchas gracias

+

Isabel from Spain

+

Thanks a lot W3Schools SG from India

+
-
-

completing W3Schools Git tutorial

-

Yinghan from Singapore

-
+
+

I'm micun, learning git from W3Schools.

+
Keep going.
+

With love from Croatia

+
-
-

Thanks W3Schools for your efforts. I loved the learning - experience.

-

Muhamamd Nabeel From Egypt

-
+
+

These tutorials are the best, infinite thanks W3schools' team

+

J.Seb From Chile

+
-
-

Thanks for making a complex topic a whole lot easier to - understand!! The w3schools - team is awesome!

-
+
+

"whats good homeboy"

+

Emperor Palpatine

+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-

La - novedades, cambian el - ambiente de trabajo y da lugar a nuevas oportunidades.

-

Miguel desde Perú

-
+
+

Hi, I started my tech journey with w3schools and it's been a + wondeful, exciting + experience.

+

Thanks for all you do at w3schools

+

Hengage From Nigeria

+
-
-

Thanks for helpful tutorials. Also thanks for adding Kotlin series - :)

-

Abhay

-
+
+

completing W3Schools Git tutorial

+

Yinghan from Singapore

+
-
-

"Thank you for good knowledge, I'm glad to have such a good - website."

-

Eigkivz

-
+
+

Thanks W3Schools for your efforts. I loved the learning + experience.

+

Muhamamd Nabeel From Egypt

+
-
-

pleasant experience with w3school

-

Sashish

-
+
+

Thanks for making a complex topic a whole lot easier to + understand!! The w3schools + team is awesome!

+
-
-

- Thank you w3s for - this course and the other ones as well! You guys are changing a lot of people's life 😄

-

Daniel M. from Brazil

- - - - - - - - - - - - - - - +
+
- -
+
+ style="border: 1px solid black;position: absolute;width: 50px;height: 50px;top:5px;left:20px;background: rgba(0,0,0,0.5)">
-

A Great Work, beat all - things. God bless - you. -

- Eduardo - Mejias Avila; with - Love ❣ from Venezuela 💪 😎 @AvilaPro -
- -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ style="border: 1px solid black;position: absolute;width: 50px;height: 50px;top:30px;left:50px;;background: rgba(0,0,0,0.4)">
-

If you - want to shine like - the Sun, first burn like the Sun

-

Anonymous

-
- -
-

I had learned alot from w3schools Thanks for that.

-

Ahmed from NIGERIA

-
- -
-

"the most important thing in coding is to have fun doing - it."

-

"& remember to kow your limits and try to break it - everytime you stuck in - something."

-

mahmoud bebars

-
- -

thanks fogr giving chsdfsd

- -
-

Thank you W3Schools, you are a beacon of light in my coding - journey.

-

EliMullan

-
- -
-

Thank you W3Schools for all these tutorials and exercises. - Learnt alot of stuff - from this!

-

Ish_1022

-
- -
-

Thank you W3Schools for Git journey.

-

EliMullan

-
- -
-

What have in your hand, Just do it, Don't put the things on - Time. Time can flip - any Time

-

Sackumar

-
- -
-

"Great Resource for Git and Github Tutorial you made my life - easier - w3schools"

-

Rahul Pulagam From India

-
- -
-

Thank you W3Schools for this tutorial.

-

Oliver

-
- -
-

Per aspera ad astra :-)

-

o_dz

-
- -
-

"Thank you W3Schools for Git and GitHub tutorial. I learnt a - lot of stuff from - you >3"

-

Salter Soang

-
- -
-

Fighting

-

IRT HNIM

-
- -
-

Happy to be here. Thank you W3Schools for Git tutorial. -

-

Anh Hoang

-
- -
-

"Hello There"

-

Obi-Wan Kenobi

-
- -
-

Amazing tutorial, really helped me out, thanks guys.

-

Balo From Brazil

-
- -
-

Thanks w3schools for sharing knowlegment whit everyon!

-

JL Brasil

-
- -
-

Hello!

-

From VietNam

-
- -
-

Be Blessed.

-

AL USA

-
- -
-

- Thanks for the Great tutorial(s)! -

-

Nobedee

-
- -
+ style="border-style: solid hidden hidden hidden; border-width: 1px;position: absolute;width: 39px;height: 39px;transform: rotate(40deg);left: 52px;top: 13px;">
-

Your documentations are - really helpful , - thank - you!

-
- SAHIL KUMAR from India! -
- -
+ style="border-style: hidden hidden solid hidden; border-width: 1px;position: absolute;width: 39px;height: 39px;transform: rotate(40deg);left: 27px;top: 33px">
-
-
-
-

- W

-

- 3

-
-

Present day, Present time. -

-

- experimentum habere - fun, - discere.

-

Quetz fom Mexico

- -
- -
-

- Awesome tutorial! -

-

Rg

-
- -
-

- Noice very like tutorial! -

-

EU

-
- -
+ style="border-style: solid hidden hidden hidden; border-width: 1px;position: absolute;width: 39px;height: 39px;transform: rotate(40deg);left: 4px;top: 14px">
-

Thank you so much for the - documentation, you - are the best

-
- JD HINCAMAN from colombia! -
- -
-

- Great tutorial!!! Greetings from Greece! -

-

GR

-
- -
-

- like tutorial! -

-

Bhph82 from India

-
- -
-

- Thank you for the nice tutorial! I'm learning to code and found your lessons a great way - to get started - with - git/github, it's being really useful. -

-

Eduardo Demuner from Brazil

-
- -
-

- Thank you for the nice tutorial! it's being really useful. -

-

Thabo Gumede from South Africa

-
- -
-

- Thank you W3Schools for helping me begin on my coding journey! I am so thankful to have a - wealth of - resources - at my disposal for free. -

-

Amy from Utah

-
-
-

- Thank you W3Schools for helping me begin on my coding journey! I am so thankful to have a - wealth of - resources - at my disposal for free. -

-

Sofyen from CO

-
-
-

- Thanks a lot, W3School! You are great teachers! -

-

Alex from Russia

-
- -
+ style="border-style: hidden hidden solid hidden; border-width: 1px;position: absolute;width: 39px;height: 39px;transform: rotate(40deg);left: 78px;top: 33px">
-

- Greetings from Ireland! -

- - -
Ben Lawlor | Nov 09, 2021
-
-
-
- -
-

- "Greetings from brazil! Thanks W3schools!" -

-

Adrian | november, 2021

-
- -
-

Finally understand git and version control

-

THANK YOU W3schools !!

-

@e-hokage777

-
- -
-

- I learned a lot of basic and advanced knowledge thanks to W3Schools. -

-

Long from Viet Nam at 7:05 PM 11/20/2021

-
- -
-

- Greetings from Belarus! Thanks W3schools! -

-

Zmicer, 22 november, 2021

-
- -
-

- I love elephants! -

-

Oleg, 01/12/2021

-
- -
-

- lessgo! -

-

JP, 22/04/2022

-
- - -
-

-

hey guys Mawit here from Cameroon

-

-

thanks to you w3schools for the lake of knowledge you make available to us,
- and happy learning friends

-
- -
-

- Thank you w3schools! -

-

Chapmann Chow from Hong Kong

-

28/11/2021

+

La + novedades, cambian el + ambiente de trabajo y da lugar a nuevas oportunidades.

+

Miguel desde Perú

+
-
-

Thank you so much w3schools!

-

Praful Chaudhari from India.

-

05/12/2021

-
+
+

Thanks for helpful tutorials. Also thanks for adding Kotlin series + :)

+

Abhay

+
-
-

☘ ☘ ☘

-

GIT is so far the most inspiring thing - i've learned at w3schools!

-

Kate Khokhlova with greetings from Kharkiv, Ukraine -
08.12.2021 -

-
+
+

"Thank you for good knowledge, I'm glad to have such a good + website."

+

Eigkivz

+
-
-

I'm Learning Git & GitHub with w3schools.

-

Thanks W3Schools!

-

From Panama

-

Juan Jurado, 09/12/2021

-
+
+

pleasant experience with w3school

+

Sashish

+
-
-

This is my practice for repo

-

Thanks W3Schools!

-

From VietNam

-

I love you!

-
+
+

+ Thank you w3s for + this course and the other ones as well! You guys are changing a lot of people's life 😄

+

Daniel M. from Brazil

+ + + + + + + + + + + + + + + +
-
-

Thanks everybody in w3schools who tries to simplify the learning new tech.

-

w3schools works for me like a cheetsheet.

-

05/12/2021

-
+
-

Hello w3schools.

-

You've been a good source for learning. Thank you

-
Karikari from Ghana
-
- -
-

Hi everyone!!!

-

Thanks W3Schools!

-
- -
-

Very nice tutorial!

-

Thanks for all the help, 2022-01-09

-
- -
-

Welcome everybody!

-

Greetings from Pcim, 2022-01-15

-
- -
-

Hello😍 World. Learning git is fun. Goodbye!
~LM

-
- -
-

Hi, Im Ghazal

-

Thanks for the tutorial

+ style="position:absolute;left: 0px;top: 0px;bottom: 0px;width: 6px;background: linear-gradient(to bottom, rgb(238, 255, 0),rgb(4, 0, 255),rgb(212, 35, 35));">
+

A Great Work, beat all + things. God bless + you. +

+ Eduardo + Mejias Avila; with + Love ❣ from Venezuela 💪 😎 @AvilaPro +
+
-
-

AZ ÉLET ÉRTELME

-

Ha sok cseresznyepaprikát madzagra fűzünk, - abból lesz a - paprikakoszorú.
- Ha viszont nem fűzzük fel őket, nem lesz belőlük koszorú. Pedig a paprika ugyanannyi, - éppoly piros, éppoly - erős. - De mégse koszorú.
- Csak a madzag tenné? Nem a madzag teszi. Az a madzag, mint tudjuk, mellékes, - harmad­rangú valami.
- Hát akkor mi?
- Aki ezen elgondolkozik, s ügyel rá, hogy gondolatai ne kalandozzanak összevissza, hanem - helyes irányban - haladjanak, nagy igazságoknak jöhet a nyomára. (Örkény István)

+ style="position:absolute;left: 0px;top: 0px;bottom: 0px;width: 6px;background: linear-gradient(to bottom, orangered,yellow,skyblue);"> +
+
+
-
-

THE MEANING OF LIFE

-

If we tie a lot of cherry-peppers on a - string, they’ll make a - pepper-wreath.
- However, if we don’t tie them on a string, they won’t make a wreath. Although it’s the - same amount of - peppers, - just as red and just as hot. But still no wreath.
- Does it only lie in the string? No, it doesn’t. That string, as we all know, is an - incidental, third-rate - thing.
- Then what?
- People capable of brooding over it and taking care not to let their mind wander about, - but keep them on the - right - track may get a scent of eternal verities. (István Örkény)

+
+
+
+
+
+
+
+
+
+

If you + want to shine like + the Sun, first burn like the Sun

+

Anonymous

+
-
-

Thanks for W3Schools.

-

Chaiyasut | 21 Jan 2022

-
- -
-

Hello World. Learning git is fun. Goodbye!
~LM

-
- - -
-

Hello from El Salvador

-

January 25, 2022

-
- - -
- -

- Thanks to W3Schools. -

-

@@m | 2/2/2022

-
- -
-

Thanks for the tutorial!

-

Tommi - 3/2/2022

-
- - -
-

Thanks for presenting content in really good maneer

-

Ameer from India 16/11/2022

-
- -
-

Hello from Viluppuram

-

Feb 15, 2022

-
- -
- -

- Thanks to W3Schools. -

-

@@m |15/2/2022

-
+
+

I had learned alot from w3schools Thanks for that.

+

Ahmed from NIGERIA

+
- -
-

- Thanks W3School for this tutorial, i'm learning so much!!! -

-

Franco from Italy

-
+
+

"the most important thing in coding is to have fun doing + it."

+

"& remember to kow your limits and try to break it + everytime you stuck in + something."

+

mahmoud bebars

+
-
-

- This is cool! Thanks!
Tuukka - Feb 6. 2022 -

-
+

thanks fogr giving chsdfsd

-
- -

- Thanks to W3Schools. -

-

Curlos - 2/4/2022

-
+
+

Thank you W3Schools, you are a beacon of light in my coding + journey.

+

EliMullan

+
-
-

- Hello World 😍
- "W3schools has really impacted so much in my tech journey - Thank you"
-

-

Muhon, 10th Feb 2022

-
+
+

Thank you W3Schools for all these tutorials and exercises. + Learnt alot of stuff + from this!

+

Ish_1022

+
-
-

Hello. My simple edit. djbrooks

-

Feb 12, 2022

-
+
+

Thank you W3Schools for Git journey.

+

EliMullan

+
-
-

- Thanks you W3Schools!!! -

-

Damian from Argentina

-
+
+

What have in your hand, Just do it, Don't put the things on + Time. Time can flip + any Time

+

Sackumar

+
-
-

Hello World! I'm saved by the blood of Jesus!

-

"God shows his love for us in that while we were still sinners, Christ died for us." - - Romans 5:8

-

Thank you for this super helpful tutorial! I'm excited to learn more on my way to becoming a - Back-End - developer! I'll honor God through my work and studies!

-
+
+

"Great Resource for Git and Github Tutorial you made my life + easier + w3schools"

+

Rahul Pulagam From India

+
-
-

I maybe the last one to commit . . .

-

But the tutorials are very good! 🖥️💾💿💽

-

But I'm still bad at C++

-
+
+

Thank you W3Schools for this tutorial.

+

Oliver

+
-
-

-
Hello @Everyone
-

-

Thank you w3 schools for - your amazing - support - for the dev's

-
+
+

Per aspera ad astra :-)

+

o_dz

+
- -
-

Thank a lot w3 school your website help a lot of - delevoper around - the world.

-

Chansocheat Sok 2/19/2022

-
+
+

"Thank you W3Schools for Git and GitHub tutorial. I learnt a + lot of stuff from + you >3"

+

Salter Soang

+
-
-

Thanks for all the lessons!

-

danbaz101 on Feb 28, 2022

-
+
+

Fighting

+

IRT HNIM

+
-
-

Hello from Indonesia

-

You can do it, Fighting!!!

-

By: SRZ Dev :D

-
+
+

Happy to be here. Thank you W3Schools for Git tutorial. +

+

Anh Hoang

+
-
-

I love W3Schools

-

Thank you for helping me to learn git and github

-

Now I am confident using it. Emekadavid from Nigeria

-
+
+

"Hello There"

+

Obi-Wan Kenobi

+
-
-

Love from india

-

Thanks w3schools for the fantastic hands-on experience for the complete github

-

praveen-raja from INDIA

-
+
+

Amazing tutorial, really helped me out, thanks guys.

+

Balo From Brazil

+
-
-

- Thanks you W3Schools!!! -

-

Victor from Ukraine.

-
+
+

Thanks w3schools for sharing knowlegment whit everyon!

+

JL Brasil

+
-
-

BE YOUR BEST!

-

Jean from PH 03/10/22

-
+
+

Hello!

+

From VietNam

+
-
-

great to be here

-

love SQL 17.03.2022

-
+
+

Be Blessed.

+

AL USA

+
-
- Hello and - thank you to w3schools for this comprehensive tutorial on Git and GitHub.
Greetings from - Germany -
yesthatismyname on March 09, 2022 -
+
+

+ Thanks for the Great tutorial(s)! +

+

Nobedee

+
+
-

Thank you for the great Git tutorial!

-

Pawel Litwin, 15.03.2022

-
- -
-

A Big Thanks & Lots of Love From India

-

Tushar Mohapatra19th March 2022

-
+ style="position:absolute;left: 0px;top: 0px;bottom: 0px;width: 6px;background: linear-gradient(to bottom, rgb(238, 255, 0),rgb(4, 0, 255),rgb(212, 35, 35));"> +
+

Your documentations are + really helpful , + thank + you!

+
+ SAHIL KUMAR from India! +
+
-

Thanks for - all the great - lessons that you provide!

-

- Fabio, - 18.03.2022

+ style="position:absolute;left: 0px;top: 0px;bottom: 0px;width: 6px;background: linear-gradient(to bottom, green, white, red);">
- -
-

Love from china

-

Thanks w3schools for the fantastic hands-on experience for the complete github

-

JZ from CHINA

+
+
+
+

+ W

+

+ 3

+

Present day, Present time. +

+

+ experimentum habere + fun, + discere.

+

Quetz fom Mexico

+ +
-
-

Thank You For This Fun - Tutorial!

-

AviK from Israel   24.03.2022

-
+
+

+ Awesome tutorial! +

+

Rg

+
+
+

+ Noice very like tutorial! +

+

EU

+
-

hello from dagestan

+
+
+
+

Thank you so much for the + documentation, you + are the best

+
+ JD HINCAMAN from colombia! +
-

hello from dagestan

+
+

+ Great tutorial!!! Greetings from Greece! +

+

GR

+
+
+

+ like tutorial! +

+

Bhph82 from India

+
-

SUIIIIIII W3Schools💖

+
+

+ Thank you for the nice tutorial! I'm learning to code and found your lessons a great way + to get started + with + git/github, it's being really useful. +

+

Eduardo Demuner from Brazil

+
-
-

I love W3Schools

-

Thank you for helping me to learn git and github

-

Now I am confident using it. Alexandro from Russia

-
+
+

+ Thank you for the nice tutorial! it's being really useful. +

+

Thabo Gumede from South Africa

+
-
-

“If I have seen further, it is by standing on the shoulders of Giants”
- thank you w3 - -
-

-

GB from Italy 26.03.2022

-
+
+

+ Thank you W3Schools for helping me begin on my coding journey! I am so thankful to have a + wealth of + resources + at my disposal for free. +

+

Amy from Utah

+
+
+

+ Thank you W3Schools for helping me begin on my coding journey! I am so thankful to have a + wealth of + resources + at my disposal for free. +

+

Sofyen from CO

+
+
+

+ Thanks a lot, W3School! You are great teachers! +

+

Alex from Russia

+
+
-

Thanks W3Schools for your amazing tutorials!

-

Bugahontas from Brazil - 31/03/2022

-
- -
-

Thank you w3schools and See You in other tutorials - :)

-

M4600 - 05.04.2022

-
- - -
-

Mohammad Hosein.

-

I'm from Iran .

-

You are full of unrealised potential. It’s important that you recognise them.

+ style="position:absolute;left: 0px;top: 0px;bottom: 0px;width: 6px;background: linear-gradient(to bottom, rgb(21, 184, 48),rgb(255, 255, 255));">
+

+ Greetings from Ireland! +

+ + +
Ben Lawlor | Nov 09, 2021
+
+
+
- - -
-
-
- -
-
Tehran
-
-
-
-
-
- -
-
Maryam Mirzakhani
-
-
-
-
-
- -
-
Iran
-
-
-
-
-
- -
-
Tehran
-
-
-
-
+
+

+ "Greetings from brazil! Thanks W3schools!" +

+

Adrian | november, 2021

+
-
-

I'm quite confident, in some sense. Maryam Mirzakhani

-

Friday, Farvardin 12, 1401 AP Date in Karaj, Alborz Province.

-

Fri, 01 Apr 2022 17:54:39

-
+
+

Finally understand git and version control

+

THANK YOU W3schools !!

+

@e-hokage777

+
- -
-

- - Thanks W3Schools for a wonderful tutorial. Keep it up guys!
- From an avid fan of yours - 08/04/2022

-
+
+

+ I learned a lot of basic and advanced knowledge thanks to W3Schools. +

+

Long from Viet Nam at 7:05 PM 11/20/2021

+
- +
+

+ Greetings from Belarus! Thanks W3schools! +

+

Zmicer, 22 november, 2021

+
-
-

-
- Thank you so much from gms461! -

-
-
-

-
- The best exprience ever! Thanks! -

-
+
+

+ I love elephants! +

+

Oleg, 01/12/2021

+
- -
-
-
-

- Kenyans Come here too! -

-

And we love it. Thank you W3SCHOOLS
This Git Zone is - wonderful

-

D_captainkenya
30 April 2022

- -
+
+

+ lessgo! +

+

JP, 22/04/2022

+
-
-

-
- Nikkis was here, thanks! -

-
+ +
+

+

hey guys Mawit here from Cameroon

+

+

thanks to you w3schools for the lake of knowledge you make available to us,
+ and happy learning friends

+
- +
+

+ Thank you w3schools! +

+

Chapmann Chow from Hong Kong

+

28/11/2021

+
- -
-

- - Thank you W3Schools! - 07/05/2022

-
+
+

Thank you so much w3schools!

+

Praful Chaudhari from India.

+

05/12/2021

+
-
-

- - humendra here!Thank you W3Schools, Learned a lot from you.- 12/05/2022

-
+
+

☘ ☘ ☘

+

GIT is so far the most inspiring thing + i've learned at w3schools!

+

Kate Khokhlova with greetings from Kharkiv, Ukraine +
08.12.2021 +

+
- -
-

- Hi! I'm Barby! I've started this journey on my own and W3Schools is part of it. I just wanna - say - THANKS. -

-

11/05/22

-
+
+

I'm Learning Git & GitHub with w3schools.

+

Thanks W3Schools!

+

From Panama

+

Juan Jurado, 09/12/2021

+
- -
-

- - W3Schools rocks!!!
- From an avid fan of yours - 08/04/2022

-
+
+

This is my practice for repo

+

Thanks W3Schools!

+

From VietNam

+

I love you!

+
- -
-

-
- Daniel Kamsiyochukwu Nicholas from Nigeria was here, 20/05/2022 -

-
+
+

Thanks everybody in w3schools who tries to simplify the learning new tech.

+

w3schools works for me like a cheetsheet.

+

05/12/2021

+
+
+

Hello w3schools.

+

You've been a good source for learning. Thank you

+
Karikari from Ghana
+
- -
-

STAY HEALTHY, STAY HOPEFUL, SPREAD LOVE

-

James from USA 05/23/22

-
+
+

Hi everyone!!!

+

Thanks W3Schools!

+
- -
-

- Yusuf Kesgin from Turkey was here. Happy coding! -

-

23/05/2022

-
+
+

Very nice tutorial!

+

Thanks for all the help, 2022-01-09

+
- -
- -

W3SCHOOLS FOREVER

-
-
+
+

Welcome everybody!

+

Greetings from Pcim, 2022-01-15

+
- -
-

- Simone De Bartolo from Catania, thanks W3Schools -

-

23/05/2022

-
+
+

Hello😍 World. Learning git is fun. Goodbye!
~LM

+
- -
-

- - Thanks W3Schools for the tutorial
- From Thomas Njoroge - 26/05/2022

-
+
+

Hi, Im Ghazal

+

Thanks for the tutorial

+
- -
-

I'm quite confident, in some sense. - Anjali Rathor

-

neemuch,madhya pradesh,India .

-

wed, 01 june 2022

+
+
+

AZ ÉLET ÉRTELME

+

Ha sok cseresznyepaprikát madzagra fűzünk, + abból lesz a + paprikakoszorú.
+ Ha viszont nem fűzzük fel őket, nem lesz belőlük koszorú. Pedig a paprika ugyanannyi, + éppoly piros, éppoly + erős. + De mégse koszorú.
+ Csak a madzag tenné? Nem a madzag teszi. Az a madzag, mint tudjuk, mellékes, + harmad­rangú valami.
+ Hát akkor mi?
+ Aki ezen elgondolkozik, s ügyel rá, hogy gondolatai ne kalandozzanak összevissza, hanem + helyes irányban + haladjanak, nagy igazságoknak jöhet a nyomára. (Örkény István)

+
+
+

THE MEANING OF LIFE

+

If we tie a lot of cherry-peppers on a + string, they’ll make a + pepper-wreath.
+ However, if we don’t tie them on a string, they won’t make a wreath. Although it’s the + same amount of + peppers, + just as red and just as hot. But still no wreath.
+ Does it only lie in the string? No, it doesn’t. That string, as we all know, is an + incidental, third-rate + thing.
+ Then what?
+ People capable of brooding over it and taking care not to let their mind wander about, + but keep them on the + right + track may get a scent of eternal verities. (István Örkény)

+
- -
-

- - Thanks W3Schools for the tutorial
- From Anil DOLLOR - 1/06/2022

-
+
+

Thanks for W3Schools.

+

Chaiyasut | 21 Jan 2022

+
- -
- -

- Thanks W3Schools for the tutorial
- From Anil DOLLOR : ) , Neemuch Madhya Pradesh, India

- 31 May 2022 -

-
+
+

Hello World. Learning git is fun. Goodbye!
~LM

+
-
-

- -

Anjali Mahawar


-

From Neemuch (M.P.) India - 01/06/2022

-

-
+ +
+

Hello from El Salvador

+

January 25, 2022

+
-
-

- "Thank you W3Schools" - 08/06/2022 -

-
- -
-

Now I can work with others without fear of messing up, thx w3schools :D

-

From Kevin - Montpellier, France - 06/06/2022

-
+
+ +

+ Thanks to W3Schools. +

+

@@m | 2/2/2022

+
-
-

- -

Poonam Dhangar


-

From Neemuch (M.P.) India - 06/06/2022

-

-
+
+

Thanks for the tutorial!

+

Tommi - 3/2/2022

+
- -
- -
- Makoto Studying -

Thanks for the lessons, I've learned a lot and hope to continue - for as long as I am - able!

-

~Marim 6-4-22

-
-
+ +
+

Thanks for presenting content in really good maneer

+

Ameer from India 16/11/2022

+
+ +
+

Hello from Viluppuram

+

Feb 15, 2022

+
-
-

- -

Smit Shah


-

From Bhavnagar (Gujrat) India - 04/06/2022

-

-
+
+ +

+ Thanks to W3Schools. +

+

@@m |15/2/2022

+
-
-

Thanks @w3schools.com team for making these awesome tutorials and making them available for - everyone for - free. - You're the best

-

MarconiCodes from Zimbabwe

-
+ +
+

+ Thanks W3School for this tutorial, i'm learning so much!!! +

+

Franco from Italy

+
- -
-

Thank you - @w3schools.com for your - best - tutorial in the world!!!

-

I'm @w3schools.com a - fan! I love you! -

-
+
+

+ This is cool! Thanks!
Tuukka - Feb 6. 2022 +

+
- -
-

Hello there! w3Schools helps me alot. Greetings from Brazil!

-

Diego Costa - 2022

-
+
+ +

+ Thanks to W3Schools. +

+

Curlos - 2/4/2022

+
-
-

"Hey, hey, hey, hey now. Don't be mean,; we don't have to be - mean, cuz, - remember, - no matter where you go, there you are."

-
+
+

+ Hello World 😍
+ "W3schools has really impacted so much in my tech journey - Thank you"
+

+

Muhon, 10th Feb 2022

+
-
-

"Close to finishing w3schools Git Tutorial... Now I need to start doing - this for my - projects (T_T)"

-

That One Git Noob

-
+
+

Hello. My simple edit. djbrooks

+

Feb 12, 2022

+
- -
-

Sunil from New Delhi, India - 11th June, 2022

-

w3schools.com has best tutorial in the world!!! -

-

I'm thankful to @w3schools.com!

-
+
+

+ Thanks you W3Schools!!! +

+

Damian from Argentina

+
- -
- -

- "感谢w3schools" -

-

Verolls 2022/06/14

-
+
+

Hello World! I'm saved by the blood of Jesus!

+

"God shows his love for us in that while we were still sinners, Christ died for us." - + Romans 5:8

+

Thank you for this super helpful tutorial! I'm excited to learn more on my way to becoming a + Back-End + developer! I'll honor God through my work and studies!

+
- -
-

"Do whatever you want with this repo but dont make it bored"

-

HASTA LA VISTA!!!!

-

Graduated in Git and GitHub - hydralisk3 - SV

-
+
+

I maybe the last one to commit . . .

+

But the tutorials are very good! 🖥️💾💿💽

+

But I'm still bad at C++

+
- -
-

Gracias W3 desde Madrid

-
+
+

+
Hello @Everyone
+

+

Thank you w3 schools for + your amazing + support + for the dev's

+
- -
-

- -

BB


-

From Google 6/15/22

-

-
+ +
+

Thank a lot w3 school your website help a lot of + delevoper around + the world.

+

Chansocheat Sok 2/19/2022

+
- -
-

"Thanks for the journey. Leart a lot!!"

-

Dexter liu from New Zealand

-
+
+

Thanks for all the lessons!

+

danbaz101 on Feb 28, 2022

+
- -
-

Create by Allen

-
+
+

Hello from Indonesia

+

You can do it, Fighting!!!

+

By: SRZ Dev :D

+
- -
-

- Added by Manger George -
-

-
+
+

I love W3Schools

+

Thank you for helping me to learn git and github

+

Now I am confident using it. Emekadavid from Nigeria

+
- -
-

W3Schools is great. I'm very thankful. Loved the tutorial.

-

Kibi from Ethiopia - 2022

-
+
+

Love from india

+

Thanks w3schools for the fantastic hands-on experience for the complete github

+

praveen-raja from INDIA

+
- -
-

"Thank you for the Git tutorial!"

-

Aasheesh

-
+
+

+ Thanks you W3Schools!!! +

+

Victor from Ukraine.

+
- -
-

Great tutorial. Thank you.

-

Dejan Zmijanac was here!

-

2022/06/24

-
+
+

BE YOUR BEST!

+

Jean from PH 03/10/22

+
- -
-

- Thanks W3School for your tutorials! - Brown -

-

- From Vietnam with love ~ May,2023 -

-
+
+

great to be here

+

love SQL 17.03.2022

+
- -
-

-

Love you w3schools

-

from India 25.01.2022

-
+
+ Hello and + thank you to w3schools for this comprehensive tutorial on Git and GitHub.
Greetings from + Germany +
yesthatismyname on March 09, 2022 +
- -
-

- THANK A LOT FOR - THE - LESSON! -

-

Brigesdha from ID - 27/06/22 -

-
+
+

Thank you for the great Git tutorial!

+

Pawel Litwin, 15.03.2022

+
- -
-

Great site and great tutorial, Thank you


-

BlueStone17, Italy, 29/06/22

-
+
+

A Big Thanks & Lots of Love From India

+

Tushar Mohapatra19th March 2022

+
- -
-

Hi everyone! I'm from the Netherlands.

-
+
+

Thanks for + all the great + lessons that you provide!

+

+ Fabio, + 18.03.2022

+
- -
-

"Thank you for the Git tutorial! You're the best "

-

Israel Rojas

-
+
+

Love from china

+

Thanks w3schools for the fantastic hands-on experience for the complete github

+

JZ from CHINA

+
- -
-

Thank your for your great lessons


-

Yangon, Myanmar, 01-Jul-2022

-
+
+

Thank You For This Fun + Tutorial!

+

AviK from Israel   24.03.2022

+
- -
-


Thanks - W3School

-

Flores-Oz, 5/07/22

-
- -
-

"Thank you for the Git tutorial! You're the best "

-

Tal (and GitHub copilot)

-
+

hello from dagestan

- -
-

The best tutorial on the web!

-

Mexico 31/07/22

-
+

hello from dagestan

- -
-

I learned a lot in w3schools and It has helped lot of - developer.

-
- -
-

- "Make it as simple as possible, but not simpler." -

-

Albert Einstein

-
+

SUIIIIIII W3Schools💖

- -
-

"Thank you for this tutorial!"

-

Greetings from Serbia

-
+
+

I love W3Schools

+

Thank you for helping me to learn git and github

+

Now I am confident using it. Alexandro from Russia

+
- -
-

Amazing tutorial, really helped me out, Thanks for the tutorial. -

-

Julius From Brazil

-
+
+

“If I have seen further, it is by standing on the shoulders of Giants”
- thank you w3 - +
+

+

GB from Italy 26.03.2022

+
- -
-

- ITS THE BEST -

-

infraz1 from ID - 27/06/22 -

-
+
+

Thanks W3Schools for your amazing tutorials!

+

Bugahontas from Brazil - 31/03/2022

+
- -
-


Thank - you for the - tutorial W3School

-
+
+

Thank you w3schools and See You in other tutorials + :)

+

M4600 - 05.04.2022

+
- -
-

- "Thank you for the great tutorial! 08/06/2022 -

-
+ +
+

Mohammad Hosein.

+

I'm from Iran .

+

You are full of unrealised potential. It’s important that you recognise them.

+
- -
-

"Thank you for the Git tutorial! You're the best "

-

Iran SagharMax

-
+ - -
-

"Gracias por el tutorial, aprendi los comandos basicos " -

-

JJNM2422 vzla,08-07-2022

+
+
+
+ +
+
Tehran
+
+
- - -
-


Thanks! - and sorry - Flores-Oz for stealing

-

Flores-Oz, 5/07/22

+
+
+ +
+
Maryam Mirzakhani
+
+
- - -
-
-
-

" How do I centre a div?

+
+
+ +
+
Iran
- - -
-
-

- KienDuy

-
-
-

Thank you w3schools✨😆

-
-

Your tutorial is amazing & impressive. I'm very thankful. Hope you - have a happy life! -

-

From Vietnam, 17/7/2022

+
+
+ +
+
Tehran
+
+
- -
-

Thank you for such a great tutorial.

-

Emre / Türkiye / 18.07.2022

-
+
+

I'm quite confident, in some sense. Maryam Mirzakhani

+

Friday, Farvardin 12, 1401 AP Date in Karaj, Alborz Province.

+

Fri, 01 Apr 2022 17:54:39

+
- -
-

- - Thank you for this amazing Git and GitHub tutorial! Hope to pick up more technical - skills from - W3School! -

-

--- jw from Malaysia

-
+ +
+

+ + Thanks W3Schools for a wonderful tutorial. Keep it up guys!
+ From an avid fan of yours - 08/04/2022

+
- -
- Ousmane, China
- Thanks so much w3school - for the provision of free resources to global learners.
- I have benefit a lot from your rich contents over the years. -
-
+ - -
-

"This is my first time learning GIT, thank you W3school" -

-

Shawn, 20/07/2022

-
+
+

+
+ Thank you so much from gms461! +

+
+
+

+
+ The best exprience ever! Thanks! +

+
- -
-

- "w3schools is the best website for learning." -

-

Ashkan Khani

+ +
+
+

+ Kenyans Come here too! +

+

And we love it. Thank you W3SCHOOLS
This Git Zone is + wonderful

+

D_captainkenya
30 April 2022

+ +
- -
-

- Thank you very much W3Schools. I really like the way the courses are formatted. -

-

- Francis from Philippines

-
+
+

+
+ Nikkis was here, thanks! +

+
- -
-

"My love for w3schools.com is - unlimited, it has - been - a helping hand for me right from beginning Thanks for all you do. You are the best." -

-

Hammed Bello from Nigeria

-
+ - -
-

- "Instagram pbx__malhi folow me there" -

-

Jagdeep Singh

-
+ +
+

+ + Thank you W3Schools! - 07/05/2022

+
- -
-

- "Hi Hello" -

-

Palak

-
+
+

+ + humendra here!Thank you W3Schools, Learned a lot from you.- 12/05/2022

+
-
-

- "satyam sharma is the" -

-

Ashkan Khani

-
+ +
+

+ Hi! I'm Barby! I've started this journey on my own and W3Schools is part of it. I just wanna + say + THANKS. +

+

11/05/22

+
- -
-

melih was here

-
- + +
+

+ + W3Schools rocks!!!
+ From an avid fan of yours - 08/04/2022

+
- -
-

- "Thank you so much for the tutorial!" -

-

W3school is Amazing

-

You are the Best

-
+ +
+

+
+ Daniel Kamsiyochukwu Nicholas from Nigeria was here, 20/05/2022 +

+
- -
-

- "Thanks for this amazing tutorial and for the opportunity to get my hands dirty with - GiT!" -

-

RaiNFall

-
+ +
+

STAY HEALTHY, STAY HOPEFUL, SPREAD LOVE

+

James from USA 05/23/22

+
- -
-

"Insightful and buttressed my learning"

-

Oyefule Oluwatayo

-
+ +
+

+ Yusuf Kesgin from Turkey was here. Happy coding! +

+

23/05/2022

+
- -
-

My congratulations to W3schools for this - awesome tutorial -

-

Andrés Conde Rodríguez from Spain

-
- -
-

Thank a lot w3 school your website help a lot of - delevoper around - the world.

-

- "Make it as simple as possible , To Deliver the edge of git - (VCS) - contribution -

-

" Thank you for w3School - "

-

Suraj Kr. Sharma ( INDIA )

-
+ +
+ +

W3SCHOOLS FOREVER

+
+
- -
-

Thanks to w3schools for the amazing work

-

Owzbi from Nigeria

-
+ +
+

+ Simone De Bartolo from Catania, thanks W3Schools +

+

23/05/2022

+
- -
-
-

Thanks for the tutorial!

-
-
+ +
+

+ + Thanks W3Schools for the tutorial
+ From Thomas Njoroge - 26/05/2022

+
- -
-
-

"Tell me and I forget. Teach me and I remember. Involve me and I learn." - Benjamin - Franklin

-

Thanks W3school for the tutorial!

-
-
+ +
+

I'm quite confident, in some sense. + Anjali Rathor

+

neemuch,madhya pradesh,India .

+

wed, 01 june 2022

+
- -
-

Tutorial quite simple to understand for beginers --> Great work again!

-
+ +
+

+ + Thanks W3Schools for the tutorial
+ From Anil DOLLOR - 1/06/2022

+
- -
-

"Thanks a lot!"

-

Leo

-
+ +
+ +

+ Thanks W3Schools for the tutorial
+ From Anil DOLLOR : ) , Neemuch Madhya Pradesh, India

+ 31 May 2022 +

+
- -
-

Thank you for the helpful tutorial!!

-
+
+

+ +

Anjali Mahawar


+

From Neemuch (M.P.) India - 01/06/2022

+

+
- -
-
-

Greatest tutorial about Git

-

Thanks for the tutorial!

-
-
+
+

+ "Thank you W3Schools" - 08/06/2022 +

+
-
-

Thanks for the tutorial!

-
+ +
+

Now I can work with others without fear of messing up, thx w3schools :D

+

From Kevin - Montpellier, France - 06/06/2022

+
- -
-

Thanks for the incredible job. Have a good day!

-

GV

+
+

+ +

Poonam Dhangar


+

From Neemuch (M.P.) India - 06/06/2022

+

+
+ + +
+ +
+ Makoto Studying +

Thanks for the lessons, I've learned a lot and hope to continue + for as long as I am + able!

+

~Marim 6-4-22

+
-

thank you w3school

+
+

+ +

Smit Shah


+

From Bhavnagar (Gujrat) India - 04/06/2022

+

+
- -
-
-

Keep calm and learn with w3schools.com

-
-
+
+

Thanks @w3schools.com team for making these awesome tutorials and making them available for + everyone for + free. + You're the best

+

MarconiCodes from Zimbabwe

+
- -
-

Devilish Hairdresser, uma série de 10 jogos lançados no GirlsGoGames e sites associados dos - anos de 2009 a - 2013...

-

-

flash do Anjo e do Diabo, procurando cada pepita de informação que posso encontrar. -

-

-

Depois disso, exploro minuciosamente o raciocínio por trás de uma interpretação popular de - sua - dinâmica. -

-
- + +
+

Thank you + @w3schools.com for your + best + tutorial in the world!!!

+

I'm @w3schools.com a + fan! I love you! +

+
- -
-

Thank you for the tutorial, it'll come in handy for college!

-
+ +
+

Hello there! w3Schools helps me alot. Greetings from Brazil!

+

Diego Costa - 2022

+
- -
-

- Thank you very much W3Schools. A well structured course. -

-

- Luke

-
+
+

"Hey, hey, hey, hey now. Don't be mean,; we don't have to be + mean, cuz, + remember, + no matter where you go, there you are."

+
- -
-

- Thanks from - Sweden!
-Simon

-
- -
-
-

- Thank you w3schools - for your efforts and beginner friendly tutorials

-

- Learn from yesterday -

-

Live - for today

-

Hope - for tomorrow

-

The - important thing is - to not stop questioning

- animated-turkey-flag-image-0001 - Mehmet - Hüsnü - Celik - animated-turkey-flag-image-0001 -

animated-turkey-flag-image-0021 - Greetings From Turkey animated-turkey-flag-image-0022 -

-
-
+
+

"Close to finishing w3schools Git Tutorial... Now I need to start doing + this for my + projects (T_T)"

+

That One Git Noob

+
+ + +
+

Sunil from New Delhi, India - 11th June, 2022

+

w3schools.com has best tutorial in the world!!! +

+

I'm thankful to @w3schools.com!

+
- -

- Hello World! + +

+ +

+ "感谢w3schools"

- -
-

- Thank you very much W3Schools. A well structured course. -

-

- Luke

-
- -

Thank you for the tutorial

+

Verolls 2022/06/14

+
- -

Hello and thank you!

+ +
+

"Do whatever you want with this repo but dont make it bored"

+

HASTA LA VISTA!!!!

+

Graduated in Git and GitHub - hydralisk3 - SV

+
- -

Hi

+ +
+

Gracias W3 desde Madrid

+
- -
-

If you think math - is hard, try web - development.

-

Mansoor Alamyar, - Kabul-Afghanistan. -

-
+ +
+

+ +

BB


+

From Google 6/15/22

+

+
+ +
+

"Thanks for the journey. Leart a lot!!"

+

Dexter liu from New Zealand

+
- -
-

Thank you W3Schools. Thank you for - the tutorial. -

-
+ +
+

Create by Allen

+
- -
-

Very Very Thank W3Schools💖.Your - are my Master -

-
+ +
+

+ Added by Manger George +
+

+
- -

Just a test! Thank you, w3schools team!

+ +
+

W3Schools is great. I'm very thankful. Loved the tutorial.

+

Kibi from Ethiopia - 2022

+
- -
-

- "I asked God for a bike, but I know God doesn’t work that way. So I stole a bike and - asked for - forgiveness." -

-

Someone

-

quoted by Legend-Duck

-
+ +
+

"Thank you for the Git tutorial!"

+

Aasheesh

+
- -
-

- Thank You W3Schools !!
- Благодарам W3Schools!! -

-

 -Дарко Сасански

-
+ +
+

Great tutorial. Thank you.

+

Dejan Zmijanac was here!

+

2022/06/24

+
- -
-

- Thank You W3Schools !!
- 學習到很多東西!! -

-
+ +
+

+ Thanks W3School for your tutorials! - Brown +

+

- From Vietnam with love ~ May,2023 -

+
+ +
+

+

Love you w3schools

+

from India 25.01.2022

+
- -

Thanks a lot for the tuto

+ +
+

+ THANK A LOT FOR + THE + LESSON! +

+

Brigesdha from ID + 27/06/22 +

+
+ +
+

Great site and great tutorial, Thank you


+

BlueStone17, Italy, 29/06/22

+
- -
-

- Thanks for the tutorial W3 School! -

-

Thanks for the all the amazing content

-

Agwe Bryan from Cameroon 👍 🥰

-
+ +
+

Hi everyone! I'm from the Netherlands.

+
- -

Thanks a lot for this awesome tutorial

+ +
+

"Thank you for the Git tutorial! You're the best "

+

Israel Rojas

+
-

added new line

+ +
+

Thank your for your great lessons


+

Yangon, Myanmar, 01-Jul-2022

+
- -

- Amazing Tutorial -

+ +
+


Thanks + W3School

+

Flores-Oz, 5/07/22

+
- -
-

- Thanks for the tutorial W3 School! -

-

Thanks for the all the amazing content

-

Ahmed Gamal Dakhly from Egypt/Minya 👍 🥰

-
+ +
+

"Thank you for the Git tutorial! You're the best "

+

Tal (and GitHub copilot)

+
-
-

Thank you for making this tutorial, W3Schools! ~MP

-
+ +
+

The best tutorial on the web!

+

Mexico 31/07/22

+
- -
-

- Very good tutorial! -

-
- + +
+

I learned a lot in w3schools and It has helped lot of + developer.

+
-
-

- Thanks very much, have a great day. -

-
+ +
+

+ "Make it as simple as possible, but not simpler." +

+

Albert Einstein

+
- -
-

Thank you very much for the tutorial!

-
+ +
+

"Thank you for this tutorial!"

+

Greetings from Serbia

+
- -
-

This is the best way to learn ever. Thank you W3Schools!!! -

-

- Ralph

-
+ +
+

Amazing tutorial, really helped me out, Thanks for the tutorial. +

+

Julius From Brazil

+
- -
- Thank you for teaching us www.w3schools.com
Mexico City. -
+ +
+

+ ITS THE BEST +

+

infraz1 from ID + 27/06/22 +

+
- -
-

Thanks for this great tutorial!

-
+ +
+


Thank + you for the + tutorial W3School

+
- -
THANKS FROM YOYOBARA!
+ +
+

+ "Thank you for the great tutorial! 08/06/2022 +

+
- + +
+

"Thank you for the Git tutorial! You're the best "

+

Iran SagharMax

+
- - Thanks for this tutrorial! + +
+

"Gracias por el tutorial, aprendi los comandos basicos " +

+

JJNM2422 vzla,08-07-2022

+
- -
-

- Thank you for this tutorial -

-
- -
-

Thank you(w3Schools) for such a wonderfull git tutorial. :)

-
+ +
+


Thanks! + and sorry + Flores-Oz for stealing

+

Flores-Oz, 5/07/22

+
- -
- Thank you for teaching us www.w3schools.com
NIGERIA. + +
+
+
+

" How do I centre a div?

+
+
- -
-

Thank you for this great tutorial w3schools! - Someone from France

+ +
+
+

+ KienDuy

+
+
+

Thank you w3schools✨😆

+
+

Your tutorial is amazing & impressive. I'm very thankful. Hope you + have a happy life! +

+

From Vietnam, 17/7/2022

+
- -
-

Thank you...

-
+ +
+

Thank you for such a great tutorial.

+

Emre / Türkiye / 18.07.2022

+
- -
-

Thank you w3schools so much for this course

-

I learned a lot from this course and a lot of your other courses :)

-
+ +
+

+ + Thank you for this amazing Git and GitHub tutorial! Hope to pick up more technical + skills from + W3School! +

+

--- jw from Malaysia

+
- -
- Thanks for great tutorial W3School! from Philippines -
+ +
+ Ousmane, China
+ Thanks so much w3school + for the provision of free resources to global learners.
+ I have benefit a lot from your rich contents over the years. +
+
- -
-

Thanks for this tutorial.
- Mambet Aibar

-
+ +
+

"This is my first time learning GIT, thank you W3school" +

+

Shawn, 20/07/2022

+
- -
- Thank you for the wonderful git tutorials s www.w3schools.com
weisheng. -
+ +
+

+ "w3schools is the best website for learning." +

+

Ashkan Khani

+
- -
- Thank you for teaching us www.w3schools.com ... jaber
Morocco. -
+ +
+

+ Thank you very much W3Schools. I really like the way the courses are formatted. +

+

- Francis from Philippines

+
- -
-

좋은 깃 강의에 감사드립니다.

-

김광현.

-
+ +
+

"My love for w3schools.com is + unlimited, it has + been + a helping hand for me right from beginning Thanks for all you do. You are the best." +

+

Hammed Bello from Nigeria

+
- -
- I'm very grateful for this for course
-
+ +
+

+ "Instagram pbx__malhi folow me there" +

+

Jagdeep Singh

+
+ +
+

+ "Hi Hello" +

+

Palak

+
- -
- Git tutorial 2022 is good
-
+
+

+ "satyam sharma is the" +

+

Ashkan Khani

+
+ +
+

melih was here

+
+ - -
-

Thank you for these great tutorials.
Mahammad from Baku, Azerbaijan.

-
+ +
+

+ "Thank you so much for the tutorial!" +

+

W3school is Amazing

+

You are the Best

+
- -
-

Thank you.
some guy from US.

-
+ +
+

+ "Thanks for this amazing tutorial and for the opportunity to get my hands dirty with + GiT!" +

+

RaiNFall

+
- -
- Hello! I'm A.M. Shohan from Bangladesh.
- Thank you very much W3School.
-
+ +
+

"Insightful and buttressed my learning"

+

Oyefule Oluwatayo

+
- -
-

Thank you for the lessons! Pietro.

-
+ +
+

My congratulations to W3schools for this + awesome tutorial +

+

Andrés Conde Rodríguez from Spain

+
+ +
+

Thank a lot w3 school your website help a lot of + delevoper around + the world.

+

+ "Make it as simple as possible , To Deliver the edge of git + (VCS) + contribution +

+

" Thank you for w3School + "

+

Suraj Kr. Sharma ( INDIA )

+
- -
+ +
+

Thanks to w3schools for the amazing work

+

Owzbi from Nigeria

+
-
-

-
- Thanks Allah 💖 -

-
+ +
+
+

Thanks for the tutorial!

- +
- -
-

Thank you W3Schools, Lots of Love from India. I love - computers because you - made - it easy for me.

-

EliMullan

+ +
+
+

"Tell me and I forget. Teach me and I remember. Involve me and I learn." - Benjamin + Franklin

+

Thanks W3school for the tutorial!

+
- -
-

very grateful to you for providing such a wonderful content, lots of love

-
+ +
+

Tutorial quite simple to understand for beginers --> Great work again!

+
- -

- Thank you for the tutorial! -

+ +
+

"Thanks a lot!"

+

Leo

+
+ + +
+

Thank you for the helpful tutorial!!

+
- -
-

⭐ Thank you W3School for - the amazing Git - Tutorial ⭐

-

Greetings from San Luis Potosí, México.

+ +
+
+

Greatest tutorial about Git

+

Thanks for the tutorial!

+
- -

- Thank you for the tutorial! -

+
+

Thanks for the tutorial!

+
- -

- Thank you for the tutorial <3< /i> -

+ +
+

Thanks for the incredible job. Have a good day!

+

GV

+
- -

Thank you for these amazing tutorials, they helped me a lot. - Cheers from - Brazil - - Daniel.

+

thank you w3school

- -
-

Hi there 🤙

+ +
+
+

Keep calm and learn with w3schools.com

+
- -

- Thank you very much for the tutorial! Best wishes to you. + +

+

Devilish Hairdresser, uma série de 10 jogos lançados no GirlsGoGames e sites associados dos + anos de 2009 a + 2013...

+

+

flash do Anjo e do Diabo, procurando cada pepita de informação que posso encontrar. +

+

+

Depois disso, exploro minuciosamente o raciocínio por trás de uma interpretação popular de + sua + dinâmica.

- +
+ - -
-

Thank you w3shools for this tutorial ❤️

-

Greetings from Kampala, Uganda

-
- + +
+

Thank you for the tutorial, it'll come in handy for college!

+
- -
-

Thank you for the very nice tutorial. You rock!

-

Marcio, Brazil

-
+ +
+

+ Thank you very much W3Schools. A well structured course. +

+

- Luke

+
- -
-

some text about thanking w3school

+ +
+

+ Thanks from + Sweden!
-Simon

+
+ +
+
+

+ Thank you w3schools + for your efforts and beginner friendly tutorials

+

+ Learn from yesterday +

+

Live + for today

+

Hope + for tomorrow

+

The + important thing is + to not stop questioning

+ animated-turkey-flag-image-0001 + Mehmet + Hüsnü + Celik + animated-turkey-flag-image-0001 +

animated-turkey-flag-image-0021 + Greetings From Turkey animated-turkey-flag-image-0022 +

+
- -
-

Ciao a tutti and thank you to W3Schools!

-
+ +

+ Hello World! +

+ +
+

+ Thank you very much W3Schools. A well structured course. +

+

- Luke

+
+ +

Thank you for the tutorial

+ + +

Hello and thank you!

+ + +

Hi

+ + +
+

If you think math + is hard, try web + development.

+

Mansoor Alamyar, + Kabul-Afghanistan. +

+
- -
-

W3Schools is the best & simple learning website i have ever - seen!

-
-
- Thanks to W3schools! Love from Bangladesh. -
+ +
+

Thank you W3Schools. Thank you for + the tutorial. +

+
- -
-

Thank you fro tutorial

-

Zougha, Morocco

-
+ +
+

Very Very Thank W3Schools💖.Your + are my Master +

+
- -
-

Thank you to W3Schools! for great tutorial

-
+ +

Just a test! Thank you, w3schools team!

- -
-

Thank you to W3Schools!

-
+ +
+

+ "I asked God for a bike, but I know God doesn’t work that way. So I stole a bike and + asked for + forgiveness." +

+

Someone

+

quoted by Legend-Duck

+
- -
-

⭐ Spend 2 days going - through this tutorial. - Simple and clear. Many thanks! ⭐

-

From Alan Phillips, Portsmouth UK.

-
+ +
+

+ Thank You W3Schools !!
+ Благодарам W3Schools!! +

+

 -Дарко Сасански

+
- -
-

Thanks W3School for this cool tutorial! Greetings from Cracow, Poland

-

Piotr, 25 Dec 2022

-
+ +
+

+ Thank You W3Schools !!
+ 學習到很多東西!! +

+
- -
-

Merry Christmas and Happy New Year!

-
- -
-
-

学到了很多! 谢谢侬!

-

-From Shanghai, China

-
-
+ +

Thanks a lot for the tuto

- -
-

Thank you W3schools for this so wonderful tutorial, really much appreciated!. ROCK!

-

Carl, SouthEast Asia

-
- -
-

"Happy New Year!!! Hakuna Matata" - Skill Rox ,27/12/2022 -

-
+ +
+

+ Thanks for the tutorial W3 School! +

+

Thanks for the all the amazing content

+

Agwe Bryan from Cameroon 👍 🥰

+
-
-

W3Schools, you've been a life saver. Thank you for all that you do, Ibukun from Nigeria -

-
+ +

Thanks a lot for this awesome tutorial

- -
-

"Thank you for teching me ^__^" - Sk> -

+

added new line

- -
-

-

Thank You So Much w3schools

-

-
+ +

+ Amazing Tutorial +

- -
-

Thank you W3schools for this so wonderful tutorial, really much appreciated!. ROCK!

-

India--

-
+ +
+

+ Thanks for the tutorial W3 School! +

+

Thanks for the all the amazing content

+

Ahmed Gamal Dakhly from Egypt/Minya 👍 🥰

+
+
+

Thank you for making this tutorial, W3Schools! ~MP

+
- -
-

Thank you W3schools for this so wonderful tutorial, really much appreciated!

-

AW, Fulda

-
+ +
+

+ Very good tutorial! +

+
+ -
-

Thanks a lot for sharing this great tutorial! this is not the first time I've used - w3schools, you have - taught - me a lot over the years!

- Javad from Iran. - -
+
+

+ Thanks very much, have a great day. +

+
- -
-

- Thank You W3Schools !!
- Greetings from Portugal! -

-

 -Tiago Brito

-
- -
-

Congratulations for such an amazing job w3schools. Greetings from - Bolivia

-
-
- -
- -
- SO MANY LOVE FROM BANGLADESH.🇧🇩
- This is your host Sajib Hasan. -
+ +
+

This is the best way to learn ever. Thank you W3Schools!!! +

+

- Ralph

+
- -
-

Thanks to ✔w3schools✔ - for being - such nice and generous at sharning this wonderful knowledge to everyone freely!

-
+ +
+ Thank you for teaching us www.w3schools.com
Mexico City. +
- -
-

- "My open-source contribution. PROUD!" -

-

Rumiani

-
+ +
+

Thanks for this great tutorial!

+
- -
-

Thanks for the Tutorial!

-

From Zach

-
+ +
THANKS FROM YOYOBARA!
- -
-
-

- Thank you w3schools! -

-

- The best place for learning!!! -

-

- Evgeniy from Belarus, 2023 -

-
-
-
-
-
-
-
+ - -
-
-

Thanks W3 Schools For Making Learning Easy

-

Lorem, ipsum dolor sit amet consectetur adipisicing elit. Minus porro culpa incidunt - voluptatem quis - cumque - sint, consequatur libero nam aperiam placeat! Totam quis corporis mollitia iste - blanditiis possimus - tenetur - dignissimos.

-
-John Doe
-
05//02/2022
-
-
+ +
+ Thank you for teaching us www.w3schools.com
NIGERIA. +
- -
-
-

thanks for this tutorial

-
-
+ +
+

Thank you for this great tutorial w3schools! - Someone from France

+
+ +
+

Thank you...

+
+ +
+

Thank you w3schools so much for this course

+

I learned a lot from this course and a lot of your other courses :)

+
+ +
+ Thanks for great tutorial W3School! from Philippines +
+ +
+

Thanks for this tutorial.
+ Mambet Aibar

+
- -
-
-

- Ooooooooooooh w3schools! -

-

- The best place for learning!!! -

-

- Evgeniy from Belarus, 2023 -

-
-
-
-
-
-
-
+ +
+ Thank you for the wonderful git tutorials s www.w3schools.com
weisheng. +
+ + +
+ Thank you for teaching us www.w3schools.com ... jaber
Morocco. +
- -
-

- "My open-source contribution - thank you to w3schools!" -

-

PWN

-
+ +
+

좋은 깃 강의에 감사드립니다.

+

김광현.

+
- -
-

- "First Ever OS Contribution! Please merge this!" -

-

PWN

-
+ +
+ I'm very grateful for this for course
+
-
-

- Thanks for the tutorial! -

-
- -
-

Thanks W3Schools!

- bealfredo, 2023/01/25 + +
+ Git tutorial 2022 is good
+
- -
+ +
- -
-

- "Big KUDOS to W3Schools" +

+

+
+ Thanks Allah 💖

-

JS

+
+ + + +
+

Thank you W3Schools, Lots of Love from India. I love + computers because you + made + it easy for me.

+

EliMullan

+
- -
-

Thank w3school for this tutorial!!!
By Nick Chen from Taiwan

- -
+ +

+ Thank you for the tutorial! +

+ + +
+

⭐ Thank you W3School for + the amazing Git + Tutorial ⭐

+

Greetings from San Luis Potosí, México.

+
-
-

This is curryflex changes

-
+ +

+ Thank you for the tutorial! +

+ + +

+ Thank you for the tutorial <3< /i> +

+ + +

Thank you for these amazing tutorials, they helped me a lot. + Cheers from + Brazil + - Daniel.

+ + +
+

Hi there 🤙

+
-
-

This text change from local repo.

-
- -
-

- Thank You W3Schools !!
- Greetings from Belgium! -

-

 -Koda5523

-
+ +

+ Thank you very much for the tutorial! Best wishes to you. +

+ - -
-

- Big thanks to w3schools team! You are amazing. Keep up the good work.
- -From Iran by scriptax - March 4, 2023 -

-
- - - Sow a thought and you reap an action;
- Sow an act and you reap a habit;
- Sow a habit and you reap a character;
- Sow a character and you reap a destiny. -
-
-
- - + +
+

Ciao a tutti and thank you to W3Schools!

+
-
-

- "Thank you W3Schools! - 02/03/2023" -

-

PWN

-
+ +
+

W3Schools is the best & simple learning website i have ever + seen!

+
- -
-

Thank you W3Schools for a clear and very cleverly designed - tutorial. - It was a true pleasure to learn from you!

-

Mark Szente, Budapest, Hungary

-
+
+ Thanks to W3schools! Love from Bangladesh. +
- -
-

"I am grateful to W3Schools for their exceptional tutorials and dedication to providing comprehensive - and - user-friendly content, which have been an invaluable resource in expanding my coding knowledge."

-

Fernando F Robazzi - 2023-03-20

-
+ +
+

Thank you fro tutorial

+

Zougha, Morocco

+
- + +
+

Thanks W3School for this cool tutorial! Greetings from Cracow, Poland

+

Piotr, 25 Dec 2022

+
- -

Greatful for the opportunity to be able to use the great resource plaform. Thank you w3schools

- - -

Thank you for providing this great tutorial, and for free!

-

I think I screwed up, let me try again

- - - -
-

- "Great job on providing free tutorials, w3scooles! I belive there is a lot of hard work behind - what we see - here. Thank you very much!" -

-

Bogdan Cerveneak
Romania

-

- 29.03.2023 -

+ +
+

Merry Christmas and Happy New Year!

+
+ + +
+
+

学到了很多! 谢谢侬!

+

-From Shanghai, China

- - +
- -

Hello from fjorg58, Canada

-

Thank you W3Schools for proving this great tutorial

-

Bonne journée à tous!! Auf wiedersehen!!

- + +
+

Thank you W3schools for this so wonderful tutorial, really much appreciated!. ROCK!

+

Carl, SouthEast Asia

+
+ +
+

"Happy New Year!!! Hakuna Matata" - Skill Rox ,27/12/2022 +

+
-
-

- Thank you very much to the guide!
- Ps. had to copy the code to add this message (unfamiliar with html lol).
- - 28/03/2023
-

-

blueAndWhite

-
+
+

W3Schools, you've been a life saver. Thank you for all that you do, Ibukun from Nigeria +

+
- -

Thank you for providing this great tutorial, and for free!

-

I think I screwed up, let me try again

- + +
+

"Thank you for teching me ^__^" - Sk> +

- -

Thank you w3schools, I learned a lot

-

Abdul Qadir Amin, Kabul, Afghanistan

+ +
+

+

Thank You So Much w3schools

+

+
- -

Thanks for the tutorial!

+ +
+

Thank you W3schools for this so wonderful tutorial, really much appreciated!. ROCK!

+

India--

+
- -

Thanks this tutorial helped me a lot!

- -

Thanks for making this tutorial

+ +
+

Thank you W3schools for this so wonderful tutorial, really much appreciated!

+

AW, Fulda

+
- -

If we don't save the Earth, who will?

+
+

Thanks a lot for sharing this great tutorial! this is not the first time I've used + w3schools, you have + taught + me a lot over the years!

+ Javad from Iran. + +
- -
-

Thank you for such amazing content for free

- + +
+

+ Thank You W3Schools !!
+ Greetings from Portugal! +

+

 -Tiago Brito

+
+ +
+

Congratulations for such an amazing job w3schools. Greetings from + Bolivia

+
+ +
+ +
+ SO MANY LOVE FROM BANGLADESH.🇧🇩
+ This is your host Sajib Hasan. +
- -

Lovely clear website and tutorial. Well done! - Chris

+ +
+

Thanks to ✔w3schools✔ + for being + such nice and generous at sharning this wonderful knowledge to everyone freely!

+
+ +
+

+ "My open-source contribution. PROUD!" +

+

Rumiani

+
- -
-

-

“Fear is not evil. It tells you what your weakness is. And once you know your - weakness, you - can - become stronger as well as kinder.”

- Gildarts Clive (Fairy Tail)

-

Made with love by DrinVerse © 4/18/23

- + .xbox { + height: auto; + width: 57%; + background-color: #7ee8fa; + background-image: linear-gradient(315deg, #7ee8fa 0%, #80ff72 74%); + padding: 50px; + border-radius: 20px; + background-color: white; + } + +
+
+

Thanks W3 Schools For Making Learning Easy

+

Lorem, ipsum dolor sit amet consectetur adipisicing elit. Minus porro culpa incidunt + voluptatem quis + cumque + sint, consequatur libero nam aperiam placeat! Totam quis corporis mollitia iste + blanditiis possimus + tenetur + dignissimos.

+
-John Doe
+
05//02/2022
+
- + +
-

Thank You W3Schools for your free tutorials! Keep on - keeping on!! 😎

-
Max
-
04.11.23
+ style="width:50%;background-color: rgba(0, 0, 0, 0.5);border-radius: 10px;box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.5);text-align: center;"> +

thanks for this tutorial

- +
- -
-

Thank you very much for your step-by-step, clear and excellent tutorial about Git and GitHub

-

Saba & Ehsan, urmia-Iran

- -
- -
-

Thank you very much for your step-by-step, clear and excellent tutorial about Git and GitHub

-

Onkar Kadam from INDIA

- -
- -
-

- The Humble beginning -

-

5/04/2023

-
- -
-

Gracias al tutorial, saludo desde México

-
- -

I think this is the best place to learn about programming. After learning form W3Schools☀️❤️ I can - recommend all - to - go visit W3Schools💖.

-

Thank You So much.🤗🤗

- - -
-

- - Learning Git Tutorials From W3Schools.com - + + +
+
+

+ Ooooooooooooh w3schools!

-

- Hello Everyone, I am Jimmy Jayant from India. It is a very wonderful moment for me to join this - learning - platform. - I have already learned HTML, CSS and JavaScript tutorials from this platform. And I am currently - learning Git - tutorials. This amazing tutorial teach us to work in teams and how to collaborate on code. I wish - best of luck - to - everyone learning on this platform. +

+ The best place for learning!!! +

+

+ Evgeniy from Belarus, 2023

+
+
+
+
+
- +
-

- Thank you w3school for your wonderful content on web development! + +

+

+ "My open-source contribution - thank you to w3schools!" +

+

PWN

+
+ + +
+

+ "First Ever OS Contribution! Please merge this!" +

+

PWN

+
+ +
+

+ Thanks for the tutorial!

+
+ +
+

Thanks W3Schools!

+ bealfredo, 2023/01/25 - +
-
-

Thank You, W3Schools!

-

- I want to express my sincere gratitude for your outstanding tutorials on Git and GitHub. Your - comprehensive and - accessible lessons have equipped me with the skills and knowledge needed to confidently contribute - to open - source - projects. Your commitment to providing high-quality educational resources, including the W3.CSS - framework, has - been instrumental in my learning journey. The clarity and simplicity of your explanations have made - complex - concepts approachable, enabling me to grasp them with ease. Thanks to your tutorials, I am now an - active - participant in the open source community, making meaningful contributions and collaborating with - others. Your - impact on my development as a programmer is immeasurable, and I am truly grateful for the - opportunities your - tutorials have provided. -

-

- Name: Emmanuel Xs -

-

- Date: 22 May, 2023 -

-
- + +
+

+ "Big KUDOS to W3Schools" +

+

JS

+
+ + +
+

Thank w3school for this tutorial!!!
By Nick Chen from Taiwan

+ +
+ +
+

This is curryflex changes

+
+ +
+

This text change from local repo.

+
+ +
+

+ Thank You W3Schools !!
+ Greetings from Belgium! +

+

 -Koda5523

+
+ + +
+

+ Big thanks to w3schools team! You are amazing. Keep up the good work.
+ -From Iran by scriptax - March 4, 2023 +

+
+ + + Sow a thought and you reap an action;
+ Sow an act and you reap a habit;
+ Sow a habit and you reap a character;
+ Sow a character and you reap a destiny. +
+
+
+ + +
+

+ "Thank you W3Schools! - 02/03/2023" +

+

PWN

+
- -
-

Hello World

-
+ +
+

Thank you W3Schools for a clear and very cleverly designed + tutorial. + It was a true pleasure to learn from you!

+

Mark Szente, Budapest, Hungary

+
- -
-

- Fun learning Git from w3schools! -

-

- Hi all, My name is Mridul and I had fun learning about how to use Git and GitHub. I will be - incorporating this - into my daily projects!! -

-
+ +
+

"I am grateful to W3Schools for their exceptional tutorials and dedication to providing comprehensive + and + user-friendly content, which have been an invaluable resource in expanding my coding knowledge."

+

Fernando F Robazzi - 2023-03-20

+
- -
-
-

""Amerikan emperyalizminin yarı sömürgesiyiz, dedi Hikmet
- Nâzım Hikmet vatan hainliğine devam ediyor hâlâ.""

-

Nâzım Hikmet

-
-
- + - -

Thank you for providing this great tutorial, and for free!

-

Terima kasih

- + +

Greatful for the opportunity to be able to use the great resource plaform. Thank you w3schools

+ + +

Thank you for providing this great tutorial, and for free!

+

I think I screwed up, let me try again

+ + + +
+

+ "Great job on providing free tutorials, w3scooles! I belive there is a lot of hard work behind + what we see + here. Thank you very much!" +

+

Bogdan Cerveneak
Romania

+

+ 29.03.2023 +

+
+ + - -

Thanks a lot for great tutorial!

+ +

Hello from fjorg58, Canada

+

Thank you W3Schools for proving this great tutorial

+

Bonne journée à tous!! Auf wiedersehen!!

+ - -
-

- W3Schools thank you very much for the tutorials! -

-

Greetings from Brasil! - I'd like to - thank you for all this content. It's incredibly easy to learn following your explanation and - didatics.

- Don't expect to find happiness at the end of your path. Instead, enjoy your journey and make all - the process - count! -

Bruno Volpe | May 6, 2023

-
- -
-

Message from Mhd, Pakistan:

-

Thanks for the Git tutorial. It was quite helpful.

-

Posted this message on: 05/06/2023

-
+
+

+ Thank you very much to the guide!
+ Ps. had to copy the code to add this message (unfamiliar with html lol).
+ - 28/03/2023
+

+

blueAndWhite

+
- -
-

- "Make it as simple as possible, but not simpler." -

-

Arun

-
+ +

Thank you for providing this great tutorial, and for free!

+

I think I screwed up, let me try again

+ + +

Thank you w3schools, I learned a lot

+

Abdul Qadir Amin, Kabul, Afghanistan

- + +

Thanks for the tutorial!

-
-

W3Schools has provided free and accessible - web development education to youth in developing countries, - empowering them to pursue careers in technology. Many thanks to you guys!

-

MY THREE FAVORITE WORDS

-
life
-
liberity
-
property
-
+ +

Thanks this tutorial helped me a lot!

+ +

Thanks for making this tutorial

- -
-

Thanks for such a good tutorial. Git is one of the - bricks to - build - reliable and solid foundation.

-

20 May 2023

-
+ +

If we don't save the Earth, who will?

+ +
+

Thank you for such amazing content for free

+ +
- -
-
-
-

J.RobertoJRGGRoberto

- -
-
-

Thank you w3schools✨😆👍 -

-

Always learning and clearing doubts with you

-
May 17, 2023 -

Brazil🇧🇷.

-
-
-
- - + +

Lovely clear website and tutorial. Well done! - Chris

+ - + +
+

+

“Fear is not evil. It tells you what your weakness is. And once you know your + weakness, you + can + become stronger as well as kinder.”

- Gildarts Clive (Fairy Tail)

+

Made with love by DrinVerse © 4/18/23

-
-

“To die for one's country is a man's privilage,

-

but to die and be reborn is a man's duty.”

- -
- - - - -

Thank You

- - +
- -
-

Thank you for the tutorial. I've finally got the - hang of Git! -

-

Judith from Nigeria

-
+ +
+

Thank You W3Schools for your free tutorials! Keep on + keeping on!! 😎

+
Max
+
04.11.23
+
+ + + +
+

Thank you very much for your step-by-step, clear and excellent tutorial about Git and GitHub

+

Saba & Ehsan, urmia-Iran

+ +
+ +
+

Thank you very much for your step-by-step, clear and excellent tutorial about Git and GitHub

+

Onkar Kadam from INDIA

+ +
- + +
+

+ The Humble beginning +

+

5/04/2023

+
+ +
+

Gracias al tutorial, saludo desde México

+
-
-

- "The explanation requiring the fewest assumptions is most likely to be correct." -

-

William of Ockham

-
+ +

I think this is the best place to learn about programming. After learning form W3Schools☀️❤️ I can + recommend all + to + go visit W3Schools💖.

+

Thank You So much.🤗🤗

+ + +
+

+ + Learning Git Tutorials From W3Schools.com + +

+

+ Hello Everyone, I am Jimmy Jayant from India. It is a very wonderful moment for me to join this + learning + platform. + I have already learned HTML, CSS and JavaScript tutorials from this platform. And I am currently + learning Git + tutorials. This amazing tutorial teach us to work in teams and how to collaborate on code. I wish + best of luck + to + everyone learning on this platform. +

+
+ - +

+ Thank you w3school for your wonderful content on web development! +

- -
-
-

Thank you so much for this tutorial

-

caotrungphi from Vietnam, 02/06/2023

-
-
- + } + .title { + color: #00b6a6; + font-size: 28px; + font-size: bold; + } - + .text { + font-size: 18px; + margin-bottom: 20px; + } + - Thanks for the tutorial W3 School! +
+

Thank You, W3Schools!

+

+ I want to express my sincere gratitude for your outstanding tutorials on Git and GitHub. Your + comprehensive and + accessible lessons have equipped me with the skills and knowledge needed to confidently contribute + to open + source + projects. Your commitment to providing high-quality educational resources, including the W3.CSS + framework, has + been instrumental in my learning journey. The clarity and simplicity of your explanations have made + complex + concepts approachable, enabling me to grasp them with ease. Thanks to your tutorials, I am now an + active + participant in the open source community, making meaningful contributions and collaborating with + others. Your + impact on my development as a programmer is immeasurable, and I am truly grateful for the + opportunities your + tutorials have provided. +

+

+ Name: Emmanuel Xs +

+

+ Date: 22 May, 2023 +

+
+ - + +
+

Hello World

+
-
-

Thanks for the tutorial!

-

- J. Aliprandi

+ +
+

+ Fun learning Git from w3schools! +

+

+ Hi all, My name is Mridul and I had fun learning about how to use Git and GitHub. I will be + incorporating this + into my daily projects!! +

+
+ +
+
+

""Amerikan emperyalizminin yarı sömürgesiyiz, dedi Hikmet
+ Nâzım Hikmet vatan hainliğine devam ediyor hâlâ.""

+

Nâzım Hikmet

- +
+ - -
-

it was a biggggg help

-

- ilia farzi

-
- +
+

+ "Make it as simple as possible, but not simpler." +

+

Albert Einstein

+
- -
-

Thanks for the tutorial!

-

- Vivek Pandey

-
- + +

Thank you for providing this great tutorial, and for free!

+

Terima kasih

+ - -
-

Thanks for the tutorial!

-

- Ali Taher

+ +

Thanks a lot for great tutorial!

-
- + +
+

+ W3Schools thank you very much for the tutorials! +

+

Greetings from Brasil! + I'd like to + thank you for all this content. It's incredibly easy to learn following your explanation and + didatics.

+ Don't expect to find happiness at the end of your path. Instead, enjoy your journey and make all + the process + count! +

Bruno Volpe | May 6, 2023

+
+ +
+

Message from Mhd, Pakistan:

+

Thanks for the Git tutorial. It was quite helpful.

+

Posted this message on: 05/06/2023

+
- -
-

Great Tutorial!

-

Jimmy

-
- - -
-

Buenas, un placer.

-

- Toutl

-
- + +
+

+ "Make it as simple as possible, but not simpler." +

+

Arun

+
- -
-
-

pulijalasaiteja06

-

thank you for providing us for free

-
- + - -
-

This was a great tutorial from w3schools.

-

-Bhavish

-
- +
+

W3Schools has provided free and accessible + web development education to youth in developing countries, + empowering them to pursue careers in technology. Many thanks to you guys!

+

MY THREE FAVORITE WORDS

+
life
+
liberity
+
property
+
- -
-
-

Zubair is thankful to w3school.

-
- + +
+

Thanks for such a good tutorial. Git is one of the + bricks to + build + reliable and solid foundation.

+

20 May 2023

+
- -
-
-
-

Emanuel

-

Estoy muy agradecido por el tutorial, - realmente me ha - ayudado - mucho. Gracias W3Schools!

+ +
+
+
+

J.RobertoJRGGRoberto +

+ +
+
+

Thank you w3schools✨😆👍 +

+

Always learning and clearing doubts with you

+
May 17, 2023 +

Brazil🇧🇷.

- +
- - Thanks W3school for the service. Git and Github is worth learning here. - + + - -
-

This message is from AreParameswarudu

-

Thank you W3 schools for this tutorial. -

-

- A great service for a greater reason.

-
- + + -
-

Thanks W3Schools For This Awsome Git & Github Tutorial

-

Regards From Sudhanshu Kumar - India

-
- - + .quote-pourya-sm { + padding-top: 0px; + } -
-

Thank you! Now I finally know what GitHub is!!!

-

- Chungeun Lee

+ .footer-pourya-sm { + height: 30px; + margin-top: 80px; + font-size: 24px; + text-align: right; + line-height: 5px; + margin-right: 5px; + } + +
+

“To die for one's country is a man's privilage,

+

but to die and be reborn is a man's duty.”

+ - +
- -
-

W3Schools is amazing!🌟

-

Thank you for making it easier for people to learn and grow in their careers -

-
- + - + +

Thank You

+ -
-

I decided to make a career change and W3Schools has been my go-to source of study material on C - language and - GitHub basics! Thank you, W3!

-

- Capolo

-
- -
- Happy to be here! Successful comes from your hard working! Never give up! Love W3Schools, my new - family ^^ -
+ +
+

Thank you for the tutorial. I've finally got the + hang of Git! +

+

Judith from Nigeria

+
- -

Maa chudi Padi Hai

- + - -
-
-

Roma Robot 😎

-

Thank you for amazing possibility to learn! People and Robots become closer to each others! - 🦾❤️💪🏻

-
-
- +
+

+ "The explanation requiring the fewest assumptions is most likely to be correct." +

+

William of Ockham

+
- -
-

Greetings from Germany and many thanks for your tutorials!

-
- + - -
-

You are incredible!

-

keep studying and you will be an excellent developer -

- thanks for W3schools to teach me :) - 24/07/23 + +
+
+

Thank you so much for this tutorial

+

caotrungphi from Vietnam, 02/06/2023

- +
+ - -

hey, motat learnt some Git

-
niiice
- + - + Thanks for the tutorial W3 School! -
-

- - Thank you a million for the opportunity to learn Git and various others technologies on your - website!!! It's - one of the bests I've encountered and it improved myself as a professional a lot :] Love - from Brazil and omg - so awesome this forking idea, I hope I get accepted!
- - Dani Modesti -

-
- + - -
-

Hello everyone!

-
- +
+

Thanks for the tutorial!

+

- J. Aliprandi

- -
-

Thanks for the tutorial!

-

sahne7

- -
- +
+ - + -
-
- Learn Git -
― W3Schools 🚀 -
-
+
+

it was a biggggg help

+

- ilia farzi

+
+ - + +
+

Thanks for the tutorial!

+

- Vivek Pandey

-
-

Nice Tutorial

-

08/08/2023 :)

+
+ -
+ +
+

Thanks for the tutorial!

+

- Ali Taher

- -
-

Saludos desde Urda(Toledo-España)

-

Muchísimas gracias por todos los tutoriales

-
- +
+ + +
+

Great Tutorial!

+

Jimmy

+
+ - -
-
- I glad to meet everyone :> -
- and thank for the tutorial ! -
-

2023-08-09 Jason Xu

-
+ +
+

Buenas, un placer.

+

- Toutl

+
+ - - - -
-

Merci W3schools

-

je vous remercie pour vos - efforts, - toujours - claire et concis - "AMed". - Salut tout le monde. -

-
- + +
- -
-

- Very usefull tutorial and great platform!

-
- +
+

pulijalasaiteja06

+

thank you for providing us for free

+
+ + + +
+

This was a great tutorial from w3schools.

+

-Bhavish

+
+ - -
-

Hello World!

-
- + +
+
+

Zubair is thankful to w3school.

+
+ - -
-

gatinho

-
+ +
- -

Cristiano ronaldo

- - - -

babababananana

- - - -

sport clup internacional

- - - -

I wanna be part of that worldddddddddddd

- - - - - -

Hello, i make this in day 8/10/23, and i play Genshin Impact my favorite - characters is - the - Xiao and Noelle

- Xiao - Noelle - - - -

"Be the change you wish to see in the world."

- - -

-
-

- "Make it as simple as possible, but not simpler. - Moko wenne" -

-

19 LARA

+
+
+

Emanuel

+

Estoy muy agradecido por el tutorial, + realmente me ha + ayudado + mucho. Gracias W3Schools!

- +
+ - -

-
-

Hello this is Sanjay Kumbhkar

-

My comment on 23 Aug 2023

-
- + + Thanks W3school for the service. Git and Github is worth learning here. + - -
-
Musthak Ahamed
-
Edited on 08.22.2023
-
- - -
Oskar Sundelin. Thank you for the tutorial.
-
Written on 24-08-2023
- - -

- "Hello there" + +

+

This message is from AreParameswarudu

+

Thank you W3 schools for this tutorial. +

+

+ A great service for a greater reason.

+
+ + + +
+

Thank You for Your Git Tutorials

+

Dear W3Schools Team, I wanted to extend my gratitude for your excellent Git tutorials, which have + been + instrumental in helping me understand and utilize version control effectively. Thank you for + providing such + valuable learning resources. +

Mahbod Hosseini from IRAN

+

+

+

- +
+ - -
-

Hello community!!!
- Graet course!!!. Thanks to W3schools for all their amazing and clear tutorials, - it has been a humble and exciting path learning HTML, CSS, JavaScript and now Git & GitHub.
-

-

- Anniel from Cuba, 2023-08-29 -

-
- +

This is a message from Hoang Ngoc Anh Vietnam

- -
-
-        Hello there! Feels good to be learning Git.
-        Kara
-        from Kenya.
-      
-
+ + +
+

Thanks W3Schools For This Awsome Git & Github Tutorial

+

Regards From Sudhanshu Kumar - India

+
+ + - -
-
-        Halo yang ada disana, Terima kasih untuk tutorialnya.
-	Salam dari Indonesia.
-      
-
- +
+

Thank you! Now I finally know what GitHub is!!!

+

- Chungeun Lee

+
+ - -
-

- “Behind every great man is a woman rolling her eyes.” -

-

Jim Carey

-
- + +
+

W3Schools is amazing!🌟

+

Thank you for making it easier for people to learn and grow in their careers +

+
+ - + -
-
-        Hello there! Feels good to be learning Git and GitHub.
-        Matrix, from planet Earth.
-      
-
+
+

I decided to make a career change and W3Schools has been my go-to source of study material on C + language and + GitHub basics! Thank you, W3!

+

- Capolo

+
+ - +
+ Happy to be here! Successful comes from your hard working! Never give up! Love W3Schools, my new + family ^^ +
- -
-
-

Thank you w3schools for taking - your precious - time to create this!

- George Kioko -

From Africa; Nairobi, Kenya!

-
-
- + +

Maa chudi Padi Hai

+ - -
-

- I completed w3 school git and github course .Really easy and step wise expalnation. I share to - my - friends and - love - it. - so understandable and intersting . we keep supporting to you - all.💗💗💗💗💗😎😎😎😎(●'◡'●)(●'◡'●)(●'◡'●) -

-
- - -
-

- I completed the git course from italy on W3 School - re_ema -

+ +
+
+

Roma Robot 😎

+

Thank you for amazing possibility to learn! People and Robots become closer to each others! + 🦾❤️💪🏻

- +
+ - -

Hi greetings from india🇮🇳

- + +
+

Greetings from Germany and many thanks for your tutorials!

+
+ - -
-

- The Lord has done it this very day;
- let us rejoice today and be glad. -

-

Bible

-

~Psalm 118:24 (NIV)

-
- + +
+

You are incredible!

+

keep studying and you will be an excellent developer +

+ thanks for W3schools to teach me :) + 24/07/23 +
+ -
-

- You are late Denny, Ivan! I am here 20230907. HeHe!
- 我來打卡了!HeHe! -

-

By Handsome Daddy Jason

-

YO!

-
+ +
+

W3Schools !🌟

+

Great Website!

+
+ - -
-

- "Make it as simple as possible, but not simpler." -

-

Albert Einstein

-
- + +

hey, motat learnt some Git

+
niiice
+ - -

Which pain do you choose?, the pain of discipline or the pain of regret.

-

Good look

- + -
-

Hello From Uganda . Finally contributed

-

Never give up on your dreams. At your point of highest discouragement or disappointment is when - you - should push - hardest and never stop

-
+
+

+ + Thank you a million for the opportunity to learn Git and various others technologies on your + website!!! It's + one of the bests I've encountered and it improved myself as a professional a lot :] Love + from Brazil and omg + so awesome this forking idea, I hope I get accepted!
+ - Dani Modesti +

+
- -
-

Hola desde México, aqui contribuyendo.

-

Hay que seguir adelante, y no dejar de aprender.

-
- + - -
-

- Akwaaba from Ghana! Don't forget to love Everyone that comes your way! -

- + +
+

Hello everyone!

+
+ + + +
+

Thanks for the tutorial!

+

sahne7

+ +
+ - -
-

Nihao! My first class in W3Schools, Thank you.

-
- + - -
-
-

Victor👍

-

Nihao! My first class in W3Schools, Thank you.❤️

-
-
- +
+
+ Learn Git +
― W3Schools 🚀 +
+
- -
-

NIKUJARIBU TU MAN.

-

NO KUGERIA MANI.

-
- -
-
-

Amir :-)

-

Thanks for your tutorial course💗😎

-
-
- + - -
-

Umair Spark

-

Hello my fellow I'm From Sangla Hill, Punjab, Pakistan.)

-
- +
+

Nice Tutorial

+

08/08/2023 :)

- -
-

Kashif Ayaz

-

W3 Schools is best

-
- +
- -

Hi, this is Anirban from India

- + +
+

Saludos desde Urda(Toledo-España)

+

Muchísimas gracias por todos los tutoriales

+
+ - -

Hello, thank you for the tutorial guys :D

- - -

Hello, thanks for the tutorial, it's awesome!

- + +
+
+ I glad to meet everyone :> +
+ and thank for the tutorial ! +
+

2023-08-09 Jason Xu

+
- -
-

Łukasz from Poland 🤍💖 here,

-

Thank you guys for teaching us all! We would be nothing without you.

-

Have a great day everyone! 💜

-
- + + + +
+

Merci W3schools

+

je vous remercie pour vos + efforts, + toujours + claire et concis + "AMed". + Salut tout le monde. +

+
+ + + +
+

+ Very usefull tutorial and great platform!

+
+ - -

Hello, Thanks guys for all you do!!, you rock!

- - -

Hello, Thanks W3school guys for all you do!!, very Helpful!

- + +
+

Hello World!

+
+ - -

Hello, best regards from Bali, Indonesia

- + +
+

gatinho

+
- -

Hello, fellas! I'm Themy from Indonesia. I am a full time student and my major is Computer Science -

-

For those people who contribute in W3Schools, i just wanted to say thank you for you guys!
- It's very helpful website to learn everything about computer tools and programming.
- Hope to see all of you one day, chit chat and drink some coffee together.
+ +

Cristiano ronaldo

+ + + +

babababananana

+ + + +

sport clup internacional

+ + + +

I wanna be part of that worldddddddddddd

+ + + + + +

Hello, i make this in day 8/10/23, and i play Genshin Impact my favorite + characters is + the + Xiao and Noelle

+ Xiao + Noelle + + + +

"Be the change you wish to see in the world."

+ + +

+
+

+ "Make it as simple as possible, but not simpler. + Moko wenne"

+

19 LARA

+
+ - -
-

Greetings to whom reading this -

-

This was a great course. Thank you all. -

-
+ +

+
+

Hello this is Sanjay Kumbhkar

+

My comment on 23 Aug 2023

+
+ - -
-
- Thank you guys for this tutorial
- - IWVQ -
-
- + +
+
Musthak Ahamed
+
Edited on 08.22.2023
+
+ + +
Oskar Sundelin. Thank you for the tutorial.
+
Written on 24-08-2023
+ + +

+ "Hello there" +

+ + + +
+

Hello community!!!
+ Graet course!!!. Thanks to W3schools for all their amazing and clear tutorials, + it has been a humble and exciting path learning HTML, CSS, JavaScript and now Git & GitHub.
+

+

- Anniel from Cuba, 2023-08-29 -

+
+ - -
-

Hi W3Schools!. Thank you for your usefull tutorials, not only - about Git! 👍 - 05.10.2023

-
- + +
+
+        Hello there! Feels good to be learning Git.
+        Kara
+        from Kenya.
+      
+
- -

W3schools you are the best! Greetings from Split, Croatia (09/10/2023)

- - + +
+
+        Halo yang ada disana, Terima kasih untuk tutorialnya.
+	Salam dari Indonesia.
+      
+
+ - -
-

Hi W3schools!!!

-

Thanks for the tutorials :)

-

-Roanna

-

09-10-2023

-
- + +
+

+ “Behind every great man is a woman rolling her eyes.” +

+

Jim Carey

+
+ - -
-

- "My open-source contribution - thank you to w3schools!" -

-

PWN

-
+ -
-

HELLO ITS CURRYFLEX FROM TANZANIA

-
+
+
+        Hello there! Feels good to be learning Git and GitHub.
+        Matrix, from planet Earth.
+      
+
- -
-

Thanks W3Schools!

- bealfredo, 2023/01/25 -
+ - -
-

- "My open-source contribution - thank you to w3schools!" -

-

PWN

+ +
+
+

Thank you w3schools for taking + your precious + time to create this!

+ George Kioko +

From Africa; Nairobi, Kenya!

+
+ + + +
+

+ I completed w3 school git and github course .Really easy and step wise expalnation. I share to + my + friends and + love + it. + so understandable and intersting . we keep supporting to you + all.💗💗💗💗💗😎😎😎😎(●'◡'●)(●'◡'●)(●'◡'●) +

+
+ -
-

HELLO ITS CURRYFLEX FROM TANZANIA

-
+ +
+

+ I completed the git course from italy on W3 School - re_ema +

+
+ - -
-

Thanks W3Schools!

- bealfredo, 2023/01/25 -
+ +

Hi greetings from india🇮🇳

+ -
-

- "The helpful thought for which you look is written somewhere in a book" -

-

Somebody on the internet

-
+ +
+

+ The Lord has done it this very day;
+ let us rejoice today and be glad. +

+

Bible

+

~Psalm 118:24 (NIV)

+
+ - -
-

Hello W3Schools.

-

Thank you for all of your tutorials.

-

They have helped me to prepare for my upcoming bootcamp.

-
- +
+

+ You are late Denny, Ivan! I am here 20230907. HeHe!
+ 我來打卡了!HeHe! +

+

By Handsome Daddy Jason

+

YO!

+
- -
-

Thank you for the amazing tutorial! - Charli

-
- + +
+

+ "Make it as simple as possible, but not simpler." +

+

Albert Einstein

+
+ - -

Thank you for this tutorial! :)

- + +

Which pain do you choose?, the pain of discipline or the pain of regret.

+

Good look

- -

Hello, Continue your Best Tutorials for every aspiring Developers!, best regards -amkrM from Olongapo - City, - Philippines

- + +
+

Hello From Uganda . Finally contributed

+

Never give up on your dreams. At your point of highest discouragement or disappointment is when + you + should push + hardest and never stop

+
- -

Thank You W3schools for Your wonderful courses! You are doing good things. - I wish everyone success in fulfilling their aspirations!

- + +
+

Hola desde México, aqui contribuyendo.

+

Hay que seguir adelante, y no dejar de aprender.

+
+ - -
-

- "Learning git is fun from w3school" -

-

Daniyal

-
- + +
+

+ Akwaaba from Ghana! Don't forget to love Everyone that comes your way! +

+ - -

Thank You W3schools for Your wonderful courses! You are doing good things. - I wish everyone success in fulfilling their aspirations!

- + +
+

Nihao! My first class in W3Schools, Thank you.

+
+ - -
-

- "Learning git is fun from w3school" -

-

Daniyal

+ +
+
+

Victor👍

+

Nihao! My first class in W3Schools, Thank you.❤️

- - +
+ - -
-

Hi W3Schools!

-

Thank you for the tutorials, they helped me a lot!

-

Wish everyone best in their path, love from Istanbul!

-

-Serhat

+ +
+

NIKUJARIBU TU MAN.

+

NO KUGERIA MANI.

+
+ +
+
+

Amir :-)

+

Thanks for your tutorial course💗😎

- +
+ - -
-

Thank you for the tutorials, W3Schools!!!

-

CuongNM.

-
- + +
+

Umair Spark

+

Hello my fellow I'm From Sangla Hill, Punjab, Pakistan.)

+
+ - -
-

I appreciate you, thank you.

-
- + +
+

Kashif Ayaz

+

W3 Schools is best

+
+ + + +

Hi, this is Anirban from India

+ + + +

Hello, thank you for the tutorial guys :D

+ + + +

Hello, thanks for the tutorial, it's awesome!

+ + + +
+

Łukasz from Poland 🤍💖 here,

+

Thank you guys for teaching us all! We would be nothing without you.

+

Have a great day everyone! 💜

+
+ - -
-

The tutorials you prepared are of very high quality and helped me a lot.

-

Respect and love from Turkey. Peace.

-

kemogu.

-
- + +

Hello, Thanks guys for all you do!!, you rock!

+ - -
-

only the most creative messages from me!

-
- + +

Hello, Thanks W3school guys for all you do!!, very Helpful!

+ - -
-

Keep working hard (but smart)!

-
- + +

Hello, best regards from Bali, Indonesia

+ - -
-

Thank you for teaching Git, W3Schools.

-

To those in need, leave negative energy in the past by purifying dark memories in flames. You will - sleep - better.

-
- + +

Hello, fellas! I'm Themy from Indonesia. I am a full time student and my major is Computer Science +

+

For those people who contribute in W3Schools, i just wanted to say thank you for you guys!
+ It's very helpful website to learn everything about computer tools and programming.
+ Hope to see all of you one day, chit chat and drink some coffee together.
+

- -
-

Thanks for the great tutorial!

-

- Eryth

-
+ +
+

Greetings to whom reading this +

+

This was a great course. Thank you all. +

+
- -
-

W3schools == a good place to learn

-

Respect and love from Portugal. Peace.

-

And i am out!

-

João Figueiredo.

-
- + +
+
+ Thank you guys for this tutorial
+ - IWVQ +
+
+ - -
-

Thank you for teaching me how to use Git!

-

1456541 - Better days are yet to come!

-

Matas - Matirgo

-
- + +
+

Hi W3Schools!. Thank you for your usefull tutorials, not only + about Git! 👍 + 05.10.2023

+
+ + + +

W3schools you are the best! Greetings from Split, Croatia (09/10/2023)

+ + + + +
+

Hi W3schools!!!

+

Thanks for the tutorials :)

+

-Roanna

+

09-10-2023

+
+ + +
+

+ "My open-source contribution - thank you to w3schools!" +

+

PWN

+
- -
-

Been fun learning GIT

-

The stuff of Earth competes for the allegiance I owe only to the giver of all good things.

-
- +
+

HELLO ITS CURRYFLEX FROM TANZANIA

+
- -
-

Just another message to pull a request

-
- + +
+

Thanks W3Schools!

+ bealfredo, 2023/01/25 +
- -
-

w3schools is a geat platform for learning coding

-

thank u very much

-
- + +
+

+ "My open-source contribution - thank you to w3schools!" +

+

PWN

+
- -
-

Just a message to learn how to push on a fork in Git

-

Thx! Greetings from Madrid. cdlv

-
- +
+

HELLO ITS CURRYFLEX FROM TANZANIA

+
- -
-

Hello from Svalbard, Norway

-
- - -
-

G'day from Tamworth, Australia!

-
- - - -
-

- - I was here.
- Leaning GIT.

-
- - -
-

Have a great day! ~ David

-
+ +
+

Thanks W3Schools!

+ bealfredo, 2023/01/25 +
-
-

Great love from Mali

-

- I have now a good notion of Git and Github. -

-
+
+

+ "The helpful thought for which you look is written somewhere in a book" +

+

Somebody on the internet

+
+ + +
+

Hello W3Schools.

+

Thank you for all of your tutorials.

+

They have helped me to prepare for my upcoming bootcamp.

+
+ + + +
+

Thank you for the amazing tutorial! - Charli

+
+ + + +

Thank you for this tutorial! :)

+ + + +

Hello, Continue your Best Tutorials for every aspiring Developers!, best regards -amkrM from Olongapo + City, + Philippines

+ + + + +

Thank You W3schools for Your wonderful courses! You are doing good things. + I wish everyone success in fulfilling their aspirations!

+ - -

Hi everyone - Kuba was here! Greetings from - Poland! + +

+

+ "Learning git is fun from w3school"

- +

Daniyal

+
+ - -
-

Hello from Taiwan~ Thank you for making this tutorial and everyone's messages! It feels so warm 🫶 - 2023.11.16 -

-
- + +

Thank You W3schools for Your wonderful courses! You are doing good things. + I wish everyone success in fulfilling their aspirations!

+ - + +
+

+ "Learning git is fun from w3school" +

+

Daniyal

+
+ -

Thank you w3schools for your contributions to the programming community! This is the easiest - tutorial to follow thru with git! - - must108 -

- -
-

Hello There!

-

Thank you so much for the tutorial!

-

Have a nice day!

-
- + +
+

Hi W3Schools!

+

Thank you for the tutorials, they helped me a lot!

+

Wish everyone best in their path, love from Istanbul!

+

-Serhat

+
+ - -

- Hello, it was an amazing and insightful experience learning git and git hub from w3 right from scratch -

- + +
+

Thank you for the tutorials, W3Schools!!!

+

CuongNM.

+
+ - -

- Hello from Alunno DiProva. -

- + +
+

I appreciate you, thank you.

+
+ - + +
+

The tutorials you prepared are of very high quality and helped me a lot.

+

Respect and love from Turkey. Peace.

+

kemogu.

+
+ - + +
+

Keep working hard (but smart)!

+
+ + + +
+

Thank you for teaching Git, W3Schools.

+

To those in need, leave negative energy in the past by purifying dark memories in flames. You will + sleep + better.

+
+ -
-

I am inevitable!

-

- Evil Danny Phantom said it first, not Thanos.

-
+ +
+

Thanks for the great tutorial!

+

- Eryth

+
- + +
+

W3schools == a good place to learn

+

Respect and love from Portugal. Peace.

+

And i am out!

+

João Figueiredo.

+
+ + + +
+

Thank you for teaching me how to use Git!

+

1456541 - Better days are yet to come!

+

Matas - Matirgo

+
+ - -
-

GREETINGS FROM KIENIN

-

W3Schools helped me learn so much about coding

-

I'm so happy to have found this site and I am forver grateful

-

Love from the Philippines

-

João Figueiredo.

-
- - -
- -

Um dia chegará sua hora. Disciplina e foco

-

Precisar de alguma ajuda, so me chamar no instagram guiarmanlistrong/

-
- + +
+

Been fun learning GIT

+

The stuff of Earth competes for the allegiance I owe only to the giver of all good things.

+
+ - -
-

Hello There!

-

Thank you so much for the tutorial!

-

Have a nice day!

-
- + +
+

Just another message to pull a request

+
+ - -
-

Hello There! I am Amirali

-

Thank you so much for the tutorial!

-

Wish you the best

-
- + +
+

w3schools is a geat platform for learning coding

+

thank u very much

+
+ - -
-

Hello!

-

Thank you for the tutorial!

-

Have a nice day!

-
- + +
+

Just a message to learn how to push on a fork in Git

+

Thx! Greetings from Madrid. cdlv

+
+ - -
-

HELLO!

-
- + +
+

Hello from Svalbard, Norway

+
+ + +
+

G'day from Tamworth, Australia!

+
+ + + +
+

+ + I was here.
+ Leaning GIT.

+
+ + +
+

Have a great day! ~ David

+
-
-

HELLO!

-
+
+

Great love from Mali

+

+ I have now a good notion of Git and Github. +

+
- -
-

- - I was here.
- Learning GIT, You did amazin job, thank you w3school.

-
- + +

Hi everyone - Kuba was here! Greetings from + Poland! +

+ - + +
+

Hello from Taiwan~ Thank you for making this tutorial and everyone's messages! It feels so warm 🫶 + 2023.11.16 +

+
+ -
-

- - Hi This is Amit from India
- Learning Git was amazing.

-
- + - -

My friends, keep learning, w3schools have very good tutorials. And git will help you a lot with coding. -

-

Greetings. Simon E. Mexico. 30/11/2023

+

Thank you w3schools for your contributions to the programming community! This is the easiest + tutorial to follow thru with git! + - must108 +

- -

My friends, keep learning, w3schools have very good tutorials. And git will help you a lot with coding. -

-

Greetings. Simon E. Mexico. 30/11/2023

+ +
+

Hello There!

+

Thank you so much for the tutorial!

+

Have a nice day!

+
+ - - -
-

- My sincere thanks to w3schools for all the teaching and quality provided. -

-

- From Brazil, Gustavo B. Esposar - Dec 06, 2023 -

-
- - - - .color-change { - text-align: center; - color: white; - text-shadow: 0px 15px 5px black; - perspective: 700px; - font-size: 70px; - transform: rotateX(50deg); - transition: all 0.3s ease; - } +
+

I am inevitable!

+

- Evil Danny Phantom said it first, not Thanos.

+
- .magic { - transform: translateY(-50px) scale(1.9) rotate(-10deg); - } - -
-

T

-

H

-

A

-

N

-

K

-

S

-

F

-

O

-

R

-

T

-

U

-

T

-

O

-

R

-

I

-

A

-

L

-
- - + - -

Thanks for this content

- + +
+

GREETINGS FROM KIENIN

+

W3Schools helped me learn so much about coding

+

I'm so happy to have found this site and I am forver grateful

+

Love from the Philippines

+

João Figueiredo.

+
+ - -

Hello guys, I'm tryna learn Git

-

Thanks W3schools for the free resources... 12/19/23

- + +
+ +

Um dia chegará sua hora. Disciplina e foco

+

Precisar de alguma ajuda, so me chamar no instagram guiarmanlistrong/

+
+ - -

Hello, thank You for teaching so well

-

Have a nice, productive year :-)

- + +
+

Hello There!

+

Thank you so much for the tutorial!

+

Have a nice day!

+
+ - - + +
+

Hello!

+

Thank you for the tutorial!

+

Have a nice day!

+
+ -
-

Hello World!

-

Welcome to W3school and 2024, fellow learners

-
Also, get rickrolled
- A Rickroll a day keeps the sadness away -
+ +
+

HELLO!

+
+ - +
+

HELLO!

+
- -
- Siga em frente, tenha foco, e se cair, levante e continue -

Thanks W3schools

-
- + +
+

+ + I was here.
+ Learning GIT, You did amazin job, thank you w3school.

+
+ - -
-

Hello!

-

This is Dina Rolinza, Thank you so much for the Git and Github tutorial! ❤️

-
- + - -

- Hello, I am kiarieAmos. Glad to be here.
- Thanks so much W3Schools.com....... 26/12/2023 -

- +
+

+ + Hi This is Amit from India
+ Learning Git was amazing.

+
+ - -

- Hello, I am FireRiver
- Thanks so much W3Schools.com for the GIT tutorial !!! ....... - 3/1/2024 -

- + +

My friends, keep learning, w3schools have very good tutorials. And git will help you a lot with coding. +

+

Greetings. Simon E. Mexico. 30/11/2023

- -

- Hi, I'm WardVT from Belgium
- Thanks for this great tutorial on git! - 4/1/2024 -

+ +

My friends, keep learning, w3schools have very good tutorials. And git will help you a lot with coding. +

+

Greetings. Simon E. Mexico. 30/11/2023

- + + +
+

+ My sincere thanks to w3schools for all the teaching and quality provided. +

+

+ From Brazil, Gustavo B. Esposar - Dec 06, 2023 +

+
+ + + +
+

T

+

H

+

A

+

N

+

K

+

S

+

F

+

O

+

R

+

T

+

U

+

T

+

O

+

R

+

I

+

A

+

L

+
+ + + + +

Thanks for this content

+ + + +

Hello guys, I'm tryna learn Git

+

Thanks W3schools for the free resources... 12/19/23

+ + + +

Hello, thank You for teaching so well

+

Have a nice, productive year :-)

+ + + + - -

Hi thanks for tutorial, show must go on!

- +
+

Hello World!

+

Welcome to W3school and 2024, fellow learners

+
Also, get rickrolled
+ A Rickroll a day keeps the sadness away +
- -

Hi, this is Malek. Great tutorial, Thanks!

- + -

Hello, World! 9/1/2024

+ +
+ Siga em frente, tenha foco, e se cair, levante e continue +

Thanks W3schools

+
+ -
-

"If we wait until we're ready, we'll be waiting for - the rest of - our lives."
- Lemony Snicket
P.S. Greetings from Italy & thank you W3Schools.com!

-
+ +
+

Hello!

+

This is Dina Rolinza, Thank you so much for the Git and Github tutorial! ❤️

+
+ + + +

+ Hello, I am kiarieAmos. Glad to be here.
+ Thanks so much W3Schools.com....... 26/12/2023 +

+ + + +

+ Hello, I am FireRiver
+ Thanks so much W3Schools.com for the GIT tutorial !!! ....... + 3/1/2024 +

+ + + +

+ Hi, I'm WardVT from Belgium
+ Thanks for this great tutorial on git! - 4/1/2024 +

+ + + + + - -
-
-
-

Hello Everyone!

-
-

Thanks for tutorial.

-
+
+
+

Привет, я Адитья Джайн from भारत (01/28/2024)

+

Really enjoyed this tutorial by W3Schools. Committed to committing more 😂

+

+

Thanks,

+

IND/GUJ/AMD/AdySaz3658F

- - - -

thanks for the tutorial

- +
+

Hello My Name is Anil Dollor 15July2024

+ - -

console.log(print("IGNOCHI"))

- + +

Hi thanks for tutorial, show must go on!

+ - -

thanks for the tutorial

- + +

Hi, this is Malek. Great tutorial, Thanks!

+ - - + +
+

Hiiiiiiiiiiiiiiiiiiiiiiii!

+

Thank you so much! ❤️

+
+ + + +

Hello, thank you for the tutorial

+

Have a nice, productive year :-)

+ + + + +
+

+ "Thank you for w3schools" +

+

Puc_puc

+
-
-
-

It's great to be here!

-

Thank you W3 for everything

-

Love from Istanbul, HanzadeLK❤️

-
+ +
+
+
+

Hello Everyone!

+
+

Thanks for tutorial.

- - - -

Hello From USA

- - - -

- Wassup guys its your boy Eduard

-

Heres a picture of Me!

- +
+ - -
-
-
-

Hello Everyone!

-
-

Thanks for tutorial.

-

Thanks Eldar XD.

-
-
- + +

thanks for the tutorial

+ + +

console.log(print("IGNOCHI"))

+ - - - .alam button:hover, - .alam a:hover { - opacity: 0.7; - } - -
- - MD -

MD Alam

-

I am student of CSE

-

KIIT University bhubaneswar

-
- - - - -
-

+
+
+

It's great to be here!

+

Thank you W3 for everything

+

Love from Istanbul, HanzadeLK❤️

- - - -
-
-

Hello Everyone!

-
-

Thanks for the amazing tutorial.

-

I have learned a lot!.

-
+
+ + + +

Hello From USA

+ + + +

+ Wassup guys its your boy Eduard

+

Heres a picture of Me!

+ + + +
+
+
+

Hello Everyone!

+
+

Thanks for tutorial.

+

Thanks Eldar XD.

- +
+ - -
-

Thank you for teaching me how to use Git!

-

Ivan from Zhlobin, Belarus

-

09.02.2024 ☮

-
- - -

Hello World - from Liège, - Belgium.

- + + +
+ + MD +

MD Alam

+

I am student of CSE

+

KIIT University bhubaneswar

+
+ + + + +
+

+
+ - -
-

Thank you w3schoos for this awesome git tutorial

> -
- - -
-

Thaks a lot for this free resource

> + +
+
+

Hello Everyone!

+
+

Thanks for the amazing tutorial.

+

I have learned a lot!.

- +
+ + + +
+

Thank you for teaching me how to use Git!

+

Ivan from Zhlobin, Belarus

+

09.02.2024 ☮

+
+ -
-

Hi everyone from Marco :D

-
+ +

Hello World + from Liège, + Belgium.

+ - -
-

- W3SCHOOL is the best i love the way you base your courses. -

-
+ +

Thanks for the Git tutorial! I find it helpful.

+ - -
-

Hello, Thanks for this excellent tutorial

-

Many successes to the w3schools team

-

Francisco from Venezuela

-
- + +
+

This tutorial is awesome! Simple and understandable! Simply fantastic! Thanks a lot!

+
+ - -

Glad to be a part of this!!!

- + +
+


+ Thanks for lessons on git. +

+
+ - + +
-

Let's make w3schools✨ great (again)

-

Together forever

-

Peace

+ style="grid-row: 1/2; grid-column: 1/2; padding: 0.5em 2em; margin: 0; background-image: linear-gradient(cyan, purple); border-radius: 1em 1em 0em 1em; color: white; font-style:normal; font-family: 'Courier New', Courier, monospace"> +

Good luck and new successes, everyone! ⭐

+

Thank you, w3schools, for your fascinating, effective, yet simple tutorials!

- +

+ With love from + Russia and Armenia, Boris ❤️

+
+ + + +

Greetings from Bahrain ♥

+ + + +
+

Finally, I can + actually understand + Git. Yipee!

+

--Worm

+
+ - -
-

Thanks W3schools

-

Appreciate the effort you are putting to give us adequate learning resources

-

This is your buddy from Kenya

-
- + +
+

Thank you so much!

+
+ - -
-

Thanks W3schools

-

31/3/2024

-

from Malaysia

-
- + +
+

Thank you w3schoos for this awesome git tutorial

> +
+ + +
+

Thaks a lot for this free resource

> +
+ - -
-

See You Soon Space Cowboy!

-
- +
+

Hi everyone from Marco :D

+
- -
-

Thank you W3schools!

-

This was a great learning experience. Git is not for the faint at heart.

-

Education is not knowing the answer, but rather knowing where to look for it. Be blessed...

-
- + +
+

+ W3SCHOOL is the best i love the way you base your courses. +

+
- -

Many thanks W3shools for the concise and well guided Git and GitHub tutorial.

- + +
+

Hello, Thanks for this excellent tutorial

+

Many successes to the w3schools team

+

Francisco from Venezuela

+
+ + + +

Glad to be a part of this!!!

+ + + +
+

Let's make w3schools✨ great (again)

+

Together forever

+

Peace

+
+ - -
-

Thank you for your lessons w3schools
It's great to - be here!

-

Saher Ayad (EGYPT)

-
- + +
+

Thanks W3schools

+

Appreciate the effort you are putting to give us adequate learning resources

+

This is your buddy from Kenya

+
+ -
-

- "Thanks I understand Git & GitHub!" -

-

CCC messages

-
-
-

- "Thanks I understand Git & GitHub!" -

-

CCC messages2

-
+ +
+

Thanks W3schools

+

31/3/2024

+

from Malaysia

+
+ -
-

Emmanuel Here!

-

It's April 1st, 2024.

-

Thank you for this amazing Git/GitHub tutorial.

-
- - - -
-

Thank you for your great GIT lessons w3schools
It's - great to be - here!

-

Greetings from Austria 🇦🇹
Lukas Eppacher -

-

- + +
+

See You Soon Space Cowboy!

+
+ - -
-

I will become a great developer through the w3schools. Thank you so much

-
- + +
+

Thank you W3schools!

+

This was a great learning experience. Git is not for the faint at heart.

+

Education is not knowing the answer, but rather knowing where to look for it. Be blessed...

+
+ - - - -
-
- Git Banner -
Thank you for
-
Tutorial
-
-
- - -
-

Chin Guang here

-

Thank you W3School

-

for this amazing Git/GitHub tutorial.

-
- - - -
-

what's up it's KM from Ahmedabad,India🇮🇳 picking up coding again with the odin project - after a long - hiatus

-

Loving the git course and much love to the w3schools community

-

Hope everyone finds happiness in their life makes it:))))

-
- + +

Many thanks W3shools for the concise and well guided Git and GitHub tutorial.

+ - -
-

"Good luck to every one learning with W3School”

-

- Shruthik

-
- + +
+

Thank you for your lessons w3schools
It's great to + be here!

+

Saher Ayad (EGYPT)

+
+ - -
-

Fred here

-

Muches gracies

-

agradecido x 100mpre.

-
- +
+

+ "Thanks I understand Git & GitHub!" +

+

CCC messages

+
+
+

+ "Thanks I understand Git & GitHub!" +

+

CCC messages2

+
- -
-
-

- 😎 祝大家学习顺利! -

-

--黄立川

-
-
- +
+

Emmanuel Here!

+

It's April 1st, 2024.

+

Thank you for this amazing Git/GitHub tutorial.

+
+ + + +
+

Thank you for your great GIT lessons w3schools
It's + great to be + here!

+

Greetings from Austria 🇦🇹
Lukas Eppacher +

+

+ - -
-

Hi

-

I am Mahmood from Afghanistan

-

Thank you for this amazing tutorial

-
- + +
+

I will become a great developer through the w3schools. Thank you so much

+
+ -
-

Craig Collins

-

Thank you for the help in learning GitHub.

+ + + +
+
+ Git Banner +
Thank you for
+
Tutorial
+
+ + +
+

Chin Guang here

+

Thank you W3School

+

for this amazing Git/GitHub tutorial.

+
+ + + +
+

what's up it's KM from Ahmedabad,India🇮🇳 picking up coding again with the odin project + after a long + hiatus

+

Loving the git course and much love to the w3schools community

+

Hope everyone finds happiness in their life makes it:))))

+
+ - -
-

Young

-

Hi and Thanks! Love the GIT tutorials!

-
- + +
+

"Good luck to every one learning with W3School”

+

- Shruthik

+
+ - -
-

- "Git good is a great pun." + +

+

Fred here

+

Muches gracies

+

agradecido x 100mpre.

+
+ + + +
+
+

+ 😎 祝大家学习顺利!

-

Albert Einstein

+

--黄立川

- +
+ - -
-

Justin

-

Appreciate for the awesome course!

-
- + +
+

Hi

+

I am Mahmood from Afghanistan

+

Thank you for this amazing tutorial

+
+ - -
-

Vince Ybañez

-

What a legendary course! Simple, practicle, and great for beginners. 💗😎/p> -

- +
+

Craig Collins

+

Thank you for the help in learning GitHub.

+
- -
-

Thank you for the amazing tutorial, much - appreciated!!!

-

Hanroux from South Africa

-
- + +
+

Young

+

Hi and Thanks! Love the GIT tutorials!

+
+ - -

Hi w3schools!

-

You do a really great job! Thank you!

- + +
+

+ "Git good is a great pun." +

+

Albert Einstein

+
+ - - -
-

Hey i am suhail

-

Thank you git hub for this amazing tutorial

-

Love from india

-
+ +
+

Justin

+

Appreciate for the awesome course!

+
+ - -
-

Guillaume

-

Chopin's four ballades are the best music ever composed on piano.

-
- + +
+

Vince Ybañez

+

What a legendary course! Simple, practicle, and great for beginners. 💗😎/p> +

+ - -
-

Great Tutorial w3schools!

-

Anthony from Trinidad and Tobago

-
- + +
+

Thank you for the amazing tutorial, much + appreciated!!!

+

Hanroux from South Africa

+
+ - -
-

Nexkiv

-

"Here's to the next 30,000 years on Spaceship Earth…" Spaceship Earth Narratior

-
- + +

Hi w3schools!

+

You do a really great job! Thank you!

+ - -
-

Hello everyone from w3schools!

-

I am MUGISHA FROM KIGALI-RWANDA

-
- + + +
+

Hey i am suhail

+

Thank you git hub for this amazing tutorial

+

Love from india

+
- -
-

Tutorial does not match what I see in the version of GitHub I have downloaded, but - managing to muddle through!

-
- + +
+

Guillaume

+

Chopin's four ballades are the best music ever composed on piano.

+
+ - -
-

Mohammad arda 2024-05-16

-

Thanks for lighting the path to knowledge

-
- + +
+

Great Tutorial w3schools!

+

Anthony from Trinidad and Tobago

+
+ -
-

Prasad Metkar 2024-05-16

-

Make your better version

-
+ +
+

Nexkiv

+

"Here's to the next 30,000 years on Spaceship Earth…" Spaceship Earth Narratior

+
+ - -
Git & GitHub was fun!
-
Thank you for all the web development technologies related Tutorial. Also for Python, Java, - C, C++ Tutorial.
- + +
+

Hello everyone from w3schools!

+

I am MUGISHA FROM KIGALI-RWANDA

+
+ -
-

Prasad Metkar 2024-05-16

-

Make your better version

-
+ +
+

Tutorial does not match what I see in the version of GitHub I have downloaded, but + managing to muddle through!

+
+ - -
-

- "Good learning for begineer like me! Thanks" -

- SY, 2024-05-29 -
- + +
+

Mohammad arda 2024-05-16

+

Thanks for lighting the path to knowledge

+
+ - -
-

- "Doskonały portal www.w3schools.com do samodzielnej nauki. Dziękuję bardzo!" -

- 2024-05-31 -
- +
+

Prasad Metkar 2024-05-16

+

Make your better version

+
- -
-

I'm Learning Git and Github with W3 School

-
- picture of w3school -

I'm from Sri Lanka too. I love learning all things Technology.

-

Thank you for teaching those technologies

-
-
- + +
Git & GitHub was fun!
+
Thank you for all the web development technologies related Tutorial. Also for Python, Java, + C, C++ Tutorial.
+ - -
-

Thank you very much

-
-

Thank you very much!

-
-
- +
+

Prasad Metkar 2024-05-16

+

Make your better version

+
- -
- -

Thanks for all the great tutorials! But I must ask...

-

Have you heard of the critically acclaimed MMORPG Final Fantasy XIV? With an expanded - free trial which you can play through the entirety of A Realm Reborn and the - award-winning Heavensward expansion and also award-winning Stormblood expansion up to - level 70 for free with no restrictions on playtime.

+ +
+

I'm Learning Git and Github with W3 School

+
+ picture of w3school +

I'm from Sri Lanka too. I love learning all things Technology.

+

Thank you for teaching those technologies

- +
+ - + +
+

Thank you very much

-

Hi! all....

-

I'm learning git commands...

+

Thank you very much!

- +
+ - -
-

HTGA was here!

-
- + +
+ +

Thanks for all the great tutorials! But I must ask...

+

Have you heard of the critically acclaimed MMORPG Final Fantasy XIV? With an expanded + free trial which you can play through the entirety of A Realm Reborn and the + award-winning Heavensward expansion and also award-winning Stormblood expansion up to + level 70 for free with no restrictions on playtime.

+
+ - -
-

This is a Brazilian message from Brenno! - Muito obrigado W3Schools!

-
- + +
+

Hi! all....

+

I'm learning git commands...

+
+ - -
-

This is a Nay Lin Htike from Myanmar!

-

- Thank You W3schools for Your wonderful courses! You are doing good things. -

-
- + +
+

HTGA was here!

+
+ -
-

Keep up the great work on your tutorials!!!

-

They're amazing, exceptionally well structured, comprehensive and accessible.

- 20-06-2024 -
- + +
+

Hello

+

amazing

+
+ + +
+

Thank you note to + w3schools from Abel Kevin Kipkosgei

+

Dear W3Schools Team, I hope this message finds you well. + I am writing to express my sincere gratitude for the wonderful Git course you have made + available on your platform. + The course is exceptionally well-structured, informative, and user-friendly, making the + complex concepts of version + control both accessible and easy to understand. The clear explanations, practical + examples, and interactive exercises + provided throughout the course have significantly enhanced my understanding of Git. As a + result, I now feel much more + confident in my ability to manage and collaborate on projects using this essential tool. + Thank you for your dedication + to providing high-quality educational resources. Your commitment to helping learners + worldwide improve their skills is + truly commendable and greatly appreciated. + + Warm regards, + + [Abel Kevin Kipkosgei]

+
+ + +
+

Message from Mariem TN :

+

This is awesome !

+
+ - -

thanks to w3schools!

-

Suchao B

- + +
+

This is a Brazilian message from Brenno! + Muito obrigado W3Schools!

+
+ - -
-

This is Vladyslav Tsybuliak from Ukraine

-

- Дякую W3schools за прекрасні курси! Хай Бог береже кожного! -

-
- + +
+

This is a Nay Lin Htike from Myanmar!

+

+ Thank You W3schools for Your wonderful courses! You are doing good things. +

+
+ + +
+

Keep up the great work on your tutorials!!!

+

They're amazing, exceptionally well structured, comprehensive and accessible.

+ 20-06-2024 +
+ - -

here, stranger, have a cookie 🍪

-

xellophane00

- + +

thanks to w3schools!

+

Suchao B

+ - -
-

this is message from xeon kivy

-

w3school has best tutorials

-
- + +
+

This is Vladyslav Tsybuliak from Ukraine

+

+ Дякую W3schools за прекрасні курси! Хай Бог береже кожного! +

+
+ - -
-

Hi!

-

I'm learning git commands, thanks W3schools!

-
- + +

here, stranger, have a cookie 🍪

+

xellophane00

+ - -
-

This is Homer Simpson from Springfield

-

- Doh! -

-
- + +
+

this is message from xeon kivy

+

w3school has best tutorials

+
+ - -
-

Hector was here

-
+ +
+

Hi!

+

I'm learning git commands, thanks W3schools!

+
+ - -
    -
  • -
  • -
  • -
  • -
  • -
  • -
  • -
- - - -
-

Thanks W3SCHOOL!

-

You Are Really a Life Saver. Your Lessons Are Helping Many - People In Their Coding Journey.

-

Adem Diari from Tunisia

-
- + +
+

This is Homer Simpson from Springfield

+

+ Doh! +

+
+ - -
-

Namaste 🙏 from India

-

Heartfelt Thanks to w3schools

-

"Empowering developers to transform their ideas into reality!"

-
- + +
+

Hector was here

+
- -
-

Misaotra !

-

Thanks !

-
- + +
    +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
+ + + +
+

Thanks W3SCHOOL!

+

You Are Really a Life Saver. Your Lessons Are Helping Many + People In Their Coding Journey.

+

Adem Diari from Tunisia

+
+ -
-
-

Thanks w3schools :D

-

Hello,your tutorials are awesome!

-

Nicosia Daniele Umberto / Umberto46

-
+ +
+

Namaste 🙏 from India

+

Heartfelt Thanks to w3schools

+

"Empowering developers to transform their ideas into reality!"

+
+ - -
-

Happy To Be Here

-

Yearning for learning.

-
+ +
+

Misaotra !

+

Thanks !

+
+ - -
-

Salam 🙏 from Turkmenistan

-

w3schools toparyna köp sagbolsunlar

-

"Sanly nesil, sanly gelejek"

-
- +
+
+

Thanks w3schools :D

+

Hello,your tutorials are awesome!

+

Nicosia Daniele Umberto / Umberto46

+
- -
-

Greetings Earthlings 🚀 from Mars

-

Nexusflux thanks you all!

-

"Be Kind to each other and create a beautiful reality!"

-
- + +
+

Happy To Be Here

+

Yearning for learning.

+
- -
-

Thanks for the tutorials!

-

From VN with love

-
- + +
+

Salam 🙏 from Turkmenistan

+

w3schools toparyna köp sagbolsunlar

+

"Sanly nesil, sanly gelejek"

+
+ - -

Boo!

- + +
+

Greetings Earthlings 🚀 from Mars

+

Nexusflux thanks you all!

+

"Be Kind to each other and create a beautiful reality!"

+
+ - -
-

Hello from Sweden!

-

"Empowering developers to transform their ideas into reality!"

-
- - - -
-

Thanks - W3Schools for always giving us good material to learn ❤️!

-

- Mikhail Manco from Peru -

-
- + +
+

Thanks for the tutorials!

+

From VN with love

+
+ - -
- -

Hello everyone from w3schools!

-

I am Rishabh from india

-
- + +

Boo!

+ - -
-

Hello W3 schools

-

"thank you for these helpful and detailed tutoroals"

-

"- smiley face"

-
- + +
+

Hello from Sweden!

+

"Empowering developers to transform their ideas into reality!"

+
+ + + +
+

Thanks + W3Schools for always giving us good material to learn ❤️!

+

+ Mikhail Manco from Peru +

+
+ - -
-

Greeatings from Bulgaria!

-

Thank you for all the amazing tutorials!

-
- + +
+ +

Hello everyone from w3schools!

+

I am Rishabh from india

+
+ - -
- Hello from Lima, Peru 🇵🇪🦙 -

Happy Coding!!!

-
- + +
+

Hello W3 schools

+

"thank you for these helpful and detailed tutoroals"

+

"- smiley face"

+
+ - -
-

Git Beginner from CN

-

Heartfelt Thanks to w3schools

-

"Empowering developers to transform their ideas into reality!"

-
- + +
+

Greeatings from Bulgaria!

+

Thank you for all the amazing tutorials!

+
+ - -
-

Hi, I've two words

-

I'm batman

-
- + +
+ Hello from Lima, Peru 🇵🇪🦙 +

Happy Coding!!!

+
+ - -
-

I have lost the spark in my eyes

-

but I guess it is what it is

-
- + +
+

Git Beginner from CN

+

Heartfelt Thanks to w3schools

+

"Empowering developers to transform their ideas into reality!"

+
+ - -
-

- "Thanks for teaching me how to use Git :)" -

-

Joe from Cornwall

-
- + +
+

Hi, I've two words

+

I'm batman

+
+ - -
-

Doroud from Rasht, Iran

-

My name is Farnood

-

I'm so glad to have a opportunity to learn Git from W3schools.

-
- + +
+

I have lost the spark in my eyes

+

but I guess it is what it is

+
+ - -
-

Thanks W3SCHOOL!

-

I'm very happy to practice Git and use GitHub.

-

Imen from Tunisia

-
- + +
+

+ "Thanks for teaching me how to use Git :)" +

+

Joe from Cornwall

+
+ - -
-

"Thx for the free lessons!"

-

Galigrü

-
- + +
+

Doroud from Rasht, Iran

+

My name is Farnood

+

I'm so glad to have a opportunity to learn Git from W3schools.

+
+ - -
-

Thanks for the tutorial.

-

You make people better

-
- + +
+

Thanks W3SCHOOL!

+

I'm very happy to practice Git and use GitHub.

+

Imen from Tunisia

+
+ - -
-

Thank you for the free resources, Amir from Iran ❤️

-
- + +
+

"Thx for the free lessons!"

+

Galigrü

+
+ - -
-

"W3schools you are the best"

-

Meellaad

-

Tehran, Iran

-
+ +
+

Thanks for the tutorial.

+

You make people better

+
+ - -
-

Thanks for the great and easy-to-read lessons about - Git!

-

S. Navid Ashrafi from - Mashhad

-
- - -
-

Thanks for the tutorial about Git!

-

J Tegh Singh

-
- - -
-

Hello everyone. Thanks from Uzbekistan

-

we build our own way! -

-
- + +
+

Thank you for the free resources, Amir from Iran ❤️

+
+ - -
-

Thank you w3schools! I have learned so much from you. Be kind everyone.

-
- + +
+

"W3schools you are the best"

+

Meellaad

+

Tehran, Iran

+
- -
-

Thanks!

-

Deptrai

-
- + +
+

Thanks for the great and easy-to-read lessons about + Git!

+

S. Navid Ashrafi from + Mashhad

+
+ + +
+

Thanks for the tutorial about Git!

+

J Tegh Singh

+
+ + +
+

Hello everyone. Thanks from Uzbekistan

+

we build our own way! +

+
+ - -
-

Thank you for an incredibly helpful tutorial!

-

Greetings from Ukraine🇺🇦

-

Murat YEsimbietov

-
- + +
+

Thank you w3schools! I have learned so much from you. Be kind everyone.

+
+ + + +
+

Thanks!

+

Deptrai

+
+ - -
-

- w3school you're a lifesaver

-

- mohamed ahmed,egypt

-
- + +
+

Thank you for an incredibly helpful tutorial!

+

Greetings from Ukraine🇺🇦

+

Murat YEsimbietov

+
+ + + +
+

+ w3school you're a lifesaver

+

+ mohamed ahmed,egypt

+
+ - -
-
-
-

Message from Purpleacecard

-

19th August 2024

-
-
Message from Purpleacecard +

19th August 2024

+
+
-

- Step by step, it's all baby steps -

-
-
- - - -
-

- Hey W3schoolers! Hope it's going great for you all!

And for the heads behind - W3school, I'm all thankful and owe you all. Wish ya'll the best!

PouryaHOZ - from Iran

-
- -
- My minimalist message to w3

-Aris -
- - - -

Hello from the great white north.

- - - -
-

Change by Jouona

-

thanks for the tutorial

-
- -
-

A message from Rome, Italy

-
- - -

Greetings! A very good tutorial.

- - - -
-

Message from Chile

-

Hi, everyone, have a nice programming day today!

-
- - -
-

Thanks for everything you're providing to me - w3schools.

-

Albino Raúl Pedro

-
- - - -
-

Message from Chile

-

Hi, everyone, have a nice programming day today!

-
- - -
-

Writing code is like humor. When you have to explain it, it's bad." - My code, probably + Step by step, it's all baby steps

- -

Hi my name is John Doyle. I am from michigan studying economics and computer science

+
+ + + +
+

+ Hey W3schoolers! Hope it's going great for you all!

And for the heads behind + W3school, I'm all thankful and owe you all. Wish ya'll the best!

PouryaHOZ + from Iran

+
+ +
+ My minimalist message to w3

-Aris +
+ + +

Hello from the great white north.

+ - -
-

thanks for this tutorial, w3rules

-
+ +
+

Change by Jouona

+

thanks for the tutorial

+
+ +
+

A message from Rome, Italy

+
- -
-

Hello every one

-
+ +

Greetings! A very good tutorial.

+ - -
-

Change by AdrianMoreno-dev

-

Gracias por el tutorial:Cambio de ultima hora adicional

-
+ +
+

Message from Chile

+

Hi, everyone, have a nice programming day today!

+
-
-

Gracias por el tutorial

-
+ +
+

Thanks for everything you're providing to me + w3schools.

+

Albino Raúl Pedro

+
+ - -
-

hello i am xyz from Thimi,Nepal

-

i love my place and want to be a programmer. i hope it will come true.

-
+ +
+

Message from Chile

+

Hi, everyone, have a nice programming day today!

+
- -
-

This was an awesome tutorial,

-

as a physicist I will surely use all I learned.

-

Thank you from Trento, Italy!

-
- -
-

I have finish the course
what an interesting experience
Keep moving forward -
-

From BaoStar

-

-
+ +
+

Writing code is like humor. When you have to explain it, it's bad." - My code, probably +

+
+ +

Hi my name is John Doyle. I am from michigan studying economics and computer science

-
-

Thanks to w3schools!

-
- -

Thank you guys for teaching me, it will be useful for my career.

- -

Thank you for the Git Tutorial! I don't remember everything, but these were very useful.

+ +
+

thanks for this tutorial, w3rules

+
- -
-

Thank you w3schools for - teaching me Git in the simplest but most effective way!

- - from - Kaveesha -
- - -
-

Message from Mayowa

-

Thank you W3Schools. Your platform has been very essential in my tech journey. I am very - grateful for every free resources and tools you have provided for the aspiring tech - enthusiasts.

-

With love from Nigeria

-
- -
-

Thank you w3schools!

- Denis -
- + +
+

Hello every one

+
- -
-

Hello there!

- General - Kenobi -
- + +
+

Change by AdrianMoreno-dev

+

Gracias por el tutorial:Cambio de ultima hora adicional

+
- -
-

Message from Neil

-

As a career shifter, one of my insecurities is git since it is one of the must - requirements as a programmer but I don't have experience working on it.

-

But with your great help, I have one less thing to worry about. I am forever grateful to - the greats who are behind this platform

-

Best regards from Philippines

-
+
+

Gracias por el tutorial

+
-
-

Message from Neil

-

As a career shifter, one of my insecurities is git since it is one of the must - requirements as a programmer but I don't have experience working on it.

-

But with your great help, I have one less thing to worry about. I am forever greatful to - the greats who are behind this platform

-

Best regards from Philippines

-
+ +
+

hello i am xyz from Thimi,Nepal

+

i love my place and want to be a programmer. i hope it will come true.

+
+ +
+

This was an awesome tutorial,

+

as a physicist I will surely use all I learned.

+

Thank you from Trento, Italy!

+
+ +
+

I have finish the course
what an interesting experience
Keep moving forward +
+

From BaoStar

+

+
- - -
-

Hello from Juan

-
- +
+

Thanks to w3schools!

+
+ +

Thank you guys for teaching me, it will be useful for my career.

+ + +

Thank you for the Git Tutorial! I don't remember everything, but these were very useful.

+ + +
+

Thank you w3schools for + teaching me Git in the simplest but most effective way!

+ - from + Kaveesha +
+ + +
+

Message from Mayowa

+

Thank you W3Schools. Your platform has been very essential in my tech journey. I am very + grateful for every free resources and tools you have provided for the aspiring tech + enthusiasts.

+

With love from Nigeria

+
+ +
+

Thank you w3schools!

+ Denis +
+ + + +
+

Hello there!

+ General + Kenobi +
+ + + +
+

Message from Neil

+

As a career shifter, one of my insecurities is git since it is one of the must + requirements as a programmer but I don't have experience working on it.

+

But with your great help, I have one less thing to worry about. I am forever grateful to + the greats who are behind this platform

+

Best regards from Philippines

+
- > -
-

Message from Aslan

-

Thanks, W3Schools for this amazing tutorial! It has helped me too much.

-

You all deserve a trophy.

-
+
+

Message from Neil

+

As a career shifter, one of my insecurities is git since it is one of the must + requirements as a programmer but I don't have experience working on it.

+

But with your great help, I have one less thing to worry about. I am forever greatful to + the greats who are behind this platform

+

Best regards from Philippines

+
- -
-

Message from Marvin -

Thanks a lot for the awesome tutorial! Very helpful without being overwhelming.

-

- -
-

Message from Silverayer

-

Hello W3Schools!

-

I recently learned about GitHub and it is actually really fun knowing - a large community of tech members where everyone helps each other! -

-

- It has been around three since i started the first lesson on your website and it helped - me a lot - to develop my fundamental skills in order to master them as well! -

- W3Schools Green - - - -

Thank you, W3Schools!

- -
-

End of Message from Silverayer!

-
- - + + +
+

Hello from Juan

+
+ + > +
+

Message from Aslan

+

Thanks, W3Schools for this amazing tutorial! It has helped me too much.

+

You all deserve a trophy.

+
- -
-
-

- Message from Capricorn

-

You are amazing!

-

Be proud of yourself, and everything you have achieved so far.

-
- + +
+

Message from Marvin +

Thanks a lot for the awesome tutorial! Very helpful without being overwhelming.

+

- -
-

Message from Zuma

-

Thank you W3Schools for your good contributions to humanity. Your platform has helped a - lot of individuals who are starting their tech journey and shifting career paths. It is - quite remarkable that this amazing and valuable resources are freely offered to people, - and they can easily learn from it thoughtfully tailored tutorials and compelling - interface.

-

Thank you W3Schools. You are one of the best things to happen to this - world and programmers

-
- + +
+

Message from Silverayer

+

Hello W3Schools!

+

I recently learned about GitHub and it is actually really fun knowing + a large community of tech members where everyone helps each other! +

+

+ It has been around three since i started the first lesson on your website and it helped + me a lot + to develop my fundamental skills in order to master them as well! +

+ W3Schools Green + + + +

Thank you, W3Schools!

+ +
+

End of Message from Silverayer!

+
+ + - -
-

Message from Navneet

-

It was a great experience to learn git from w3 school.

-

Thank you W3Schools. You are one of the best things to happen to this - world and programmers

-
- - -
-

Greetings from -

Poland

-
+ +
+
+

+ Message from Capricorn

+

You are amazing!

+

Be proud of yourself, and everything you have achieved so far.

+
+ + + +
+

Message from Zuma

+

Thank you W3Schools for your good contributions to humanity. Your platform has helped a + lot of individuals who are starting their tech journey and shifting career paths. It is + quite remarkable that this amazing and valuable resources are freely offered to people, + and they can easily learn from it thoughtfully tailored tutorials and compelling + interface.

+

Thank you W3Schools. You are one of the best things to happen to this + world and programmers

+
+ + + +
+

Message from Navneet

+

It was a great experience to learn git from w3 school.

+

Thank you W3Schools. You are one of the best things to happen to this + world and programmers

+
+ - -
-

Hello World from K210!

-
- - -
-

Greetings from salahhasan-dev
- thanks for this great tutorial on Git and Github, you are the best
- written in 15/10/2024

-
- + +
+

Greetings from +

Poland

+
- -
-

Hello World from Siretfel!

-
+ +
+

Hello World from K210!

+
+ + +
+

Greetings from salahhasan-dev
+ thanks for this great tutorial on Git and Github, you are the best
+ written in 15/10/2024

+
+ - -
-

Hello World from Lê Duy Phương - CtyBaoDoi

-
- + +
+

Hello World from Siretfel!

+
- -
-

Hello World from Adam!

-
- + +
+

Hello World from Lê Duy Phương - CtyBaoDoi

+
+ - -

Greetings from Cambodia!

-

Thank you W3Schools for your amazing Tutorials!

- + +
+

Hello World from Adam!

+
+ - -
- Greetings from Cambodia! background-position: 0 0; background-size: 100px 100px; " xmlns="http://www.w3.org/2000/svg"> - - - - - - - - - - - -

+ + + + + + + + + +

Привет из Карачаево-Черкессии

-

- -

سلاو لو خواتانه بو سایتان :*

- - -

Hello everyone!!! My name is Bogdan Big Boss and I love coding!!!

- - -
-

Hello Everyone from Thangbodoiqua - Viet Nam

-
- - - -

Thansks W3S for this amazing tutorial

- +
+ +

سلاو لو خواتانه بو سایتان :*

+ + +
+

Hello everyone!!! My name is Bogdan Big Boss and I love coding!!!

+
+ + +
+

Hello Everyone from Thangbodoiqua - Viet Nam

+
+ + + +

Thansks W3S for this amazing tutorial

+ + + +
+

Hey guys, hope you have a nice day!

+
+ + + +
+

Hello from JTO

+
+ + + +
+

🌟 Hello from + Raghuraj 🌟

+
+ - -

Hey guys, hope you have a nice day!

- +
+ +

سلاو لو خواتانه بو سایتان :*

- -
-

Hello from JTO

-
- - -
-

🌟 Hello from Raghuraj 🌟

-
- + +
+

Hello everyone!!! My name is Bogdan Big Boss and I love coding!!!

+
+ + +
+

Hello Everyone from Thangbodoiqua - Viet Nam

+
+ -
- -

سلاو لو خواتانه بو سایتان :*

+ +
+

Hey guys, hope you have a nice day!

+
+ + +
+

🌟 + Hello from Raghuraj 🌟

+
+ - -
-

Hello everyone!!! My name is Bogdan Big Boss and I love coding!!!

-
- - -
-

Hello Everyone from Thangbodoiqua - Viet Nam

-
- + +
+

Hello from Denver

+
+ - -
-

Hey guys, hope you have a nice day!

-
- + +
+

Привет из Москвы

+
- -
-

🌟 - Hello from Raghuraj 🌟

-
- + +
+

Hello from Lebron

+
+ + +

Greetings from Australia, + thank you for the Git & Github tutorial! -barryweb

+ + + +
+

johnGalt stays here, by order of Peaky Blinders!

+
+ - -
-

Hello from Denver

-
- + +
+

hello from Mehdi! thank you for your amazing content!

+
+ > - -
-

Привет из Москвы

-
+ +
+

Hi everyone, this is Vincent from Equinim College!!!

+
+ + + +

Namaste from Ayush

+

Thank you W3Schools for your amazing Tutorials!

+ + +
+

Hello this is Yohannes Manaye

+

I am from Ethiopia and i would like to say thank you for W3Schools for this fantastic + tutorial!

+

for developer keep going

+

Bye Bye

+
- -
-

Hello from Lebron

-
- - -

Greetings from Australia, - thank you for the Git & Github tutorial! -barryweb

- - - -
-

johnGalt stays here, by order of Peaky Blinders!

-
- - - -
-

hello from Mehdi! thank you for your amazing content!

-
- > - - -
-

Hi everyone, this is Vincent from Equinim College!!!

-
- - - -

Namaste from Ayush

-

Thank you W3Schools for your amazing Tutorials!

- - -
-

Hello this is Yohannes Manaye

-

I am from Ethiopia and i would like to say thank you for W3Schools for this fantastic tutorial!

-

for developer keep going

-

Bye Bye

-
- - - - -
-
-

Be yourself; everyone else is already taken.

-
-

- Oscar Wilde, Good Reads

-
- - - -

I am Mohamed Ahad. I will become a web developer. Thanks W3schools for your tutorial.

- - -
-
-
-
-
-

- Venimos en son de paz, permanezcan tranquilos. - Saludos, soy Adrian de la UTEZ xD -

-
- - -

Ghoniichan was here.

- - - -
-

Michael Alan

-

- Olá! Seja bem-vindo(a) ao meu perfil. Eu comecei a programar em PHP 7 e, desde então, não consigo mais parar 🥰. - Aprendi muito construindo uma aplicação web e-commerce e utilizei outras linguagens: JavaScript, HTML, CSS, MySQL e jQuery. -

-

- Quero, com os conhecimentos que adquiri, poder ajudar pessoas e empresas que gostam de tecnologia. -

- -

Contato

-

- Não hesite em tirar alguma dúvida. Pode me mandar um e-mail: michael.dtna@gmail.com -

- -
- - -
-

Greetings from Uzbekistan!

-

W3Schools is awesome!

+
+

Be yourself; everyone else is already taken.

+
+

- Oscar Wilde, Good Reads

+
+ + + +

I am Mohamed Ahad. I will become a web developer. Thanks W3schools for your tutorial.

+ + +
+
+
- - - -
-

Hello from Brazil

-

Thank you for your amazing tutorials! I had a hard time finding a nice Git Tutorial, this was the best!

-

I'm currently developing a business in the transformer monitoring area, using AWS solutions.

-

Augusto Moser

-
- - - -
-

Hello from Iran

-

Thank you for these great tutorials!

-

Fathima

+
- - -
-

Hello from California

-

Those tutorials are 👍🏻

-

-Human

-
- - -
-

Hello from Austria

-

Thank you for these great tutorials!

-

Amina

-
- - - -
-

Hello from Austria

-

Thank you for these great tutorials!

-

Ems

-
- -
-

Привет

-

Меня завют Александер!

-

Александер

-
- - - -
-

Hello from Austria

-

Servus, danke für ois!

-

Lena

-
- - - -
-

Hello from Pakistan

-

Thank's a lot for efforts!

-

Shirin

-
+
+

+ Venimos en son de paz, permanezcan tranquilos. + Saludos, soy Adrian de la UTEZ xD +

+
- -
-

Hello from Pakistan

-

Thank's a lot for efforts!

-

Zahid Hussain

-
+ +

Ghoniichan was here.

+ + + +
+

Michael Alan

+

+ Olá! Seja bem-vindo(a) ao meu perfil. Eu comecei a programar em PHP 7 e, desde então, não consigo mais parar + 🥰. + Aprendi muito construindo uma aplicação web e-commerce e utilizei outras linguagens: JavaScript, HTML, CSS, + MySQL e jQuery. +

+

+ Quero, com os conhecimentos que adquiri, poder ajudar pessoas e empresas que gostam de tecnologia. +

+ +

Contato

+

+ Não hesite em tirar alguma dúvida. Pode me mandar um e-mail: michael.dtna@gmail.com +

- - -
-

Thanks for the great and detailed tutorial,

-

viele Grüße aus Deutschland!

-

NK

-
+
+ + +
+

Greetings from Uzbekistan!

+

W3Schools is awesome!

+
+ + + +
+

Hello from Brazil

+

Thank you for your amazing tutorials! I had a hard time finding a nice Git Tutorial, this was the best!

+

I'm currently developing a business in the transformer monitoring area, using AWS solutions.

+

Augusto Moser

+
+ + + +
+

Hello from Iran

+

Thank you for these great tutorials!

+

Fathima

+
+ + +
+

Hello from California

+

Those tutorials are 👍🏻

+

-Human

+
+ + +
+

Hello from Austria

+

Thank you for these great tutorials!

+

Amina

+
+ + + +
+

Hello from Austria

+

Thank you for these great tutorials!

+

Ems

+
+ +
+

Привет

+

Меня завют Александер!

+

Александер

+
+ + + +
+

Hello from Austria

+

Servus, danke für ois!

+

Lena

+
+ + + +
+

Hello from Pakistan

+

Thank's a lot for efforts!

+

Shirin

+
+ + +
+

Hello from Pakistan

+

Thank's a lot for efforts!

+

Zahid Hussain

+
+ + + +
+

Thanks for the great and detailed tutorial,

+

viele Grüße aus Deutschland!

+

NK

+
-

Hello from Vietnam

-

I'm a student

-

Shirin

+

Hello from Vietnam

+

I'm a student

+

Shirin

-
-

Hello from JondZ; thank you for the tutorial!

-

20250101

- +
+

Hello from JondZ; thank you for the tutorial!

+

20250101

+
-
+

Hello

-

My name is Artem!

+

My name is Artem!

Cheers

-
+
Greetings !
-
+

Hello from Lagos, Nigeria

-

Thank's a lot for the tutorial!

+

Thank's a lot for the tutorial!

Light

-
+

Hello from Brazil🇧🇷

-

Thank's a lot for efforts!

+

Thank's a lot for efforts!

Felipe Liandro Aka: TonyStark

-
+

In simplicity lies the solution to complexity

Thank's a lot for efforts!

-
+

Thank you!

- -
+ +

Great training to start with git!

Thank's a lot for efforts!

- - -
+ + +

Hello from Vietnam

Great job! Thank's a lot for efforts!

- + -
+

Hello I'm Ralph Joseph from Philippines

Thank you for this wonderful website W3Schools💖 I learned a lot!

- + -
+

Hello from India

-

Thank's a lot for the tutorial!

+

Thank's a lot for the tutorial!

~ Allan

- - -
-

What I if told you

-

You read that first line wrong?

-
- -
-

Hello from Clarksville Indiana, USA.

-

I appreciate W3Schools!

-
+ +
+

What I if told you

+

You read that first line wrong?

+
+ - -
-

Hello I'm Leo from Philippines

-
- - - -

Hello, i'm Matteo from Italy. Thank's a lot !

- - -
-

Hello. I'm Marcelo Hüning from Santa Catarina, Brazil.

-

Thank you W3Schools.

-
+
+

Hello from Clarksville Indiana, USA.

+

I appreciate W3Schools!

+
- -

W3, thanks a lot for this great course.

-

Athens, Greece

- - - + +
+

Hello I'm Leo from Philippines

+
+ -
-

Hello from Zilla Ghaziabad -

Ram ram jii

-
+ +

Hello, i'm Matteo from Italy. Thank's a lot !

+ - -
-

Yuhoo, hi! Im Lyndon Lee Pacis from Philippines!!

-

Kumusta and lahat, may we all prosper.

-
- - -
-

Look for me, on the fith day look south

-
- - -
-

- “Build a man a fire, and he'll be warm for a day. Set a man on fire, and he'll be warm for the rest of his life.” -

-

- –Terry Pratchett -

-
- - - -
-

hello pitambari

-
- -
-

- Thanks guys. Spookysploit was here. -

-
+
+

Hello. I'm Marcelo Hüning from Santa Catarina, Brazil.

+

Thank you W3Schools.

+
-
-

- Thankyou for all the knowledge. Vmacedo -

-
+ +

W3, thanks a lot for this great course.

+

Athens, Greece

+ - -
-

- Thanks W3schools this is very helpful. -

-
- - -
-

Lorem ipsum dolor, sit amet consectetur adipisicing elit. Sint voluptates quod alias mollitia quaerat? Accusamus, nam. Incidunt, accusantium placeat maiores at quam aspernatur expedita iure officia dolorem sunt a quis!

-
- - -
-

hello from thailand

-
- - -
-

PM was here

-
- - - -
-

Learning coding made easy!!!!

-

Thanks for your services w3School!!!!.

-
- + +
+

Hello from Zilla Ghaziabad +

Ram ram jii

+
+ +
+

Yuhoo, hi! Im Lyndon Lee Pacis from Philippines!!

+

Kumusta and lahat, may we all prosper.

+
- -
-

Greetings from Toni

-
- + +
+

Look for me, on the fith day look south

+
- -
-

Hello W3 Schools for creating page on git & github.

-
- - - -
-

- I appreciate your work. Thank you. -

-
- + +
+

+ “Build a man a fire, and he'll be warm for a day. Set a man on fire, and he'll be warm for + the rest of his life.” +

+

+ –Terry Pratchett +

+
+ - -
-

- Greetings from Anas from Egypt! -

-
- - -
-

Hello from spyde3rx

-

Thank you for the great tutorials!

-
-
-
-
+ +
+

hello pitambari

-
- - -
-

Hellow World!!

-

Ahmed Was Here.

-
- - -
-

Hello!

-

I am Benny.

-
- - -
+

+ Thanks guys. Spookysploit was here. +

+
+ +
+

+ Thankyou for all the knowledge. Vmacedo +

+
+ + +
+

+ Thanks W3schools this is very helpful. +

+
+ + +
+

Lorem ipsum dolor, sit amet consectetur adipisicing elit. Sint voluptates quod alias mollitia + quaerat? Accusamus, nam. Incidunt, accusantium placeat maiores at quam aspernatur expedita iure + officia dolorem sunt a quis!

+
+ + +
+

hello from thailand

+
+ + +
+

PM was here

+
+ + + +
+

Learning coding made easy!!!!

+

Thanks for your services w3School!!!!.

+
+ + + + + +
+

Greetings from Toni

+
+ + + +
+

Hello W3 Schools for creating page on git & github.

+
+ + + +
+

+ I appreciate your work. Thank you. +

+
+ + + +
+

+ Greetings from Anas from Egypt! +

+
+ + +
+

Hello from spyde3rx

+

Thank you for the great tutorials!

+
+
+
+
+
+
+ + +
+

Hellow World!!

+

Ahmed Was Here.

+
+ + +
+

Hello!

+

I am Benny.

+
+ + +
-

- Hi I am Aravind R Krishnan -

-

I am from Kerala

-

- Follow me on GitHub: aravind518398 -

-

+

+ Hi I am Aravind R Krishnan +

+

I am from Kerala

+

+ Follow me on GitHub: aravind518398 +

+

- A big thanks to - W3Schools - for their amazing Git tutorials! Their simple and clear explanations helped - me understand Git easily. -

-
Posted this Message on March 21 [2025]
-
- + "> + A big thanks to + W3Schools + for their amazing Git tutorials! Their simple and clear explanations helped + me understand Git easily. + +
Posted this Message on March 21 [2025]
+
+ - -
-

amazing content

-

thanks

-
- + +
+

amazing content

+

thanks

+
+ - -
-

Thank you for the tutorial!

-

That really helps a lot!

-

Thief

-
- - - -
-

Thank you !!!

-

That really helps a lot!

-

-Mo

-
- + +
+

Thank you for the tutorial!

+

That really helps a lot!

+

Thief

+
+ + + +
+

+ Thank you !!! +

+

That really helps a lot!

+

-Mo

+
+ - +

Hallo, how is everyone, just a short msg :P hope everyone has fun, also how is everyones day going?

- - - - -

- I liked this tutorial very much, I was curious to learn these concepts to strengthen my collaboration - skills. Thank You W3 Shools for this Tutorial. -

- + - -
-

Thank you for the tutorial

-
- - - -
-
-

- Thanks W3School for this course! -

-

- Posted this message on April 24 (2025) -

+ + +

+ I liked this tutorial very much, I was curious to learn these concepts to strengthen my + collaboration + skills. Thank You W3 Shools for this Tutorial. +

+ + + +
+

Thank you for + the tutorial

-
- - - -

- tes -

- + - -
-

O'Doyles Rule!!!

-
+ +
+
+

+ Thanks W3School for this course! +

+

+ Posted this message on April 24 (2025) +

+
+
+ + + +

+ tes +

+ - + +
+

O'Doyles + Rule!!!

+
- -
-

Thank you for the amazing tutorial, yesterday I knew nothing about git and I now I feel like I learned so much

-
- + + + +
+

Thank you for + the amazing tutorial, yesterday I knew nothing about git and I now I feel like I learned so much +

+
+ + + +

Thank you! w3schools. I've learned a lot of tutorials from your site.

+ + + + Prepping for Git for my summer job with this great tutorial. + + + + God Never Fails! + + + +
+

+ + Success is not final, failure is not final: It is the courage to continue that counts. + Winston Churchill +

+
+ - -

Thank you! w3schools. I've learned a lot of tutorials from your site.

- - - Prepping for Git for my summer job with this great tutorial. - - - God Never Fails! - + - -
-

- - Success is not final, failure is not final: It is the courage to continue that counts. - Winston Churchill

-
- - + +
+
+

Great Work,Done Silently

+

+ I am Ankit Kumar Raj from Kishanganj/Bihar/India and I + truly enjoyed your approach of Teaching.

+ Keep adding more totorials like these! + waiting for web3 tutorials +

+
+
+ + + Thank you w3schools for an easy to follow guide on Git and GitHub! + We appreciate all your hard work! + - - - -
-
-

Great Work,Done Silently

-

- I am Ankit Kumar Raj from Kishanganj/Bihar/India and I truly enjoyed your approach of Teaching.

- Keep adding more totorials like these! - waiting for web3 tutorials -

+ + +
+

Message from Jack Marston +

+

I wanna be a gunslinger when I grow up.

-
- - - - Thank you w3schools for an easy to follow guide on Git and GitHub! - We appreciate all your hard work! - - - - -
-

Message from Jack Marston

-

I wanna be a gunslinger when I grow up.

-
- - - + + + This is a message from Tomek from Poland! Thank You So Much! - -
-

- Message from Adnan Khan -

-

- I’m Adnan Khan from Pakistan — driven by purpose, guided by positivity, and always ready to grow and inspire. -

-
+ +
+

+ Message from Adnan Khan +

+

+ I’m Adnan Khan from Pakistan — driven by purpose, guided by positivity, and always ready to grow + and inspire. +

+
- -
-

Message from Manny Martinez

-

I wanna be The President when I grow up.

-
- + +
+

Message from Manny + Martinez

+

I wanna be The President when I grow up.

+
+ - -
Messag border: 4px solid #fff700; position: relative; "> -

✨ MERCI w3Shcools POUR TOUTE LA CONNAISSANCE!!!!! ✨

-

Stephane Sonkin depuis le Camerouuuuunnn!!!!!!

-
- +

+ ✨ MERCI w3Shcools POUR TOUTE LA CONNAISSANCE!!!!! ✨

+

Stephane Sonkin depuis + le Camerouuuuunnn!!!!!!

+
+ + + +
+

Message from Mario Jorge +

+

Hello From Brazil.

+
+ - -
-

Message from Mario Jorge

-

Hello From Brazil.

-
- + +

Hey , Learning fork with W3schools.

+ - -

Hey , Learning fork with W3schools.

- - - -
Hey , Learning fork with W3schools. text-align: center; font-family: 'Segoe UI', sans-serif; "> -

- ✨ Message from Hafeez ✨ -

-

- Hello from India -

-
- - - - + Hello from India +

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