Hope all are enjoying their coding journey, Luke UK
+ + +Greetings from Azerbaijan
++ Thank you, W3Schools, for making learning easy and fun! +
Regards Avaz.
+12.09.2025 + +
This Git tutorial is carraying me through my class!
- +Rahul... naam to suna hoga
-Love from India💖💖💖
-Hope all are enjoying their coding journey, Luke UK
+This Git tutorial is carraying me through my class!
+ + +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! :)
+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! :)
W3Schools has been a vital tool in my education. Appreciate you guys a lot
-
From Africa - 23 July 2025
-W3Schools has been a vital tool in my + education. Appreciate you guys a lot
+
From Africa - 23 July + 2025
+Thank you, W3Schools. Amitkumar from India
-
- 17 July 2025
-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!
-+ +
Thank You, W3Schools!
+wishing W3school's team a happy life -
-Thank You, W3Schools!
opacity: 0; transform: translateY(40px); } + to { opacity: 1; transform: translateY(0); } } + @keyframes arjunDarkGlow { - 0%, 100% { + + 0%, + 100% { box-shadow: 0 0 20px rgba(0, 255, 255, 0.3), 0 0 40px rgba(0, 255, 255, 0.1); } - 50% { + + 50% { box-shadow: 0 0 30px rgba(0, 255, 255, 0.5), 0 0 60px rgba(0, 255, 255, 0.2); } } + @keyframes arjunTextGlow { - 0%, 100% { text-shadow: 0 0 10px rgba(0, 255, 255, 0.5); } - 50% { text-shadow: 0 0 20px rgba(0, 255, 255, 0.8), 0 0 30px rgba(0, 255, 255, 0.4); } + + 0%, + 100% { + text-shadow: 0 0 10px rgba(0, 255, 255, 0.5); + } + + 50% { + text-shadow: 0 0 20px rgba(0, 255, 255, 0.8), 0 0 30px rgba(0, 255, 255, 0.4); + } } + @keyframes arjunSlideIn { - from { transform: translateX(-100px); opacity: 0; } - to { transform: translateX(0); opacity: 1; } + from { + transform: translateX(-100px); + opacity: 0; + } + + to { + transform: translateX(0); + opacity: 1; + } } + @keyframes arjunMatrixRain { - 0% { transform: translateY(-100%); opacity: 1; } - 100% { transform: translateY(100%); opacity: 0; } + 0% { + transform: translateY(-100%); + opacity: 1; + } + + 100% { + transform: translateY(100%); + opacity: 0; + } } + @keyframes arjunFloatingParticles { - 0% { transform: translateY(0px) translateX(0px); opacity: 0.3; } - 50% { transform: translateY(-20px) translateX(10px); opacity: 0.7; } - 100% { transform: translateY(-40px) translateX(-5px); opacity: 0; } + 0% { + transform: translateY(0px) translateX(0px); + opacity: 0.3; + } + + 50% { + transform: translateY(-20px) translateX(10px); + opacity: 0.7; + } + + 100% { + transform: translateY(-40px) translateX(-5px); + opacity: 0; + } } + @keyframes arjunFloatingParticles2 { - 0% { transform: translateY(0px) translateX(0px) scale(0.5); opacity: 0.2; } - 50% { transform: translateY(-30px) translateX(-10px) scale(1.2); opacity: 0.8; } - 100% { transform: translateY(-60px) translateX(5px) scale(0.3); opacity: 0; } + 0% { + transform: translateY(0px) translateX(0px) scale(0.5); + opacity: 0.2; + } + + 50% { + transform: translateY(-30px) translateX(-10px) scale(1.2); + opacity: 0.8; + } + + 100% { + transform: translateY(-60px) translateX(5px) scale(0.3); + opacity: 0; + } } + @keyframes arjunFloatingParticles3 { - 0% { transform: translateY(0px) translateX(0px) rotate(0deg); opacity: 0.4; } - 50% { transform: translateY(-25px) translateX(15px) rotate(180deg); opacity: 0.9; } - 100% { transform: translateY(-50px) translateX(-10px) rotate(360deg); opacity: 0; } + 0% { + transform: translateY(0px) translateX(0px) rotate(0deg); + opacity: 0.4; + } + + 50% { + transform: translateY(-25px) translateX(15px) rotate(180deg); + opacity: 0.9; + } + + 100% { + transform: translateY(-50px) translateX(-10px) rotate(360deg); + opacity: 0; + } } + @keyframes arjunGridMove { - 0% { transform: translate(0, 0); } - 100% { transform: translate(-50px, -50px); } + 0% { + transform: translate(0, 0); + } + + 100% { + transform: translate(-50px, -50px); + } } + @keyframes arjunWaveEffect { - 0%, 100% { transform: translateX(0); } - 50% { transform: translateX(20px); } + + 0%, + 100% { + transform: translateX(0); + } + + 50% { + transform: translateX(20px); + } } + .arjun-dark-container { margin: 40px 0; width: 100%; @@ -237,6 +349,7 @@Thank You, W3Schools!
backdrop-filter: blur(10px); min-height: 300px; } + .arjun-dark-container::before { content: ''; position: absolute; @@ -247,10 +360,12 @@Thank You, W3Schools!
background: linear-gradient(90deg, transparent, rgba(0, 255, 255, 0.1), transparent); animation: arjunSlideIn 2s ease-out 0.5s; } + .arjun-dark-container:hover { transform: scale(1.01); transition: transform 0.3s ease; } + .arjun-animated-bg { position: absolute; top: 0; @@ -260,6 +375,7 @@Thank You, W3Schools!
z-index: -1; overflow: hidden; } + .arjun-matrix-rain { position: absolute; color: #00ff00; @@ -268,12 +384,37 @@Thank You, W3Schools!
opacity: 0.3; animation: arjunMatrixRain 8s linear infinite; } - .arjun-matrix-rain:nth-child(1) { left: 10%; animation-delay: 0s; } - .arjun-matrix-rain:nth-child(2) { left: 25%; animation-delay: 1s; } - .arjun-matrix-rain:nth-child(3) { left: 40%; animation-delay: 2s; } - .arjun-matrix-rain:nth-child(4) { left: 55%; animation-delay: 3s; } - .arjun-matrix-rain:nth-child(5) { left: 70%; animation-delay: 4s; } - .arjun-matrix-rain:nth-child(6) { left: 85%; animation-delay: 5s; } + + .arjun-matrix-rain:nth-child(1) { + left: 10%; + animation-delay: 0s; + } + + .arjun-matrix-rain:nth-child(2) { + left: 25%; + animation-delay: 1s; + } + + .arjun-matrix-rain:nth-child(3) { + left: 40%; + animation-delay: 2s; + } + + .arjun-matrix-rain:nth-child(4) { + left: 55%; + animation-delay: 3s; + } + + .arjun-matrix-rain:nth-child(5) { + left: 70%; + animation-delay: 4s; + } + + .arjun-matrix-rain:nth-child(6) { + left: 85%; + animation-delay: 5s; + } + .arjun-floating-particles { position: absolute; width: 4px; @@ -282,49 +423,143 @@Thank You, W3Schools!
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-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: + 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; @@ -336,6 +571,7 @@Thank You, W3Schools!
z-index: 10; position: relative; } + .arjun-dark-content { font-size: 1.3em; line-height: 1.8; @@ -352,6 +588,7 @@Thank You, W3Schools!
position: relative; animation: arjunWaveEffect 4s ease-in-out infinite; } + .arjun-terminal-prompt { color: #00ff00; font-family: 'Courier New', monospace; @@ -393,732 +630,793 @@github.com/arjunbalu1
-Dear w3schools,
-Git is Awesome! LOVE these tutorials!!
From BD
Dear w3schools,
+Git is Awesome! LOVE these tutorials!!
From BD
Dear w3schools,
-Git is so cool! LOVE these tutorials!!
From sss122
Dear w3schools,
+Git is so cool! LOVE these tutorials!!
From sss122
Dear w3schools,
-🌟 A Heartfelt Thank You! + +
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!
+ 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! 👏
+ Keep up the amazing work! 👏
+
+ —
Bob sending gratitude from Cal.
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,
+
+ Thank you for the great tutorials 😊👍👍
+ Regards,
+ Angel from the sunny Florida 🌞
Dear w3schools,
-🌟 A Heartfelt Thank You! + +
Hello from Ukraine!
+ -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! + +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!
-—
Daniel Gautier sending gratitude from Germany 🇩🇪 .
Dear w3schools,
-🌟 A Heartfelt Thank You!
+ Keep up the amazing work! 👏
-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!
+ —
Daniel Gautier sending gratitude from Germany 🇩🇪 .
Dear w3schools,
+🌟 A Heartfelt Thank You!
-—
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
+ —Mustafa Akdemir sending gratitude from Turkey.
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 this + amazing tutorial I am really sure that I enjoyed taking this course.
+🌟 Jean D Amour From Rwanda
+Dear w3schools,
-Thank you for bringing my coding to the next level and for teaching me git! - Bill
-+
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.
Thanks! testing Fork!
+ +Dear w3schools,
+Thank you very much for explaining complex topics easier to us
+From Pavithra, India.
+Dear w3schools,
-Thank you for this tutorial and all your work!
-Regards Mbarek
-
-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 to W3Schools Git Tutorial for the learning resource. -
- - - -🌟 Thank you, W3Schools! 🌟
-- Nethranand, 10 April 2025
+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!
-+ +
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.
+ 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
+ +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!
Dear W3Schools,
-An amazing tutorial and so with all other tutorials!
-Thank you from Ecuador,
-- Gabriel Ambrosini
-"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 this tutorial and all you work! You doing a great job!
-Regards EfratA
-
-Dear w3schools,
+Thank you for the excellent tutorials!
+Thanks for the great, accessible tutorials! From Cambridge, England
- -Dear w3schools,
+Thank you for this tutorial and all you work! You doing a great job!
+Regards EfratA +
+
Thanks! it really help
- -Thanks for the great, accessible tutorials! From Cambridge, England
+Thank You, W3Schools!
-- This tutorial has been incredibly helpful in learning Git and GitHub. Keep up the amazing work! -
-- Regards, David Alves from Brazil
- "I am the way, the truth and the life" (John 14:6) +Thanks! it really help
+Dear w3schools,
-Thank you for this tutorial and all you work! You doing a great job!
-Regards jai2fb
-
-Thank You, + W3Schools!
++ This tutorial has been incredibly helpful in learning Git and GitHub. Keep up the amazing work! +
+- Regards, + David Alves from Brazil
+ "I am the way, the truth and the life" (John 14:6) +Dear w3schools,
+Thank you for this tutorial and all you work! You doing a great job!
+Regards jai2fb +
+
Dear w3schools,
-Thank you for this tutorial and all you work! You doing a great job!
-Regards EfratA
-
-Dear w3schools,
+Thank you for this tutorial and all you work! You doing a great job!
+Regards EfratA +
+
Dear w3schools,
-Thank you for this tutorial and all you work! You doing a great job!
- -Dear w3schools,
+Thank you for this tutorial and all you work! You doing a great job!
+Hello, Everyone!
-Greetings by Hashan Athurugiriya from Sri Lanka 🇱🇰
--

Thank you w3school for sharing this great knowledge. Learned so much from you, and helped with my coding skills a lot.
-Hello, Everyone!
+Greetings by Hashan Athurugiriya from Sri Lanka 🇱🇰
++

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
-+ +
Thank you for wonderful tutorial
+/p> -
Dear W3Schools Founders, Developers, and Tutors,
-Thank you for saving lives all these years. Your efforts have a special place up above.
-Regards, +
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. -
-Hellow World!!
-Sauti Was Here.
+- "Make it as simple as possible, but not simpler."
-Albert Einstein
+ +Hellow World!!
+Sauti Was Here.
++ "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, +
+
Theon
+Dear W3Schools,
-Thank you for this tutorial and the many other tutorials you provide! Great job!
-Sincerely,
-
Theon
- -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
+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
++ From Ukraine with peace! +
++ Greetings from Odesa 👌 +
+Peaceful sky to all of us
+- Hello from the UK
-- Thanks to W3Schools for the amazing tutorials
-- Keep up the good work, you are a great source of inspiration and knowledge.
-Kind regards from Ivica
-Sabac, Republic of Serbia
-+ Hello from the UK
++ Thanks to W3Schools for the amazing tutorials
+- El conocimiento compartido es el patrimonio de los que construyen el futuro.
-Omar B. Ramírez
-Purén, Chile (El mejor pais de Chile)
-+ 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)
+-
- Supers cours sur w3schools, un grand merci !
-Nouvelle-Calédonie -
+
+ Supers cours sur w3schools, un grand merci !
+Nouvelle-Calédonie
First JavaScript
- - - - - -- "May your all wishes come true!" -
-Krunal
-First JavaScript
+ + + + + ++ "May your all wishes come true!" +
+Krunal
+- - Thank you for years of accessible tutorials!
+ + Thank you for years of accessible tutorials! +- - Hi from Barcelona! Thank you for the tutorial!
+ + 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! +
+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.
+--SUJITH CHOWDARY
+"No mud, no lotus." - Thich Nhat Hanh"
-I grow in mud! -
-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.
---SUJITH CHOWDARY
-I'm stucking here, but it seems ok...
- -Thank you!
-Hello from ZA.
- -Thank you w3schools for the tutorial
- - - - -- U talking to me? -
-hovering flips
-- Josep Méndez 👋 -
-Palma de Mallorca / SPAIN
-2025-02-04
-Thank you!
+Hello from ZA.
+ +Thank you w3schools for the tutorial
+ + + + ++ U talking to me? +
+hovering flips
++ Josep Méndez 👋 +
+Palma de Mallorca / SPAIN
+2025-02-04
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.
-
- A Huge Thank You to W3 Schools!
- Keep shining, and keep teaching the world!
-
- - A grateful coder
-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 big thank you to W3Schools for the invaluable resources, + 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
- 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, - and also whoever came up with this card flip idea -
-Hover to flip
-- Logan 👌 -
-Indiana / US
-01-22-2025
-+ Thank you W3 schools for the great resources, + and also whoever came up with this card flip idea +
+Hover to flip
++ Logan 👌 +
+Indiana / US
+01-22-2025
- Thanks for all various courses of W3S !!! -
-hovering flips
-- Dariusz Larsen 👍 -
-Warsaw / POLAND
-2025-01-16
-+ Thanks for all various courses of W3S !!! +
+hovering flips
++ Dariusz Larsen 👍 +
+Warsaw / POLAND
+2025-01-16
- Thank you W3 schools for the great resources just started learning yesterday - im kinda getting it now, - and also whoever came up with this card flip idea!!! -
-Hover to flip
-- Logan 👌 -
-Philippines
-01-30-2025
-+ Thank you W3 schools for the great resources just started learning yesterday + im kinda getting it now, + and also whoever came up with this card flip idea!!! +
+Hover to flip
++ Logan 👌 +
+Philippines
+01-30-2025
Hi, This is Anuj
-Soon, going to be a developer
-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, W3Schools
-Hello from Nairobi, Kenya
+ .flip-card-front-DL { + position: absolute; + width: 100%; + height: 100%; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + border: 1px solid #f3431c; + border-radius: 1rem; + background: #f3431c; + color: #000000; + box-shadow: -2px 10px 50px 10px black; + backface-visibility: hidden; + } + .flip-card-front-DL-h1 { + font-family: 'Roboto', sans-serif; + font-size: 22px; + background-color: #000000; + color: #5c9ef5; + padding: 0.5rem 1rem; + margin: 40px; + border: 0.25rem solid #5c9ef5; + box-shadow: 10px 10px 50px 10px blue; + border-radius: 8px; + } - + - + +Hi, This is Anuj
+Soon, going to be a developer
+Hope the transition from Competitive Programmer to a developer will be smooth and amazing.
+ - - - -Thank you!
-Hello from LV.
- - +Thank you!
+Hello from Lithuania 2025-Jan-22 +
- -
Thank you!
-Greetings from Sweden/Stockholm! Thank you so much for providing a great resource!
-Kind Regards
-Dejan Marlovic
- - - -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 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
-Ukraine/Amsterdam
+Thank you!
+Hello from NYC where congestion pricing is now in effect! +
+ +
Thank you, W3Schools
+Hello from Nairobi, Kenya
- -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
- - - -- - "Thank you W3Schools for the amazing Git tutorial!" -
-skyneon1
+ + + + + +Thank you!
+Hello from LV.
+ + + + +Thank you!
+Greetings from Sweden/Stockholm! Thank you so much for providing a great resource!
+Kind Regards
+Dejan Marlovic
+ + + +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 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
+Ukraine/Amsterdam
+ + + +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
+ + + ++ + "Thank you W3Schools for the amazing Git tutorial!" +
+skyneon1
+Thank you so much w3schools! , thanks to your immense resources I have been able to learn a lot
+ +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
-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!!
-For Git Tutorial
-Hover to see me
-VENKATA SAGAR
-FROM INDIA
-+ THANK YOU W3!! +
+For Git Tutorial
+Hover to see me
++ VENKATA SAGAR
+FROM INDIA
- - 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
- +You only live once, but if you do it right, once is enough
--- Mae West
--- - - -- "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.
-- Rosa says: Let's Git it! + + 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]
- ++ "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. +
++ Rosa says: Let's Git it! +
+ + + + +- Hello World! 👋 -
+ font-size: 22px;"> + Hello World! 👋 + -
- 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!
-
+ 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!
+
- Robert
- from Germany
- 2024-12-06
+
+ Robert
+ from
+ Germany
+ 2024-12-06
- "Thank you guys for the wonderful introduction to Git!"
-Petra
-Thanks for the tutorial (paedu-77)
-- CrissSerrano from Mexico +
+ "Thank you guys for the wonderful introduction to Git!"
- - -"Hola soy Kevin Martinez :)"
- -Xin chào!
- -ARRIBA AMLO
+Petra
+Holaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+Thanks for the tutorial (paedu-77)
+HOLAAA ARRIBA LAS AGULAS
+ ++ CrissSerrano from Mexico +
+ -Jose Angel
+"Hola soy Kevin Martinez :)"
-Hello world from mexico
+Xin chào!
-Saludos desde UTEZ 2024
+ARRIBA AMLO
- -Thank you w3schools for this nice tutorial !
- +Holaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +
- -- "Holaaaaaaa" Gracias. -
- +HOLAAA ARRIBA LAS AGULAS
- -- "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
+ Jose Angel
+
+ Hello world from mexico
+
+ Saludos desde UTEZ 2024
+
+
+
Thank you w3schools for this nice tutorial !
+ + + ++ "Holaaaaaaa" Gracias. +
+ + + ++ "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! 💗 😀 💗 +
+ Only love will bring peace among us! Greetings from binyamin hazoom! 💗 😀 💗
- + -Great tutorial w3schools, I learned alot. 27-Nov-24
- +Thanks for this tutorial, from Tester.
@@ -1916,37 +2245,48 @@Inserte mi mensaje aquiii
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!
+ "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!
"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 ARTHURSEE YOU!
+ "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 ARTHURSEE YOU!
"A MAN CAN BE HIMSELF ONLY SO LONG AS HE IS ALONE; AND IF HE DOES NOT LOV SOLITUDE, HE WILL NOT LOVE FREEDOM; FOR IT IS ONLY WHEN HE IS ALONE THAT HE IS REALLY FREE. - ARTHUR SCHOPENHAUER"
+"A MAN CAN BE HIMSELF ONLY SO LONG AS HE IS ALONE; AND IF HE DOES NOT LOV SOLITUDE, HE WILL NOT + LOVE FREEDOM; FOR IT IS ONLY WHEN HE IS ALONE THAT HE IS REALLY FREE. - ARTHUR SCHOPENHAUER" +
I AM ARTHUR
-BYE!
+BYE!
- I am immensely grateful to w3schools for teaching me Git! + 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.
@@ -1956,7 +2296,7 @@
- Greetings from Germany!
+ Greetings from Germany!
@@ -1967,8 +2307,8 @@
- I am from TamilNadu.
- Chennai is the capital of TamilNadu.
+ I am from TamilNadu.
+ Chennai is the capital of TamilNadu.
Welcome Everyone to visit Chennai, atleast once in their lifetime.
@@ -1990,8 +2330,10 @@
- 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.
+
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!
@@ -2046,12 +2388,12 @@ Gedeon
Thank you for making the hard stuff easy to understand and fun to learn!
-
+
Greetings from Ukraine!
-
-
+
+
-
-
-
- "Programming is not about what you know; it's about what you can learn."
-
- - Abelson & Sussman
+
+
+
+ "Programming is not about what you know; it's about what you can learn."
+
+ - Abelson & Sussman
Message From Ryan Hopewell
-
+
@@ -2115,7 +2459,7 @@
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
@@ -2198,7 +2542,7 @@ Life is too short
-
+
Message from Husam
@@ -2239,7 +2583,8 @@ Hey i'm currently lear git!!
- Hi from Gemma in Sheffield, England 🙂 😸
+
Hi from Gemma in Sheffield, England 🙂
+ 😸
😀
@@ -2256,7 +2601,7 @@ Hey i'm currently lear git!!
Sometimes in life I feel competitive
-
+
- Greetings from the Coded Writer
- Hello Everyone! I'm glad to be contributing to this and I commend the w3schools team
+
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.
@@ -2676,11 +3026,11 @@ Message from Issac
Hello from re-learing git basics!
-
-
+
+
Hello! Enjoying every bit of the Git tutorial!
Thank you very much!!!
-
+
@@ -3191,8 +3541,10 @@ thanks for the awesome tutorial
- Spread kindness!
+
+ Spread kindness!
@@ -3217,12977 +3569,12939 @@ Thanks for the awesome tutorial
Sir Jax
-
-
-
-
- "Git some!"
-
+
+
+
+
+ "Git some!"
-
+
+
-
-
- Fabricio
- Ezequiel Marçal
- João Monlevade-MG, Brazil 2024 - Long live programmers
-
+
+
+ Fabricio
+ Ezequiel Marçal
+ João Monlevade-MG, Brazil 2024 - Long live programmers
+
-
-
- W3Schools is the
- best
web developer site.
- This is best
- way
to use your time!
⌚
-
-
+
+
+ W3Schools is the
+ best
web developer site.
+ This is best
+ way
to use your time!
⌚
+
+
+
-
- That was much easier than expected, thanks to w3schools!
- Bastien C
-
+
+ That was much easier than expected, thanks to w3schools!
+ Bastien C
+
-
- marcemarto
-
+
+ marcemarto
+
-
-
- The quick brown fox jumps over the lazy dog
-
-
+
+
+ The quick brown fox jumps over the lazy dog
+
+
-
-
-
- "Michael Bami Ayobami was here."
-
- Thanks to w3schools for their relentless free training courses. They are so helpful
-
-
+
+
+
+ "Michael Bami Ayobami was here."
+
+ Thanks to w3schools for their relentless free training courses. They are so helpful
+
+
-
-
-
-
- "Keep calm and keep code"
-
- message from Jonathan Guevarra(4IS1)
-
+
+
+
+
+ "Keep calm and keep code"
+
+ message from Jonathan Guevarra(4IS1)
-
-
-
- I'm learning Git, I like South Park, and I like puns, so my message is:
-
-
-
- Nice journey , Thanks a lot <3
- Ebrahim Gamal
-
-
-
- Great tutorial! thanks aAlot!<3< /h1>
-
Dvir Zayde
-
-
-
- I wish everything was as easy as getting fat.
- Arthur Pan
-
-
-
-
-
-
-
- “The earth has its music for those who will listen.” — Reginald
- Holmes
-
- message from hossein navabi
-
-
-
-
-
-
-
-
-
- “The earth has its music for those who will listen.” — Reginald
- Holmes
-
- message from Vishal Singh
-
+
+
+
+
+ I'm learning Git, I like South Park, and I like puns, so my message is:
+
+
+
+ Nice journey , Thanks a lot <3
+ Ebrahim Gamal
+
+
+
+ Great tutorial! thanks aAlot!<3< /h1>
+
Dvir Zayde
+
+
+
+ I wish everything was as easy as getting fat.
+ Arthur Pan
+
+
+
+
+
+
+
+ “The earth has its music for those who will listen.” — Reginald
+ Holmes
+
+ message from hossein navabi
-
-
-
-
- Thanks a lot for the helpful tutorial! :)
-
-
-
- Hi, I am Amin Nadi Pour and i'd like to say git commit -m "hello world"
-
-
-
-
-
- frenzy from A basement, i have no idea what im doing right now.
-
-
-
-
-
-
- Fiuh! Finally I am here. It's a long journey.
-
-
-
- Hi! many thanks for the course, and the introduction to Git!
- ps.: Love from Hungary! -glvcsmt
-
-
-
-
-
- "One Day or Day One; You Decide..."
-
-
-
-
-
-
- C'est la vie! Et c'est vraiment drole.
-
-
-
-
- ❝
-
- Hey W3schools; ur the best <3< /i>
-
- ZarKh
-
-
-
-
-
- Thanks for this course💗😎
-
-
-
- hello I'm Vijaykumar, Learning about git from w3schools
-
-
-
-
- Happy Coding!
-
-
-
- "difuwlllllllllllll is coming"
-
-
- Nothin' beats being GUTS!
-
-
-
-
- "Push through the pain. Giving up hurts
- more.”
- - Vegeta, Dragon Ball Z
-
-
-
- Thank you w3 schools for the learning space
-
-
-
-
-
- Jerry was
- here.
- Learned HTML, CSS,
- JavaScript (not done yet) and now
- Git.
It's fun! One Month in and i got a lot in my Head already.
- Can't wait to get deeper into
- everything.
-
-
-
-
-
- Thanks fellows. See you on the top
-
-
-
-
-
-
- 😄 A Little Humor 😄
- Hey W3Schools! Your tutorials are like a
- fine wine—improving with
- age, but sometimes it's just easier to borrow the corkscrew! 😜
- Thanks for the code snippets! P.S.
- ChatGPT had a good laugh too!
- -
- Rubii/AEM
-
-
-
-
-
-
-
-
- Hello I'm Felix from Kenya
- a student at Karatina University!
-
- I'm thrilled to be
- exploring W3Schools.
-
- Cheers!
-
-
-
-
-
-
-
- Hi, I'm Emilio from
- Argentina! Currently living in Patagonia, so lot of mountains and
- lakes over here.
-
- What an excellent
- tutorial is this
-
- "The obstacle is the
- way", just keep going!
-
-
-
-
-
-
-
-
- That was a so cool tutorial! Thanks from
- Brazil!
- Jean Nóbrega (Brazil)
-
-
-
-
-
- Thank you for your lessons w3schools
-
- KRasta Smoke (Russia)
-
- W3
- school is a best place to
- get rid of tutorial hell.
- Learning git practically makes me grasp concepts easily ..........!
-
-
- W3schools Git tutorial ❤
-
-
-
-
- Sweb was here ~ Thanks
- W3Schools for teaching me a lot of things !
-
-
-
-
-
-
-
- "Saluton el Usono! "
-
-
-
-
-
-
-
-
-
- "Mohammed Mofreh! "
-
-
-
-
-
-
-
- let the CONSISTENCY be with YOU !
-
-
- - jedimchik (05/03/2024)
-
-
-
-
-
- Great experience with Git tutorial! Hello from Romania!
-
-
-
-
-
- Thanks very much from Kevin in Taiwan for this helpful Git tutorial
-
-
-
- Vielen Dank W3!!
-
-
-
- Thanks very much for this helpful Git tutorial
-
-
-
-
-
- Hi ! Fellow human ! Hope you're having a great day.
-
-
- Message from Leo D'Hotman (Mauritius)
-
-
-
-
-
-
-
- "I've started from html. Then I've learned css and also JavaScript.
- Now I'm learnig Git & GitHub.
- At this momment I feel I'm fall in love with w3shools
- tutorials."
-
- - Gobindo Chakraborty from Bangladesh
-
-
-
-
-
- "I am gonna copy Max's message."
- "This page
- is meant to be available to
- everyone and this poem does not match that tone.
- Please change it to something more family friendly."
- ~W3schools 19/02/2024
- ~Max 13/02/2024
- ~Yash 26/02/2024
-
-
-
-
- This is Johenx.
- This is fun
-
-
-
-
-
- Hello World.
-
-
-
-
- Hello from Czech Republic!
-
-
-
- W3 Schools always delivers great help! Peace to all!
-
-
-
-
- Anvedi come balla Nando! W3School ❤❤❤❤❤❤❤❤ u!
-
-
-
-
-
- hello hello hello!
-
-
-
-
- Every soup eventually turns into mushroom soup.
-
-
-
-
-
- "This
- page is meant to be available to
- everyone and this poem does not match that tone.
- Please change it to something more family friendly."
- ~W3schools 19/02/2024
- ~Max 13/02/2024
-
-
-
-
-
-
- Hola.
- Love w3school. AGUANTE
- ARGENTINA LOCO
-
-
-
-
-
-
- "My motto: Small but certain happiness"
-
-
-
-
-
- Continuous Learning is key to success!
- W3 Schools is a great place to build an understanding of basic web
- development skillsets.
-
-
-
- Hello everyone 👋
-
My name is Liza and I am from Ukraine!
- I am learning GitHub, and I'm going to be a Python
- developer.
- My respect W3Schools, and thanks for the awesome tutorial!
-
- `
-
-
-
-
- 2024新年快乐!——王皓
-
-
-
-
- A LITTLE MOTIVATION
- Who am I and who could I be
- That which you most wish to find will be found where you
- least want to look.
- Dedicate yourself to one or two things single mindedly
- and you will become unrecognisable
- in 6 months, all the best. /br Carlson I.
-
-
-
-
-
-
- David from the Netherlands
-
- Thanx w3schools for all the amazing tutorials!
-
-
-
-
-
-
-
-
-
-
- "Everyone is at least a bit nosy, isn't it ?"
-
-
- -Kuromi chan
-
-
-
-
-
-
- LET THEM KEEP GUESSING
-
-
-
-
-
-
- Jai Shri
- Ram
-
- Talent is nothing without hard working
-
- Cristiano Ronaldo
-
- Subroto Kumar
-
-
-
-
- W3Schools.com is the Best place to Learn Web development
-
- My message to the world is you are wordering where to
- start learning front-end development
- w3schools is the best website where you get everything
- you need.
-
-
-
-
- Samson Githinji
- My skillset: MERN Stack | Python | SQLAlchemy
-
-
-
-
- Hello from Uzbekistan
-
-
-
-
-
- "Nothing is more active than
- thought, for it travels over the
- universe,
and nothing is stronger than
- necessity for all must submit to it."
-
-
-
-
-
- When you're feeling overwhelmed with a task just take a
- breath,
- you'll probably find it easier once you come back to it.
-
-
-
-
-
- Greetings
- fellow learners from greater IRAN!
-
-
- You are now reading this line.
-
-
-
-
- The seven cities of love became Attar
- We are still at the corner of an Git tutorial
-
-
-
-
- Hi from Japan
-
-
-
-
-
- "Everything is going to be okay in the end.
- If it's not okay, it's not the
- end."
-
-
-
-
-
- Hey earthlings!
-
-
-
- Hello world!
-
-
- This is the first file in my new Git Repo.
- This line is here to show how merging works.
- This is the first file in my new Git Repo.
- This line is here to show how merging works.
-
-
- This is the first file in my new Git Repo.
- A new line in our file!
-
-
-
-
-
-
- Hi All!
- Learning Git has been an invaluable experience, and
- I'm grateful for the opportunity to
- deepen my understanding of version control. I'm
- excited to explore more now that i know
- what it entails.
- Thank you to everyone who has contributed to making
- this course interesting to undertake.
- I look forward to connecting with you all!
- Cheers,
- Akpos Sakpere
-
-
-
-
-
-
-
- Jonathan was here on 2024-01-27
-
-
-
-
- Hello, world!!
- I'm a computer science student from Brazil.
-
-
-
- Hi everyone! All the best for your git learning
- journery (Nithin, 24-01-2024)
-
-
-
-
-
- Hey it's me Vipin Karma, Hope you guys doing well
-
-
-
- Greetings from Georgia ❤ Thanks for an amazing course
-
- Hello Wroldddddddddddd from Temi, I really appreciate
- this very well thoughtout course
-
- Greetings from Man7788, enjoy your learning!
- Thanks for a wonderful tutorial
-
-
- Call me Pzipegasus
- Finally, Learned git and github was struggling since many
- days.
-
-
-
-
- Hello from Kurdistan!
- Grateful to W3Schools for their
- fantastic tutorials! ❤️☀️💚
-
-
-
-
-
-
Hello everyone,
-
-
-
Greetings from Oded S.
-
-
-
Thanks to W3Schools for a very helpful online course.
-
-
-
-
-
-
-
-
-
- Hello Developers!
- I am Arshad from Pakistan, wishing you success in your journey.
- The Git Tutorial is very simple and easy to understand, thanks to w3schools
- for such a great work.
-
-
-
-
-
-
-
-
-
- Hi, I am
Farhan
- Reza!
-
- time is limited...
-Anonymous
-
-
-
-
-
-
-
-
-
Hi! i am shohidullah
-
-
-
I'm a student from Bangladesh
-
-
-
-
-
-
- Hello! I'm Nathaniel (innCoding Tech Hub) from Nigeria
- With heart filled with gratitude i'm saying a big thank you to w3shools Team
- for the incomparible
- Tutorials
-
-
-
-
-
-
-
- HELLO DEVS!🌍
- Hi everyone I'm kevin from Perú and I just want to say don't give
- up! The effort is worth
- it! (09/01/2024)
-
-
-
-
-
-
-
-
-
Hi!
-
-
-
I'm a student from Brazil
-
-
-
I wish luck and prosperity to all of you! <3
-
-
-
-
-
-
-
Hi Everyone 👋
- Welcome to this wonderful programming world 🙂
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- const
- aboutMe
- =
- function( )
- {
-
-
- return
- {
-
- name :
- 'James B' ,
-
- position :
- 'Self-Taught-Junior Dev' ,
-
- Github :
- 'ordoabchao8' ,
-
- }
- }
-
-
-
-
-
-
-
- Hi, introduce myself!!!
- I'm Tri, from Indonesia
- Thanks to W3Schools for the tutorial!!!
- 27/12/2023
-
-
-
+
+
+
+
+
+
+
+
+ “The earth has its music for those who will listen.” — Reginald
+ Holmes
+
+ message from Vishal Singh
+
+
+
+
-
-
-
Hello EveryBody
-
- Thanks to W3Schools team for all !
- AlexTree, Belarus, 21-12-2023
-
+
+ Thanks a lot for the helpful tutorial! :)
+
+
+ Hi, I am Amin Nadi Pour and i'd like to say git commit -m "hello world"
+
+
-
-
-
-
This Tutorial is awesome, I am geatful to
- W3schools
-
-
+
+
+ frenzy from A basement, i have no idea what im doing right now.
+
+
-
-
-
- Hello fellow developers 😁😁😁 - Wilson from Vietnam 🇻🇳
-
-
-
-
+
+ Fiuh! Finally I am here. It's a long journey.
+
-
- Hey and greetings to you all !!!
- Thanks to W3Schools team for such a great tutorial.!!!
- Rudra, India
- 12/2023
-
+
+ Hi! many thanks for the course, and the introduction to Git!
+ ps.: Love from Hungary! -glvcsmt
+
-
+
-
-
-
-
- Hello Everyone! How are
- you?
-
- I am a Developer from India.
- I hope you all have a wonderful future!
-
-
+
+ "One Day or Day One; You Decide..."
+
+
-
+
-
-
-
- Hello
-
-
- I'm Ariadna, thanks for this amazing tutorial
-
-
- keep Learning 😊
-
+
+ C'est la vie! Et c'est vraiment drole.
+
+
+
+
+ ❝
+
+ Hey W3schools; ur the best <3< /i>
+
+ ZarKh
+
+
+
+
+
+ Thanks for this course💗😎
+
+
+
+ hello I'm Vijaykumar, Learning about git from w3schools
+
+
+
+
+ Happy Coding!
-
+
+ "difuwlllllllllllll is coming"
-
+
+ Nothin' beats being GUTS!
+
-
-
- Hello
-
-
- I'm Yisak from Ethiopia.
-
-
- Wish you well in your journey. 😊
-
+
+
+ "Push through the pain. Giving up hurts
+ more.”
+ - Vegeta, Dragon Ball Z
-
-
-
-
-
-
- Hello
-
-
- I'm Swathy ,hope you suceed in your respective careers
-
-
- keep Learning 😊
-
+
+
+ Thank you w3 schools for the learning space
+
+
+
+
+
+ Jerry was
+ here.
+ Learned HTML, CSS,
+ JavaScript (not done yet) and now
+ Git.
It's fun! One Month in and i got a lot in my Head already.
+ Can't wait to get deeper into
+ everything.
-
+
- .s_eye:hover .s_sign {
- text-shadow: 0px 0px 4px rgb(255, 255, 255)
- }
+
+ Thanks fellows. See you on the top
+
- .s_txt {
- font-size: 2vw;
- margin-left: 6px;
- text-align: center;
- transition: all 1s ease;
- z-index: 99;
- color: #3b3b3b;
- text-shadow: 0px 0px 3px rgb(255, 255, 255);
- }
- .s_txt:hover {
- text-shadow: 6px 6px 9px #000;
- color: #000000;
- }
+
- .s_sign {
- display: flex;
- width: 100%;
- justify-content: center;
- margin-left: 12vw;
- font-size: 1vw;
- cursor: grab;
- transition: all 1s ease;
- color: #3b3b3b;
- z-index: 99;
- }
+
+ 😄 A Little Humor 😄
+ Hey W3Schools! Your tutorials are like a
+ fine wine—improving with
+ age, but sometimes it's just easier to borrow the corkscrew! 😜
+ Thanks for the code snippets! P.S.
+ ChatGPT had a good laugh too!
+ -
+ Rubii/AEM
+
- .s_sign:hover {
- transform: rotateX(180deg);
+
- }
- .s_c_wrap {
- width: clamp(10px, 6vw, 90px);
- height: clamp(10px, 6vw, 90px);
- display: flex;
- align-items: center;
- justify-content: center;
- }
+
+
+
+ Hello I'm Felix from Kenya
+ a student at Karatina University!
+
+ I'm thrilled to be
+ exploring W3Schools.
+
+ Cheers!
+
- .s_c_wrap:hover .s_circle {
- height: 2px;
- transition: all 1s ease;
- }
+
- .s_eyes {
- display: flex;
- gap: 12px;
- }
+
+
+
+ Hi, I'm Emilio from
+ Argentina! Currently living in Patagonia, so lot of mountains and
+ lakes over here.
+
+ What an excellent
+ tutorial is this
+
+ "The obstacle is the
+ way", just keep going!
+
- .s_circle {
- width: clamp(10px, 6vw, 90px);
- height: clamp(10px, 6vw, 90px);
- border-radius: 50%;
- border: 1px solid #919090;
- transition: all 1s ease;
- cursor: cell;
- display: flex;
- align-items: center;
- justify-content: center;
- overflow: hidden;
- }
+
- .s_circle_sm {
- width: clamp(5px, 3vw, 45px);
- height: clamp(5px, 3vw, 45px);
- border-radius: 50%;
- background: #000;
- transition: all 1s ease;
- }
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Don't expect path to success be paved in marbles.
- Comfort makes us lazy and weak
- while troubles makes us strong and powerful!
- Sulsiperis, Lithuania
+
+
+
+ That was a so cool tutorial! Thanks from
+ Brazil!
+ Jean Nóbrega (Brazil)
+
+
+
+
+
+ Thank you for your lessons w3schools
+
+ KRasta Smoke (Russia)
+
+ W3
+ school is a best place to
+ get rid of tutorial hell.
+ Learning git practically makes me grasp concepts easily ..........!
+
+
+ W3schools Git tutorial ❤
+
+
+
+
+ Sweb was here ~ Thanks
+ W3Schools for teaching me a lot of things !
+
+
+
+
+
+
+
+ "Saluton el Usono! "
+
-
-
+ let the CONSISTENCY be with YOU !
+
+
+ - jedimchik (05/03/2024)
-
+
+
+
+
+ Great experience with Git tutorial! Hello from Romania!
+
+
+
+
+
+ Thanks very much from Kevin in Taiwan for this helpful Git tutorial
+
+
+
+ Vielen Dank W3!!
+
-
- Kilroy was here
- ♥ Domík z Prahy 4.12.2023 ♥
+
+ Thanks very much for this helpful Git tutorial
+
+
+
+
+
+ Hi ! Fellow human ! Hope you're having a great day.
+
+
+ Message from Leo D'Hotman (Mauritius)
+
-
+
-
-
+
+
+
+ "I've started from html. Then I've learned css and also JavaScript.
+ Now I'm learnig Git & GitHub.
+ At this momment I feel I'm fall in love with w3shools
+ tutorials."
+
+ - Gobindo Chakraborty from Bangladesh
+
+
+
+
+
+ "I am gonna copy Max's message."
+ "This page
+ is meant to be available to
+ everyone and this poem does not match that tone.
+ Please change it to something more family friendly."
+ ~W3schools 19/02/2024
+ ~Max 13/02/2024
+ ~Yash 26/02/2024
+
+
+
+
+ This is Johenx.
+ This is fun
+
+
-
+
+
+ Hello World.
+
+
-
+
+ Hello from Czech Republic!
+
-
-
-
-
-
-
-
+
+ W3 Schools always delivers great help! Peace to all!
+
+
+
+
+ Anvedi come balla Nando! W3School ❤❤❤❤❤❤❤❤ u!
-
-
- const
- aboutMe
- =
- function( )
- {
-
-
- return
- {
-
- name :
- 'Yassine Essaouri' ,
-
- position
- :
- 'fullstack-developer' ,
-
- Github :
- 'EssYassine' ,
-
- }
- }
+
+
+
+
+ hello hello hello!
+
+
+
+
+ Every soup eventually turns into mushroom soup.
-
-
+
-
-
- Taran Mesala
-
-
- Hey guys
- Am Taran, am happy to share my note here.
- am a versatile person with a unique blend of skills like Programming,
- Web-Development,and Graphic-Design.
- Feel free to reach out.
- Instagram: __im.john.__
- LinkedIn: Taran Mesala
-
+
+
+ "This
+ page is meant to be available to
+ everyone and this poem does not match that tone.
+ Please change it to something more family friendly."
+ ~W3schools 19/02/2024
+ ~Max 13/02/2024
-
-
-
+
-
- Thanks for this awesome tutorial!!!
-
- Adr1Est from Madrid - 28/11/2023
-
-
+
+ Hola.
+ Love w3school. AGUANTE
+ ARGENTINA LOCO
+
+
+
+
+
+ "My motto: Small but certain happiness"
+
+
+
+
+
+ Continuous Learning is key to success!
+ W3 Schools is a great place to build an understanding of basic web
+ development skillsets.
+
+
+
+ Hello everyone 👋
+
My name is Liza and I am from Ukraine!
+ I am learning GitHub, and I'm going to be a Python
+ developer.
+ My respect W3Schools, and thanks for the awesome tutorial!
+
+ `
+
+
+
+ 2024新年快乐!——王皓
+
+
+
+
+ A LITTLE MOTIVATION
+ Who am I and who could I be
+ That which you most wish to find will be found where you
+ least want to look.
+ Dedicate yourself to one or two things single mindedly
+ and you will become unrecognisable
+ in 6 months, all the best. /br Carlson I.
+
+
+
+
+
+
+ David from the Netherlands
+
+ Thanx w3schools for all the amazing tutorials!
+
+
+
+
+
-
+
+
+
+
+ "Everyone is at least a bit nosy, isn't it ?"
+
+
+ -Kuromi chan
+
+
+
-
- Hard work beats talent when talent doesn’t work hard.
- -Tim Notke
- Thanks for this amazing tutorial
-
+
+
+ LET THEM KEEP GUESSING
+
+
+
+
+
+
+ Jai Shri
+ Ram
+
+ Talent is nothing without hard working
-
+ Cristiano Ronaldo
+
+ Subroto Kumar
+
+
+
+
+ W3Schools.com is the Best place to Learn Web development
+
+ My message to the world is you are wordering where to
+ start learning front-end development
+ w3schools is the best website where you get everything
+ you need.
+
+
+
+
+ Samson Githinji
+ My skillset: MERN Stack | Python | SQLAlchemy
+
+
+
+
+ Hello from Uzbekistan
+
+
+
+
+
+ "Nothing is more active than
+ thought, for it travels over the
+ universe,
and nothing is stronger than
+ necessity for all must submit to it."
+
+
+
+
+
+ When you're feeling overwhelmed with a task just take a
+ breath,
+ you'll probably find it easier once you come back to it.
+
+
+
+
+
+ Greetings
+ fellow learners from greater IRAN!
+
+
+ You are now reading this line.
+
+
+
+
+ The seven cities of love became Attar
+ We are still at the corner of an Git tutorial
+
+
+
+
+ Hi from Japan
+
+
+
+
+
+ "Everything is going to be okay in the end.
+ If it's not okay, it's not the
+ end."
+
+
+
+
+ Hey earthlings!
+
-
-
-
-
+ Hello world!
+
+
+ This is the first file in my new Git Repo.
+ This line is here to show how merging works.
+ This is the first file in my new Git Repo.
+ This line is here to show how merging works.
+
+
+ This is the first file in my new Git Repo.
+ A new line in our file!
+
+
+
+
+
+
+ Hi All!
+ Learning Git has been an invaluable experience, and
+ I'm grateful for the opportunity to
+ deepen my understanding of version control. I'm
+ excited to explore more now that i know
+ what it entails.
+ Thank you to everyone who has contributed to making
+ this course interesting to undertake.
+ I look forward to connecting with you all!
+ Cheers,
+ Akpos Sakpere
+
-
-
-
-
-
- "Everything will be ok in the end, if it's not ok, it's not the
- end"
-
-
-
-
Keep learnig guys.
-
- - Misbah from Bangladesh 20/11/2023
-
-
+
-
-
-
- Thanks for the awesome tutorial! Greetings from Chicago.
-
-
+
-
+ Jonathan was here on 2024-01-27
-
- wooooo yeah baby thats what i've been waiting for, this is what its all
- about...
- - MOIST
+
+
+ Hello, world!!
+ I'm a computer science student from Brazil.
+
-
-
- Hello future
- programmers! 😀
-
- If you're reading this,
- you are almost done with
- this tutorial!
- Keep going and follow your
- dreams!
- Thanks to W3Schools!
- - Gaby from Bulgaria, 15/11/2023
-
+
+ Hi everyone! All the best for your git learning
+ journery (Nithin, 24-01-2024)
+
-
- Inserted my message
-
-
-
-
- "Keep going guys. I belive we'll make it one day
- !"
- Kev
-
-
+
-
- We did it!
- Great job everyone.
-
+ Hey it's me Vipin Karma, Hope you guys doing well
-
-
-
- Thanks a lot for the tutorial!
-
-
-
+
-
+ Greetings from Georgia ❤ Thanks for an amazing course
+
+ Hello Wroldddddddddddd from Temi, I really appreciate
+ this very well thoughtout course
+
+ Greetings from Man7788, enjoy your learning!
+ Thanks for a wonderful tutorial
+
+
+ Call me Pzipegasus
+ Finally, Learned git and github was struggling since many
+ days.
+
+
+
+
+ Hello from Kurdistan!
+ Grateful to W3Schools for their
+ fantastic tutorials! ❤️☀️💚
+
+
-
- Hello and greetings to you all !!!
- And thanks to W3Schools for the well organized Git tutorial. Cheers
- !!!
- Jouko, Oulu, Finland
- 11/2023
-
+
+
+
Hello everyone,
+
+
+
Greetings from Oded S.
+
+
+
Thanks to W3Schools for a very helpful online course.
+
+
+
+
+
+
+
+
+
+ Hello Developers!
+ I am Arshad from Pakistan, wishing you success in your journey.
+ The Git Tutorial is very simple and easy to understand, thanks to w3schools
+ for such a great work.
+
+
-
+
+
+
+
+
+
+ Hi, I am
Farhan
+ Reza!
+
+ time is limited...
-Anonymous
+
+
+
+
+
+
+
+
+
Hi! i am shohidullah
+
+
+
I'm a student from Bangladesh
+
+
-
-
- Hi
-
-
-
-
- One more time! until perfection!
-
-
+
-
-
- Thank You!
-
-
- I sincerely appreciate W3Schools for their wonderful content, which has
- been incredibly helpful to
- me in my learning
- journey.
-
-
- HELLO EVERYONE!!!
- HELLO EVERYONE!!!
+
+ Hello! I'm Nathaniel (innCoding Tech Hub) from Nigeria
+ With heart filled with gratitude i'm saying a big thank you to w3shools Team
+ for the incomparible
+ Tutorials
+
- HELLO EVERYONE!!!
+
+
+
+
+
+ HELLO DEVS!🌍
+ Hi everyone I'm kevin from Perú and I just want to say don't give
+ up! The effort is worth
+ it! (09/01/2024)
+
+
+
+
+
+
+
+
+
Hi!
+
+
+
I'm a student from Brazil
+
+
+
I wish luck and prosperity to all of you! <3
+
+
-
-
- hie guys wish you well on your coding journey
- One Love
-
-
+
+
+
+
Hi Everyone 👋
+ Welcome to this wonderful programming world 🙂
+
+
-
-
-
- "We are the champions, my friends"
-
- Freddie Mercury
-
+
+
+
-
-
-
- Why did the developer quit using Git? Because they didn't know how to
- commit. - Mr.ChatGPT
-
-
-
+
-
-
-
- This is my Comment!!
- My family loves my comment.
- My friends love my comment.
- My cat loves my comment.
- My dentist loves my comment.
- My doctor loves my comment.
- My neighbors love my comment.
- I hope that you also love my comment.
- Leave a comment about my comment.
- Keith R.
-
-
-
+
-
- Hello Community members
- New change
+
-
-
- This is the best tutorial for me to complete my project with my team in my
- university. Love it!!!
- - Bùi Quốc Triệu
+
+
+
+
+
+
-
+
+
+
+ const
+ aboutMe
+ =
+ function( )
+ {
+
+
+ return
+ {
+
+ name :
+ 'James B' ,
+
+ position :
+ 'Self-Taught-Junior Dev' ,
+
+ Github :
+ 'ordoabchao8' ,
+
+ }
+ }
+
+
-
-
-
- One of my most productive days was throwing away 1,000 lines of code.
-
- Ken Thompson
-
-
-
+
+
+
+ Hi, introduce myself!!!
+ I'm Tri, from Indonesia
+ Thanks to W3Schools for the tutorial!!!
+ 27/12/2023
+
+
+
-
-
-
- When you see a person who has been given more than you in money and
- beauty, then look to those who
- have been
- given less.
-
-
+
+
+
Hello EveryBody
+
+ Thanks to W3Schools team for all !
+ AlexTree, Belarus, 21-12-2023
+
-
-
-
-
-
+
+
+
+
This Tutorial is awesome, I am geatful to
+ W3schools
+
+
-
-
-
- "So excited to finally truly learn Git"
-
- Ulises Machado
-
-
+
+
+
+ Hello fellow developers 😁😁😁 - Wilson from Vietnam 🇻🇳
+
+
+
-
-
-
-
-
+
-
-
-
- "So excited to finally truly learn Git"
-
- Ulises Machado
-
-
+
+ Hey and greetings to you all !!!
+ Thanks to W3Schools team for such a great tutorial.!!!
+ Rudra, India
+ 12/2023
+
-
- SALUT!!!
-
-
+
+
+
+
+
+
+ Hello Everyone! How are
+ you?
+
+ I am a Developer from India.
+ I hope you all have a wonderful future!
+
+
+
-
- SALUT!!!
+
+
+
+ Hello
+
+
+ I'm Ariadna, thanks for this amazing tutorial
-
+
+ keep Learning 😊
+
+
+
- hi this is best beginner friendly git/github tutorial on internet
+
-
-
-
-
- Finally finished learning Git thanks to you !! lets go for html css ...
-
+
+
+ Hello
-
-
-
-
- Hello W3Schools! Thank you for the awesome tutorial.
-
-
- by lanshead
- from Russia.
+
+ I'm Yisak from Ethiopia.
-
-
-
-
- Good work Keep it up.
-
-
- by Waqas
- from Pakistan.
+
+ Wish you well in your journey. 😊
-
+
-
-
-
- Thanks for the tutorial!
-
+
+
+
+
+
+ Hello
-
-
-
- Hi W3Schools!. Thank you for the
- awesome tutorial. Yasiru from
- Sri Lanka 🇱🇰 :)
+
+ I'm Swathy ,hope you suceed in your respective careers
-
+
+ keep Learning 😊
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Hello My Name is Radhika Shaktawat
+ Don't expect path to success be paved in marbles.
+ Comfort makes us lazy and weak
+ while troubles makes us strong and powerful!
+ Sulsiperis, Lithuania
-
-
-
- Love all of your hard works, W3schools <3 <3
- <3
- === Vietnam - 9/20/2023 ===
-
+
-
- God is
- our refuge and strength,
- a very
- present help in trouble. - Psalm 46:1
-
+
+
-
- Thanks from tion. Keep up the good work!
-
+
-
-
-
-
- Love w3school and school 21 (Todd1s)
-
-
-
-
-
+
+ Kilroy was here
+ ♥ Domík z Prahy 4.12.2023 ♥
+
+
- No niin!
-
-
-
- Hello from Serbia!:)
Thanks W3Schools for their
- work
BlackPerico <3
-
-
-
- გამარჯობა!
- Hello my fellow Georgians! :)
-
-
+
+
- a message from justcallmeroybert
+
-
-
-
- Thank you for the Git tutorial! - JG 2023
-
-
-
+
-
-
-
+
-
- Hello from UMMAN2005 <-< /p>
-
-
-> UMMAN2005-dən Salam
+
-
+
-
+
+
+
+ const
+ aboutMe
+ =
+ function( )
+ {
+
+
+ return
+ {
+
+ name :
+ 'Yassine Essaouri' ,
+
+ position
+ :
+ 'fullstack-developer' ,
+
+ Github :
+ 'EssYassine' ,
+
+ }
+ }
+
+
+
-
-
-
- Hello ! Great tutorial! Thanks
-
-
-
+
+
+ Taran Mesala
+
+
+ Hey guys
+ Am Taran, am happy to share my note here.
+ am a versatile person with a unique blend of skills like Programming,
+ Web-Development,and Graphic-Design.
+ Feel free to reach out.
+ Instagram: __im.john.__
+ LinkedIn: Taran Mesala
+
+
+
+
+
-
-
-
- Hello! Amazing website. All things in one place. Thank you
- 10-10-2023
-
-
-
+
+ Thanks for this awesome tutorial!!!
+
+ Adr1Est from Madrid - 28/11/2023
+
-
-
-
- Hello! Amazing website. All things in one place. Thank you
- 10-10-2023
-
-
-
+
-
-
- I am dngebremedhn from Tigray, learning Git and Github
- I am learning forking here. Thank you w3schools for allowing us do
- this.
-
-
-
-
-
- Having fun learning Web Development with w3Schools!!!
-
-
-
-
-
-
- For God so loved the world that he gave his one and only Son,
- that whoever believes in him
- shall not perish
- but have eternal life.
-
- John 3:16 NIV
-
-
-
-
-
- Hello from Kurdistan! Grateful to W3Schools for their fantastic
- tutorials! ❤️☀️💚
-
-
-
-
-
-
- Hello everyone from Russia!
- Thanks w3schools's team for this and other
- tutorials!{>_<}
-
-
+
-
-
-
- "Two things are infinite: the universe and human stupidity; and
- I'm not sure about the
- universe."
-
- Albert Einstein
-
-
+
+ Hard work beats talent when talent doesn’t work hard.
+ -Tim Notke
+ Thanks for this amazing tutorial
+
-
-
- Hello World!!! from primeakash
-
-
+
-
-
- Hey! all people
-
-
+
+
+
-
-
- Hello from IRAN! Thanks W3S for amazing tutorials!
- Future developer, MMP
-
-
+
+
+
+
+
+ "Everything will be ok in the end, if it's not ok, it's not the
+ end"
+
+
+
+
Keep learnig guys.
+
+ - Misbah from Bangladesh 20/11/2023
+
+
-
- Ahoy
- from
- Rob
-
+
+
+
+ Thanks for the awesome tutorial! Greetings from Chicago.
+
+
-
- Torilla tavataan.
-
+
+
+ wooooo yeah baby thats what i've been waiting for, this is what its all
+ about...
+ - MOIST
-
-
- I'm Rybo and im learning Git from w3schools.com
-
-
-
- Erm, yes, i don't have any idea what i should write.
- I don't know much about html so i won't make anything fancy like the
- others.
- Thank you.
-
+
+
+ Hello future
+ programmers! 😀
+
+ If you're reading this,
+ you are almost done with
+ this tutorial!
+ Keep going and follow your
+ dreams!
+ Thanks to W3Schools!
+ - Gaby from Bulgaria, 15/11/2023
+
-
- you are in my chair!!
-
+
+ Inserted my message
+
-
-
- hello from Israel!
- I'm learning git, nickname in discord is: Gater777
-
-
+
+
+
+ "Keep going guys. I belive we'll make it one day
+ !"
+ Kev
+
+
-
-
-
- "its a great tutorial, thanks!"
-
- budi-tech
-
-
+
+ We did it!
+ Great job everyone.
+
-
- eu estive aqui!!
- agora é sua vez.
- por: Ana Laura IFC-2023
-
+
+
+
+ Thanks a lot for the tutorial!
+
+
+
-
-
- "Oi"
-
- Mariana
-
+
+
+ Hello and greetings to you all !!!
+ And thanks to W3Schools for the well organized Git tutorial. Cheers
+ !!!
+ Jouko, Oulu, Finland
+ 11/2023
+
-
-
-
-
-
- Thank you for the Git tutorial! - JG 2023
-
-
-
-
-
-
- Diana e Isabeli
-
-
- 💖
-
-
- 15.08.2023
-
-
-
-
+
-
- Pires passou por aqui, beijos
- IFC 2023
- é... até que é legal
-
+
+
+ Hi
+
+
+
+
+ One more time! until perfection!
+
+
-
-
-
-
-
Mateus Rosa
-
-
-
- The sound of the
- waves is the best soundtrack in
- the world.
-
Ago 15, 2023
- Brazil, SC.
-
-
-
+
+
+ Thank You!
+
+
+ I sincerely appreciate W3Schools for their wonderful content, which has
+ been incredibly helpful to
+ me in my learning
+ journey.
+
+
+
HELLO EVERYONE!!!
+ HELLO EVERYONE!!!
-
-
-
-
-
Mateus Rosa
-
-
-
- a felicidade é
- uma borboleta, deveríamos pegá-la
- enquanto
- dançamos.
-
Ago 15, 2023
- Brazil.
-
-
-
+ HELLO EVERYONE!!!
-
-
- "Se ame mais!"
-
- Iza Espanhol
-
+
+
+ hie guys wish you well on your coding journey
+ One Love
+
+
-
-
- "Make it as simple as possible, but not simpler."
-
- Albert Einstein
- I'm just trying to get my life
- together
-
-
-
-
-
-
-
-
Mateus Rosa
-
-
-
- Não importa o
- quão poderoso você se torne nunca
- tente fazer tudo sozinho, caso contrario ira falhar.
- Uchiha Itachi
-
Out 31, 2023
- Brazil.
-
-
-
-
+
+
+
+ "We are the champions, my friends"
+
+ Freddie Mercury
+
-
-
-
- "Se ame mais!"
-
- Iza Espanhol
-
-
-
- Afsar UDDIN 😎
- Thank you for amazing possibility to learn! People and
- Robots become closer to each others!
- 🦾❤️💪🏻
-
-
-
+
+
+
+ Why did the developer quit using Git? Because they didn't know how to
+ commit. - Mr.ChatGPT
+
+
+
-
+
+
+
+ This is my Comment!!
+ My family loves my comment.
+ My friends love my comment.
+ My cat loves my comment.
+ My dentist loves my comment.
+ My doctor loves my comment.
+ My neighbors love my comment.
+ I hope that you also love my comment.
+ Leave a comment about my comment.
+ Keith R.
+
+
+
+
+ Hello Community members
+ New change
-
- Santa Rosa do Sul
-
+
+
+ This is the best tutorial for me to complete my project with my team in my
+ university. Love it!!!
+ - Bùi Quốc Triệu
+
+
-
+
+
+
+ One of my most productive days was throwing away 1,000 lines of code.
+
- Ken Thompson
+
+
+
+
+
+
+ When you see a person who has been given more than you in money and
+ beauty, then look to those who
+ have been
+ given less.
+
+
-
-
- INTER CAMPEAO DA LIBERTADORES DE 2023
-
-
+
+
+
+
+
+
+
+
+ "So excited to finally truly learn Git"
+
+ Ulises Machado
+
+
-
-
-
-
- Muito obrigado pelo tutorial, W3schools! Joédio Borges Jr. ->
- Araranguá-SC / Brasil
-
-
-
-
- só sei que nao sei, assinado: Rohzeu.
-
+
+
+
+
+
-
-
- Amanhã é meu aniversario!
- Oi todo mundo
-
+
+
+
+ "So excited to finally truly learn Git"
+
+ Ulises Machado
+
+
-
-
-
-
-
Mateus Rosa
-
-
- O Superior passou
- por aqui
- -Guilherme Ritter
-
-
Ago 15, 2023
- Brazil🇧🇷.
-
-
-
+
+ SALUT!!!
+
+
- ola pessoas
-
-
-
- I'm becoming a pro volleyball player!!
-
-
+
+ SALUT!!!
+
+
-
-
-
- mötley crüe, melhoir banda do mundo rapaziada 🇧🇷
+ hi this is best beginner friendly git/github tutorial on internet
-
+
+
+
+
+ Finally finished learning Git thanks to you !! lets go for html css ...
+
+
+
-
- o frio é psicológico, ass: Riter
-
+
+
+ Hello W3Schools! Thank you for the awesome tutorial.
+
+
+ by lanshead
+ from Russia.
+
+
+
+
+ Good work Keep it up.
+
+
+ by Waqas
+ from Pakistan.
+
+
-
- ema
-
-
+
+
+
+ Thanks for the tutorial!
+
+
+
+
+
+ Hi W3Schools!. Thank you for the
+ awesome tutorial. Yasiru from
+ Sri Lanka 🇱🇰 :)
+
+
-
-
-
- This is Sasi Lagisetti
- జీవితం అంటే నిన్ను నువ్వు చూసుకోవటం
- కాదు, నిన్ను నువ్వు రూపు
- దిద్దుకోవటం.
- A
- dream is not that which you see
- while
- sleeping, it is something that does not let you sleep.
-
-
-
+
+
+ Hello W3Schools! Thank you for the awesome tutorial.
+
+
+ by lanshead
+ from Russia.
+
+
+
-
-
- Am I doing this right?
- Hi Mom!
- Joe
-
-
+
+
+
+ Thanks for the tutorial!
+
+
+
+
+
+ Hi W3Schools!. Thank you for the
+ awesome tutorial. Yasiru from
+ Sri Lanka
+ 🇱🇰 :)
+
+
-
-
+
-
- parararara pararara ...
-
+
+
+ Terminal v1.01
+ $> .\Thank.exe
$> Loading Thank.exe...
+ Thanks for the great tutorial! :)
+ Press the Any key to exit
+
-
- por que não?
-
-
-
-
-
-
-
Mateus Rosa
-
-
-
- Faith in God that
- he is fair, Hey brother never
- forget, on
- guard, warrior raise your head trout, wherever you are,
- however it may be Have faith because
- even in the
- dump, flowers are born - Brown, Mano
-
Ago 10, 2023
- Brazil🇧🇷.
-
-
-
+
+
+ Take control of your life!
+
+
+
+
+
+ Hello world !
+
+
+
-
-
- Olá todos do w3schools
- e deste repositorio!,
- Eu agradeço a sinceramenta a w3schools✨ for all
- their amazing and clear tutorials, it
- has been a
- humble and exciting path learning HTML, CSS, JavaScript and now
- Git & GitHub.
- Eu desejo a todos um boa apredizagem
- - Henrique -
-
-
-
+
-
-
- Juntasso com os crias do W3school... 😁🤙
- Yuri Franco, Brasa
-
-
+
+
+ Take control of your life!
+
+
+
+
+
+ Hello world !
+
+
+
-
-
- "Cuidado que ai vem o saci."
-
- Bigbig
-
+
+
+ Why i love pumpkin seeds?
+
+ The reason why I love pumpkin seeds could be attributed to their unique
+ combination of taste and
+ nutritional
+ benefits. Pumpkin seeds have a pleasant, slightly nutty flavor that many
+ people find appealing.
+ Additionally,
+ they are a good source of nutrients such as protein, fiber, healthy
+ fats, vitamins, and minerals
+ like
+ magnesium and zinc. These nutritional benefits not only make pumpkin
+ seeds a tasty snack but also
+ contribute
+ to their popularity as a health-conscious choice.
+ Furthermore, personal preferences for certain foods can be influenced by
+ cultural, familial, or
+ individual
+ experiences. Perhaps you have positive memories associated with pumpkin
+ seeds from your past, or you
+ simply
+ enjoy their crunchy texture and versatility in various recipes.
+ Ultimately, the reasons for loving pumpkin seeds can vary from person to
+ person, but the combination
+ of taste,
+ nutrition, and personal preferences likely plays a significant role in
+ your affection for them.
+
+
+ In this short story, I expressed a deep attachment to pumpkin seeds,
+ emphasizing that their taste
+ brings me
+ pleasure and joy. They have become my weakness, and I always carry them
+ with me to savor their
+ flavor, even on
+ long journeys. "I love pumpkin seeds" has become not just a phrase but a
+ life philosophy for me,
+ highlighting
+ my fondness for this delightful snack.
+
+
+
+
+
+ This is an amazing tutorial! From India!.
+
+
+
+ I'm zizo, from Libya.
+
+
+
+ I'm Yohannes Molla, from Ethiopia.
+
+
+
+
+ This is the best Git/GitHub tutorial ever!
+ Thank you, w3schools.com!
+ I was P.L.
+ from Hungary. Cheers!
+
+
+
+
+
+
+
+
Anirudra Adhikary
+
+
+
+
+ In a tranquil village, a
+ wise old man named Aiden
+ shared a
+ timeless phrase: "This too shall pass." When a brutal drought
+ struck, some followed his counsel
+ while
+ others despaired. Those who listened persevered, conserving
+ water and maintaining hope.
+ Eventually, rain
+ returned, reviving the land and the villagers' spirits. Aiden's
+ wisdom taught them that life's
+ challenges
+ are temporary, a lesson they held in their hearts forever.
+
+ India🇮🇳.
+
+
+
+ Hello My Name is Radhika Shaktawat
-
-
-
- "Sou linda, me amo"
-
- Lauzinha
-
+
+
+ Love all of your hard works, W3schools <3 <3
+ <3
+ === Vietnam - 9/20/2023 ===
+
+
+
+
+ God is
+ our refuge and strength,
+ a very
+ present help in trouble. - Psalm 46:1
+
+
+
+
+
+
+ Good content as always!!
+
+
+
-
-
- "OMAGA, também te amo"
-
- Zeus
-
+
+
+
+
+ Love w3school and school 21 (Todd1s)
+
+
+
+
+
-
+
+
+
+
+ Good content as always!!
+
+
+
-
- Thank you for the course! - Analogkeyboard
-
+
+ Thanks from tion. Keep up the good work!
+
+
+
+
+
+ Love w3school and school 21 (Todd1s)
+
+
+
+
+
-
-
-
- Thank you w3schools! The fact I can learn Git for free
- online is legendary. You guys rock
- (Also thanks
- Bina for showing me this cool html gradient thing!). If
- you see this, call someone you love
- and tell
- them so <3< /b>
-
- - Wesley V. Kirchner. Brasil(08/08/23)
-
-
-
-
- "Make it as simple as possible, but not simpler."
-
- Albert Einstein
-
+ No niin!
+
+
+
+ Hello from Serbia!:)
Thanks W3Schools for their
+ work
BlackPerico <3
+
+
+
+ გამარჯობა!
+ Hello my fellow Georgians! :)
+
+
-
-
- Hello W3SCHOOLS and
- Everyone that are taking this
- path,
- I sincerely want to thank w3schools✨ for all
- their amazing and clear tutorials, it
- has been a
- humble and exciting path learning HTML, CSS, JavaScript and now
- Git & GitHub.
- I wish everyone the best and all happiness,
- Piece,
- - Albert Nikolli -
-
+ a message from justcallmeroybert
-
-
-
- Thank you w3schools! The fact I can learn Git for free
- online is legendary. You guys rock
- (Also thanks
- Bina for showing me this cool html gradient thing!). If
- you see this, call someone you love
- and tell
- them so <3< /b>
-
- - Matt, Northern Ireland. (08/08/23)
-
-
-
-
- "Make it as simple as possible, but not simpler."
-
- Albert Einstein
-
-
-
- Hello Everyone!. Thanks W3SCHOOL for teaching us all Git and
- Github .
-
-
-
- "i'll leave tomorrow problems to tommorow's me."
- -Saitama
-
-
+
+
+
+ Thank you for the Git tutorial! - JG 2023
+
+
+
-
-
-
- Thanks for the tutorial!
- Bina, Ukraine
- 22.07.2023
-
-
-
+
+
+
+
+
+ Hello from UMMAN2005 <-< /p>
+
+
-> UMMAN2005-dən Salam
+
+
+
+
+
+
+
+
+ Hello ! Great tutorial! Thanks
+
+
+
-
-
- Hello Everyone From India. Thanks W3SCHOOL for teaching us all
- Git and Github .
-
-
-
- Thank you for making GIT and github easier
-
-
-
- Parceros, parceros, como andamos! Gracias a w3school aprendí como
- usar git, y se lo agradezco
- mucho
-
+
+
+
+ Hello! Amazing website. All things in one place. Thank you
+ 10-10-2023
+
+
+
-
-
- "Thanks for these simple and effective tutorials."
-
+
+
+
+ Hello! Amazing website. All things in one place. Thank you
+ 10-10-2023
+
+
+
-
-
- "Takk."
-
-
+
+
+ I am dngebremedhn from Tigray, learning Git and Github
+ I am learning forking here. Thank you w3schools for allowing us do
+ this.
+
+
+
+
+
+ Having fun learning Web Development with w3Schools!!!
+
+
+
-
-
-
- Hi
- there! Greetings from Poland.
-
-
+
+
+
+ For God so loved the world that he gave his one and only Son,
+ that whoever believes in him
+ shall not perish
+ but have eternal life.
+
+ John 3:16 NIV
+
+
-
-
-
-
-
- Hello, greetings from Stuttgart
-
- Simon, Germany, 31.07.2023
-
-
-
-
-
+
+
+
+ Hello from Kurdistan! Grateful to W3Schools for their fantastic
+ tutorials! ❤️☀️💚
+
+
+
+
+
+
+ Hello everyone from Russia!
+ Thanks w3schools's team for this and other
+ tutorials!{>_<}
+
+
-
-
- "Make it as simple as possible, but not simpler."
-
- Albert Einstein
-
+
+
+
+ "Two things are infinite: the universe and human stupidity; and
+ I'm not sure about the
+ universe."
+
+ Albert Einstein
+
+
-
+
+
+ Hello World!!! from primeakash
+
+
-
-
-
- SPECIAL
- APPRECIATION
-
- ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️
-
- Here's my favourite quote by Dave Grey that has kept me going
- through out my web dev journey:
-
- Remember to keep striving for success over
- perfection and a little progress everyday
- would go a very
- long way.
-
-
- 🇳🇬 🇳🇬 🇳🇬 Casmir -
- Nigeria (Wed 12 July, 2023) 🇳🇬 🇳🇬
- 🇳🇬
-
-
-
-
+
+
+ Hey! all people
+
+
-
-
- I had loads of fun! Thanks w3schools! 💕
- being part of my life
-
-
+
+
+ Hello from IRAN! Thanks W3S for amazing tutorials!
+ Future developer, MMP
+
+
-
-
+
+ Ahoy
+ from
+ Rob
+
-
-
-
- SPECIAL
- APPRECIATION
-
- I took a life changing decision this year to learn web
- development and w3schools has been my
- back bone
- ever since. From the bottom of my heart, I sincerely
- appreciate the team members of this
- platform and I'm
- saying a big THANK YOU! to you all ❤️
-
- Here's my favourite quote by Dave Grey that has kept me going
- through out my web dev journey:
-
- Remember to keep striving for success over
- perfection and a little progress everyday
- would go a very
- long way.
-
-
- 🇳🇬 🇳🇬 🇳🇬 Casmir -
- Nigeria (Wed 12 July, 2023) 🇳🇬 🇳🇬
- 🇳🇬
-
-
-
-
+
+ Torilla tavataan.
+
-
- >
- "Hey y'all from Georgia, USA. Learning git is fun!"
-
-
- ¡Saludos de Ezequiel desde Argentina!
- Thanks for all your amazing tutorials!
+
+
+ I'm Rybo and im learning Git from w3schools.com
+
+
-
-
- "Greetings from Hope in
- Nigeria"
-
-
+
+ Erm, yes, i don't have any idea what i should write.
+ I don't know much about html so i won't make anything fancy like the
+ others.
+ Thank you.
+
-
-
- "Hello from Uzbekistan!"
-
+
+ you are in my chair!!
+
-
-
- I had loads of fun! Thanks w3schools! 💕
- On their 3rd coffee, Julia
-
-
+
+
+ hello from Israel!
+ I'm learning git, nickname in discord is: Gater777
+
+
-
-
- "Hello from DR Congo👋🏽"
-
+
+
+
+ "its a great tutorial, thanks!"
+
+ budi-tech
+
+
-
-
-
- This week i did my first push from git to github, i am so
- happy
-
-
-
+
+ eu estive aqui!!
+ agora é sua vez.
+ por: Ana Laura IFC-2023
+
+
+
+
+ "Oi"
+
+ Mariana
+
-
-
- "I learn a lot from here. Thank
- you!"
- Ben Yuen 05/07/2023
-
-
-
- Thank you 3WSchools for teaching me Git and GitHub.
+
+
+
+
+
+ Thank you for the Git tutorial! - JG 2023
+
-
-
-
-
- Слава Україні - Slawa Ukrajini - Glory
- to Ukraine
- Diana Demska 03/07/2023 (and btw thank
- you Chris for style and
- support for
- Ukraine)
+
+
+
+
+ Diana e Isabeli
+
+
+ 💖
+
+
+ 15.08.2023
+
+
+
-
- Thank you so much W3Schools. I am so grateful to be part of this
-
-
-
-
-
- Sic parvis magna! Thank
- you,
- W3School! 07/06/23
-
-
+
+ Pires passou por aqui, beijos
+ IFC 2023
+ é... até que é legal
+
-
-
- Thank You!
-
-
-
-
-
-
- thank you for your tutorial (30/6/23) by Eli Borodach
+
+
+
+
+
Mateus Rosa
+
+
+
+ The sound of the
+ waves is the best soundtrack in
+ the world.
+
Ago 15, 2023
+ Brazil, SC.
+
+
-
-
- thank you for your tutorial (29/6/23)
-
-
- Thanks you
- Windy - VietNam (03/07/23)
+
+
+
+
+
Mateus Rosa
+
+
+
+ a felicidade é
+ uma borboleta, deveríamos pegá-la
+ enquanto
+ dançamos.
+
Ago 15, 2023
+ Brazil.
+
+
-
-
-
- - Thanks for the tutorial!
- - In fact, thanks for all the tutorials!
-
- - Learning a lot from you!
- - Greetings from Brasil!
-
- Rafa Santana, 29/06/2023 💚
-
-
+
+
+ "Se ame mais!"
+
+ Iza Espanhol
+
-
-
- thank you for your tutorials!! (Tetsu, 29th.June.2023)
+
+
+ "Make it as simple as possible, but not simpler."
+
+ Albert Einstein
+ I'm just trying to get my life
+ together
+
+
+
+
+
+
+
+
Mateus Rosa
+
+
+
+ Não importa o
+ quão poderoso você se torne nunca
+ tente fazer tudo sozinho, caso contrario ira falhar.
+ Uchiha Itachi
+
Out 31, 2023
+ Brazil.
+
-
+
+
-
-
- thank you for your tutorials!! (Dewan, 24 july.2023)
-
-
+
+
+
+ "Se ame mais!"
+
+ Iza Espanhol
+
-
-
- Great Git tutorial from w3schools. Thanks!
- BP 25.06.2023
+
+
+ Afsar UDDIN 😎
+ Thank you for amazing possibility to learn! People and
+ Robots become closer to each others!
+ 🦾❤️💪🏻
+
-
+
-
-
-
- Thank you for the tutorial!
-
-
-
+
-
- Greetings from France!
-
-
- Thank you for your support! (Bruno, June 21st, 2023)
-
-
-
-
-
-
-
-
-
- Monox Val
-
-
- Thank you w3schools 💖
-
- The best teaching materials are
- those who encourage hands on
- learning. Teaching
- about git and then allowing people to Pull Request to
- your repository it's a magnificient
- idea.
- 16.06.2023
-
-
-
-
+
+ Santa Rosa do Sul
+
+
-
- Hello from Nepal
-
- Thanks for the tutorial.
-
- Thanks for the tutorial.🥳
-
+
+
+ INTER CAMPEAO DA LIBERTADORES DE 2023
+
-
-
- Thanks for the tutorial! (Alex, June 18th, 2023)
- P.S. A joke about GitHub from Bing Chat:
- "What do you call a GitHub user who likes to merge branches?"
- - "A git-together."
-
-
-
- Love From china.aaaa!!!!
-
- Hello world!
-
-
-
- Thank you W3schools for
- giving
- everyone the
- opportunity to learn how to code!
- Thank you so much for this tutorial 🥰
-
-
-
+
-
-
- Thank you for a very nice tutorials.
- - AbbanDabo
-
-
-
-
- Thank W3Schools for a very nice tutorials.
- It's a pleasure to study with you.
- Olha
-
-
+
+
+
+
+ Muito obrigado pelo tutorial, W3schools! Joédio Borges Jr. ->
+ Araranguá-SC / Brasil
+
+
+
-
-
-
- "Be patient. All things are difficult before they seem
- easy."
-
- Saadi Shirazi (1210-1291)
-
-
-
-
-
- Thank you W3schools for
- giving
- everyone the
- opportunity to learn how to code!
- so many tutorials ... so much to learn ... so awesome
- 🥰
-
-
-
-
-
-
- Greetings From
- Peru🦙
-
-
- Martin Alvarez - June 08, 2023
-
+
+ só sei que nao sei, assinado: Rohzeu.
+
-
-
+
+
+ Amanhã é meu aniversario!
+ Oi todo mundo
+
-
-
-
- Thanks w3school for
- letting us get access to your
- amazing coding
- courses. I learned a lot from you.
- Jerejef!
+
+
+
+
+
Mateus Rosa
+
+
+ O Superior passou
+ por aqui
+ -Guilherme Ritter
+
+
Ago 15, 2023
+ Brazil🇧🇷.
+
-
-
- Doudou Fall -- Senegal
-
-
+ ola pessoas
-
- Ross was here!
-
+
+
+
+ I'm becoming a pro volleyball player!!
+
+
-
- Ross was here!
-
+
+
+
+ mötley crüe, melhoir banda do mundo rapaziada 🇧🇷
-
-
-
- Thank you for the tutorial!
-
- Stefan Anica,Romania.
-
-
+
-
-
-
- Aleksei wants his name on the wall too!
-
-
-
-
- Thanks for this awesome tutorial,Just loved it
krishrx
-
-
-
-
-
-
- Jambo,Karibuni Tanzania na tunasema Hakuna Matata!!!!
-
-
- Your Brother in Code
- 2023, April 09
- Zanzibar,Tanzania
-
-
-
-
-
- W3S! You Rock!
-
- Artem Ulyanov, Israel
-
-
+
+ o frio é psicológico, ass: Riter
+
- Run, Forrest, run!
+
+ ema
+
+
+
+
+
+ This is Sasi Lagisetti
+ జీవితం అంటే నిన్ను నువ్వు చూసుకోవటం
+ కాదు, నిన్ను నువ్వు రూపు
+ దిద్దుకోవటం.
+ A
+ dream is not that which you see
+ while
+ sleeping, it is something that does not let you sleep.
+
+
+
-
-
-
- GoodMorning From India
-
+
+
+ Am I doing this right?
+ Hi Mom!
+ Joe
+
+
-
-
+
+
- I am from TamilNadu.
- Chennai is the capital of TamilNadu.
+ I am from TamilNadu.
+ Chennai is the capital of TamilNadu.
Welcome Everyone to visit Chennai, atleast once in their lifetime.
- 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.
+
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!
@@ -2046,12 +2388,12 @@ Gedeon
Thank you for making the hard stuff easy to understand and fun to learn!
-
+
Greetings from Ukraine!
-
-
+
+
-
-
-
- "Programming is not about what you know; it's about what you can learn."
-
- - Abelson & Sussman
+
+
+
+ "Programming is not about what you know; it's about what you can learn."
+
+ - Abelson & Sussman
Message From Ryan Hopewell
-
+
@@ -2115,7 +2459,7 @@
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
@@ -2198,7 +2542,7 @@ Life is too short
-
+
Message from Husam
@@ -2239,7 +2583,8 @@ Hey i'm currently lear git!!
- Hi from Gemma in Sheffield, England 🙂 😸
+
Hi from Gemma in Sheffield, England 🙂
+ 😸
😀
@@ -2256,7 +2601,7 @@ Hey i'm currently lear git!!
Sometimes in life I feel competitive
-
+
- Greetings from the Coded Writer
- Hello Everyone! I'm glad to be contributing to this and I commend the w3schools team
+
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.
@@ -2676,11 +3026,11 @@ Message from Issac
Hello from re-learing git basics!
-
-
+
+
Hello! Enjoying every bit of the Git tutorial!
Thank you very much!!!
-
+
@@ -3191,8 +3541,10 @@ thanks for the awesome tutorial
- Spread kindness!
+
+ Spread kindness!
@@ -3217,12977 +3569,12939 @@ Thanks for the awesome tutorial
Sir Jax
-
-
-
-
- "Git some!"
-
+
+
+
+
+ "Git some!"
-
+
+
-
-
- Fabricio
- Ezequiel Marçal
- João Monlevade-MG, Brazil 2024 - Long live programmers
-
+
+
+ Fabricio
+ Ezequiel Marçal
+ João Monlevade-MG, Brazil 2024 - Long live programmers
+
-
-
- W3Schools is the
- best
web developer site.
- This is best
- way
to use your time!
⌚
-
-
+
+
+ W3Schools is the
+ best
web developer site.
+ This is best
+ way
to use your time!
⌚
+
+
+
-
- That was much easier than expected, thanks to w3schools!
- Bastien C
-
+
+ That was much easier than expected, thanks to w3schools!
+ Bastien C
+
-
- marcemarto
-
+
+ marcemarto
+
-
-
- The quick brown fox jumps over the lazy dog
-
-
+
+
+ The quick brown fox jumps over the lazy dog
+
+
-
-
-
- "Michael Bami Ayobami was here."
-
- Thanks to w3schools for their relentless free training courses. They are so helpful
-
-
+
+
+
+ "Michael Bami Ayobami was here."
+
+ Thanks to w3schools for their relentless free training courses. They are so helpful
+
+
-
-
-
-
- "Keep calm and keep code"
-
- message from Jonathan Guevarra(4IS1)
-
+
+
+
+
+ "Keep calm and keep code"
+
+ message from Jonathan Guevarra(4IS1)
-
-
-
- I'm learning Git, I like South Park, and I like puns, so my message is:
-
-
-
- Nice journey , Thanks a lot <3
- Ebrahim Gamal
-
-
-
- Great tutorial! thanks aAlot!<3< /h1>
-
Dvir Zayde
-
-
-
- I wish everything was as easy as getting fat.
- Arthur Pan
-
-
-
-
-
-
-
- “The earth has its music for those who will listen.” — Reginald
- Holmes
-
- message from hossein navabi
-
-
-
-
-
-
-
-
-
- “The earth has its music for those who will listen.” — Reginald
- Holmes
-
- message from Vishal Singh
-
+
+
+
+
+ I'm learning Git, I like South Park, and I like puns, so my message is:
+
+
+
+ Nice journey , Thanks a lot <3
+ Ebrahim Gamal
+
+
+
+ Great tutorial! thanks aAlot!<3< /h1>
+
Dvir Zayde
+
+
+
+ I wish everything was as easy as getting fat.
+ Arthur Pan
+
+
+
+
+
+
+
+ “The earth has its music for those who will listen.” — Reginald
+ Holmes
+
+ message from hossein navabi
-
-
-
-
- Thanks a lot for the helpful tutorial! :)
-
-
-
- Hi, I am Amin Nadi Pour and i'd like to say git commit -m "hello world"
-
-
-
-
-
- frenzy from A basement, i have no idea what im doing right now.
-
-
-
-
-
-
- Fiuh! Finally I am here. It's a long journey.
-
-
-
- Hi! many thanks for the course, and the introduction to Git!
- ps.: Love from Hungary! -glvcsmt
-
-
-
-
-
- "One Day or Day One; You Decide..."
-
-
-
-
-
-
- C'est la vie! Et c'est vraiment drole.
-
-
-
-
- ❝
-
- Hey W3schools; ur the best <3< /i>
-
- ZarKh
-
-
-
-
-
- Thanks for this course💗😎
-
-
-
- hello I'm Vijaykumar, Learning about git from w3schools
-
-
-
-
- Happy Coding!
-
-
-
- "difuwlllllllllllll is coming"
-
-
- Nothin' beats being GUTS!
-
-
-
-
- "Push through the pain. Giving up hurts
- more.”
- - Vegeta, Dragon Ball Z
-
-
-
- Thank you w3 schools for the learning space
-
-
-
-
-
- Jerry was
- here.
- Learned HTML, CSS,
- JavaScript (not done yet) and now
- Git.
It's fun! One Month in and i got a lot in my Head already.
- Can't wait to get deeper into
- everything.
-
-
-
-
-
- Thanks fellows. See you on the top
-
-
-
-
-
-
- 😄 A Little Humor 😄
- Hey W3Schools! Your tutorials are like a
- fine wine—improving with
- age, but sometimes it's just easier to borrow the corkscrew! 😜
- Thanks for the code snippets! P.S.
- ChatGPT had a good laugh too!
- -
- Rubii/AEM
-
-
-
-
-
-
-
-
- Hello I'm Felix from Kenya
- a student at Karatina University!
-
- I'm thrilled to be
- exploring W3Schools.
-
- Cheers!
-
-
-
-
-
-
-
- Hi, I'm Emilio from
- Argentina! Currently living in Patagonia, so lot of mountains and
- lakes over here.
-
- What an excellent
- tutorial is this
-
- "The obstacle is the
- way", just keep going!
-
-
-
-
-
-
-
-
- That was a so cool tutorial! Thanks from
- Brazil!
- Jean Nóbrega (Brazil)
-
-
-
-
-
- Thank you for your lessons w3schools
-
- KRasta Smoke (Russia)
-
- W3
- school is a best place to
- get rid of tutorial hell.
- Learning git practically makes me grasp concepts easily ..........!
-
-
- W3schools Git tutorial ❤
-
-
-
-
- Sweb was here ~ Thanks
- W3Schools for teaching me a lot of things !
-
-
-
-
-
-
-
- "Saluton el Usono! "
-
-
-
-
-
-
-
-
-
- "Mohammed Mofreh! "
-
-
-
-
-
-
-
- let the CONSISTENCY be with YOU !
-
-
- - jedimchik (05/03/2024)
-
-
-
-
-
- Great experience with Git tutorial! Hello from Romania!
-
-
-
-
-
- Thanks very much from Kevin in Taiwan for this helpful Git tutorial
-
-
-
- Vielen Dank W3!!
-
-
-
- Thanks very much for this helpful Git tutorial
-
-
-
-
-
- Hi ! Fellow human ! Hope you're having a great day.
-
-
- Message from Leo D'Hotman (Mauritius)
-
-
-
-
-
-
-
- "I've started from html. Then I've learned css and also JavaScript.
- Now I'm learnig Git & GitHub.
- At this momment I feel I'm fall in love with w3shools
- tutorials."
-
- - Gobindo Chakraborty from Bangladesh
-
-
-
-
-
- "I am gonna copy Max's message."
- "This page
- is meant to be available to
- everyone and this poem does not match that tone.
- Please change it to something more family friendly."
- ~W3schools 19/02/2024
- ~Max 13/02/2024
- ~Yash 26/02/2024
-
-
-
-
- This is Johenx.
- This is fun
-
-
-
-
-
- Hello World.
-
-
-
-
- Hello from Czech Republic!
-
-
-
- W3 Schools always delivers great help! Peace to all!
-
-
-
-
- Anvedi come balla Nando! W3School ❤❤❤❤❤❤❤❤ u!
-
-
-
-
-
- hello hello hello!
-
-
-
-
- Every soup eventually turns into mushroom soup.
-
-
-
-
-
- "This
- page is meant to be available to
- everyone and this poem does not match that tone.
- Please change it to something more family friendly."
- ~W3schools 19/02/2024
- ~Max 13/02/2024
-
-
-
-
-
-
- Hola.
- Love w3school. AGUANTE
- ARGENTINA LOCO
-
-
-
-
-
-
- "My motto: Small but certain happiness"
-
-
-
-
-
- Continuous Learning is key to success!
- W3 Schools is a great place to build an understanding of basic web
- development skillsets.
-
-
-
- Hello everyone 👋
-
My name is Liza and I am from Ukraine!
- I am learning GitHub, and I'm going to be a Python
- developer.
- My respect W3Schools, and thanks for the awesome tutorial!
-
- `
-
-
-
-
- 2024新年快乐!——王皓
-
-
-
-
- A LITTLE MOTIVATION
- Who am I and who could I be
- That which you most wish to find will be found where you
- least want to look.
- Dedicate yourself to one or two things single mindedly
- and you will become unrecognisable
- in 6 months, all the best. /br Carlson I.
-
-
-
-
-
-
- David from the Netherlands
-
- Thanx w3schools for all the amazing tutorials!
-
-
-
-
-
-
-
-
-
-
- "Everyone is at least a bit nosy, isn't it ?"
-
-
- -Kuromi chan
-
-
-
-
-
-
- LET THEM KEEP GUESSING
-
-
-
-
-
-
- Jai Shri
- Ram
-
- Talent is nothing without hard working
-
- Cristiano Ronaldo
-
- Subroto Kumar
-
-
-
-
- W3Schools.com is the Best place to Learn Web development
-
- My message to the world is you are wordering where to
- start learning front-end development
- w3schools is the best website where you get everything
- you need.
-
-
-
-
- Samson Githinji
- My skillset: MERN Stack | Python | SQLAlchemy
-
-
-
-
- Hello from Uzbekistan
-
-
-
-
-
- "Nothing is more active than
- thought, for it travels over the
- universe,
and nothing is stronger than
- necessity for all must submit to it."
-
-
-
-
-
- When you're feeling overwhelmed with a task just take a
- breath,
- you'll probably find it easier once you come back to it.
-
-
-
-
-
- Greetings
- fellow learners from greater IRAN!
-
-
- You are now reading this line.
-
-
-
-
- The seven cities of love became Attar
- We are still at the corner of an Git tutorial
-
-
-
-
- Hi from Japan
-
-
-
-
-
- "Everything is going to be okay in the end.
- If it's not okay, it's not the
- end."
-
-
-
-
-
- Hey earthlings!
-
-
-
- Hello world!
-
-
- This is the first file in my new Git Repo.
- This line is here to show how merging works.
- This is the first file in my new Git Repo.
- This line is here to show how merging works.
-
-
- This is the first file in my new Git Repo.
- A new line in our file!
-
-
-
-
-
-
- Hi All!
- Learning Git has been an invaluable experience, and
- I'm grateful for the opportunity to
- deepen my understanding of version control. I'm
- excited to explore more now that i know
- what it entails.
- Thank you to everyone who has contributed to making
- this course interesting to undertake.
- I look forward to connecting with you all!
- Cheers,
- Akpos Sakpere
-
-
-
-
-
-
-
- Jonathan was here on 2024-01-27
-
-
-
-
- Hello, world!!
- I'm a computer science student from Brazil.
-
-
-
- Hi everyone! All the best for your git learning
- journery (Nithin, 24-01-2024)
-
-
-
-
-
- Hey it's me Vipin Karma, Hope you guys doing well
-
-
-
- Greetings from Georgia ❤ Thanks for an amazing course
-
- Hello Wroldddddddddddd from Temi, I really appreciate
- this very well thoughtout course
-
- Greetings from Man7788, enjoy your learning!
- Thanks for a wonderful tutorial
-
-
- Call me Pzipegasus
- Finally, Learned git and github was struggling since many
- days.
-
-
-
-
- Hello from Kurdistan!
- Grateful to W3Schools for their
- fantastic tutorials! ❤️☀️💚
-
-
-
-
-
-
Hello everyone,
-
-
-
Greetings from Oded S.
-
-
-
Thanks to W3Schools for a very helpful online course.
-
-
-
-
-
-
-
-
-
- Hello Developers!
- I am Arshad from Pakistan, wishing you success in your journey.
- The Git Tutorial is very simple and easy to understand, thanks to w3schools
- for such a great work.
-
-
-
-
-
-
-
-
-
- Hi, I am
Farhan
- Reza!
-
- time is limited...
-Anonymous
-
-
-
-
-
-
-
-
-
Hi! i am shohidullah
-
-
-
I'm a student from Bangladesh
-
-
-
-
-
-
- Hello! I'm Nathaniel (innCoding Tech Hub) from Nigeria
- With heart filled with gratitude i'm saying a big thank you to w3shools Team
- for the incomparible
- Tutorials
-
-
-
-
-
-
-
- HELLO DEVS!🌍
- Hi everyone I'm kevin from Perú and I just want to say don't give
- up! The effort is worth
- it! (09/01/2024)
-
-
-
-
-
-
-
-
-
Hi!
-
-
-
I'm a student from Brazil
-
-
-
I wish luck and prosperity to all of you! <3
-
-
-
-
-
-
-
Hi Everyone 👋
- Welcome to this wonderful programming world 🙂
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- const
- aboutMe
- =
- function( )
- {
-
-
- return
- {
-
- name :
- 'James B' ,
-
- position :
- 'Self-Taught-Junior Dev' ,
-
- Github :
- 'ordoabchao8' ,
-
- }
- }
-
-
-
-
-
-
-
- Hi, introduce myself!!!
- I'm Tri, from Indonesia
- Thanks to W3Schools for the tutorial!!!
- 27/12/2023
-
-
-
+
+
+
+
+
+
+
+
+ “The earth has its music for those who will listen.” — Reginald
+ Holmes
+
+ message from Vishal Singh
+
+
+
+
-
-
-
Hello EveryBody
-
- Thanks to W3Schools team for all !
- AlexTree, Belarus, 21-12-2023
-
+
+ Thanks a lot for the helpful tutorial! :)
+
+
+ Hi, I am Amin Nadi Pour and i'd like to say git commit -m "hello world"
+
+
-
-
-
-
This Tutorial is awesome, I am geatful to
- W3schools
-
-
+
+
+ frenzy from A basement, i have no idea what im doing right now.
+
+
-
-
-
- Hello fellow developers 😁😁😁 - Wilson from Vietnam 🇻🇳
-
-
-
-
+
+ Fiuh! Finally I am here. It's a long journey.
+
-
- Hey and greetings to you all !!!
- Thanks to W3Schools team for such a great tutorial.!!!
- Rudra, India
- 12/2023
-
+
+ Hi! many thanks for the course, and the introduction to Git!
+ ps.: Love from Hungary! -glvcsmt
+
-
+
-
-
-
-
- Hello Everyone! How are
- you?
-
- I am a Developer from India.
- I hope you all have a wonderful future!
-
-
+
+ "One Day or Day One; You Decide..."
+
+
-
+
-
-
-
- Hello
-
-
- I'm Ariadna, thanks for this amazing tutorial
-
-
- keep Learning 😊
-
+
+ C'est la vie! Et c'est vraiment drole.
+
+
+
+
+ ❝
+
+ Hey W3schools; ur the best <3< /i>
+
+ ZarKh
+
+
+
+
+
+ Thanks for this course💗😎
+
+
+
+ hello I'm Vijaykumar, Learning about git from w3schools
+
+
+
+
+ Happy Coding!
-
+
+ "difuwlllllllllllll is coming"
-
+
+ Nothin' beats being GUTS!
+
-
-
- Hello
-
-
- I'm Yisak from Ethiopia.
-
-
- Wish you well in your journey. 😊
-
+
+
+ "Push through the pain. Giving up hurts
+ more.”
+ - Vegeta, Dragon Ball Z
-
-
-
-
-
-
- Hello
-
-
- I'm Swathy ,hope you suceed in your respective careers
-
-
- keep Learning 😊
-
+
+
+ Thank you w3 schools for the learning space
+
+
+
+
+
+ Jerry was
+ here.
+ Learned HTML, CSS,
+ JavaScript (not done yet) and now
+ Git.
It's fun! One Month in and i got a lot in my Head already.
+ Can't wait to get deeper into
+ everything.
-
+
- .s_eye:hover .s_sign {
- text-shadow: 0px 0px 4px rgb(255, 255, 255)
- }
+
+ Thanks fellows. See you on the top
+
- .s_txt {
- font-size: 2vw;
- margin-left: 6px;
- text-align: center;
- transition: all 1s ease;
- z-index: 99;
- color: #3b3b3b;
- text-shadow: 0px 0px 3px rgb(255, 255, 255);
- }
- .s_txt:hover {
- text-shadow: 6px 6px 9px #000;
- color: #000000;
- }
+
- .s_sign {
- display: flex;
- width: 100%;
- justify-content: center;
- margin-left: 12vw;
- font-size: 1vw;
- cursor: grab;
- transition: all 1s ease;
- color: #3b3b3b;
- z-index: 99;
- }
+
+ 😄 A Little Humor 😄
+ Hey W3Schools! Your tutorials are like a
+ fine wine—improving with
+ age, but sometimes it's just easier to borrow the corkscrew! 😜
+ Thanks for the code snippets! P.S.
+ ChatGPT had a good laugh too!
+ -
+ Rubii/AEM
+
- .s_sign:hover {
- transform: rotateX(180deg);
+
- }
- .s_c_wrap {
- width: clamp(10px, 6vw, 90px);
- height: clamp(10px, 6vw, 90px);
- display: flex;
- align-items: center;
- justify-content: center;
- }
+
+
+
+ Hello I'm Felix from Kenya
+ a student at Karatina University!
+
+ I'm thrilled to be
+ exploring W3Schools.
+
+ Cheers!
+
- .s_c_wrap:hover .s_circle {
- height: 2px;
- transition: all 1s ease;
- }
+
- .s_eyes {
- display: flex;
- gap: 12px;
- }
+
+
+
+ Hi, I'm Emilio from
+ Argentina! Currently living in Patagonia, so lot of mountains and
+ lakes over here.
+
+ What an excellent
+ tutorial is this
+
+ "The obstacle is the
+ way", just keep going!
+
- .s_circle {
- width: clamp(10px, 6vw, 90px);
- height: clamp(10px, 6vw, 90px);
- border-radius: 50%;
- border: 1px solid #919090;
- transition: all 1s ease;
- cursor: cell;
- display: flex;
- align-items: center;
- justify-content: center;
- overflow: hidden;
- }
+
- .s_circle_sm {
- width: clamp(5px, 3vw, 45px);
- height: clamp(5px, 3vw, 45px);
- border-radius: 50%;
- background: #000;
- transition: all 1s ease;
- }
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Don't expect path to success be paved in marbles.
- Comfort makes us lazy and weak
- while troubles makes us strong and powerful!
- Sulsiperis, Lithuania
+
+
+
+ That was a so cool tutorial! Thanks from
+ Brazil!
+ Jean Nóbrega (Brazil)
+
+
+
+
+
+ Thank you for your lessons w3schools
+
+ KRasta Smoke (Russia)
+
+ W3
+ school is a best place to
+ get rid of tutorial hell.
+ Learning git practically makes me grasp concepts easily ..........!
+
+
+ W3schools Git tutorial ❤
+
+
+
+
+ Sweb was here ~ Thanks
+ W3Schools for teaching me a lot of things !
+
+
+
+
+
+
+
+ "Saluton el Usono! "
+
-
-
+ let the CONSISTENCY be with YOU !
+
+
+ - jedimchik (05/03/2024)
-
+
+
+
+
+ Great experience with Git tutorial! Hello from Romania!
+
+
+
+
+
+ Thanks very much from Kevin in Taiwan for this helpful Git tutorial
+
+
+
+ Vielen Dank W3!!
+
-
- Kilroy was here
- ♥ Domík z Prahy 4.12.2023 ♥
+
+ Thanks very much for this helpful Git tutorial
+
+
+
+
+
+ Hi ! Fellow human ! Hope you're having a great day.
+
+
+ Message from Leo D'Hotman (Mauritius)
+
-
+
-
-
+
+
+
+ "I've started from html. Then I've learned css and also JavaScript.
+ Now I'm learnig Git & GitHub.
+ At this momment I feel I'm fall in love with w3shools
+ tutorials."
+
+ - Gobindo Chakraborty from Bangladesh
+
+
+
+
+
+ "I am gonna copy Max's message."
+ "This page
+ is meant to be available to
+ everyone and this poem does not match that tone.
+ Please change it to something more family friendly."
+ ~W3schools 19/02/2024
+ ~Max 13/02/2024
+ ~Yash 26/02/2024
+
+
+
+
+ This is Johenx.
+ This is fun
+
+
-
+
+
+ Hello World.
+
+
-
+
+ Hello from Czech Republic!
+
-
-
-
-
-
-
-
+
+ W3 Schools always delivers great help! Peace to all!
+
+
+
+
+ Anvedi come balla Nando! W3School ❤❤❤❤❤❤❤❤ u!
-
-
- const
- aboutMe
- =
- function( )
- {
-
-
- return
- {
-
- name :
- 'Yassine Essaouri' ,
-
- position
- :
- 'fullstack-developer' ,
-
- Github :
- 'EssYassine' ,
-
- }
- }
+
+
+
+
+ hello hello hello!
+
+
+
+
+ Every soup eventually turns into mushroom soup.
-
-
+
-
-
- Taran Mesala
-
-
- Hey guys
- Am Taran, am happy to share my note here.
- am a versatile person with a unique blend of skills like Programming,
- Web-Development,and Graphic-Design.
- Feel free to reach out.
- Instagram: __im.john.__
- LinkedIn: Taran Mesala
-
+
+
+ "This
+ page is meant to be available to
+ everyone and this poem does not match that tone.
+ Please change it to something more family friendly."
+ ~W3schools 19/02/2024
+ ~Max 13/02/2024
-
-
-
+
-
- Thanks for this awesome tutorial!!!
-
- Adr1Est from Madrid - 28/11/2023
-
-
+
+ Hola.
+ Love w3school. AGUANTE
+ ARGENTINA LOCO
+
+
+
+
+
+ "My motto: Small but certain happiness"
+
+
+
+
+
+ Continuous Learning is key to success!
+ W3 Schools is a great place to build an understanding of basic web
+ development skillsets.
+
+
+
+ Hello everyone 👋
+
My name is Liza and I am from Ukraine!
+ I am learning GitHub, and I'm going to be a Python
+ developer.
+ My respect W3Schools, and thanks for the awesome tutorial!
+
+ `
+
+
+
+ 2024新年快乐!——王皓
+
+
+
+
+ A LITTLE MOTIVATION
+ Who am I and who could I be
+ That which you most wish to find will be found where you
+ least want to look.
+ Dedicate yourself to one or two things single mindedly
+ and you will become unrecognisable
+ in 6 months, all the best. /br Carlson I.
+
+
+
+
+
+
+ David from the Netherlands
+
+ Thanx w3schools for all the amazing tutorials!
+
+
+
+
+
-
+
+
+
+
+ "Everyone is at least a bit nosy, isn't it ?"
+
+
+ -Kuromi chan
+
+
+
-
- Hard work beats talent when talent doesn’t work hard.
- -Tim Notke
- Thanks for this amazing tutorial
-
+
+
+ LET THEM KEEP GUESSING
+
+
+
+
+
+
+ Jai Shri
+ Ram
+
+ Talent is nothing without hard working
-
+ Cristiano Ronaldo
+
+ Subroto Kumar
+
+
+
+
+ W3Schools.com is the Best place to Learn Web development
+
+ My message to the world is you are wordering where to
+ start learning front-end development
+ w3schools is the best website where you get everything
+ you need.
+
+
+
+
+ Samson Githinji
+ My skillset: MERN Stack | Python | SQLAlchemy
+
+
+
+
+ Hello from Uzbekistan
+
+
+
+
+
+ "Nothing is more active than
+ thought, for it travels over the
+ universe,
and nothing is stronger than
+ necessity for all must submit to it."
+
+
+
+
+
+ When you're feeling overwhelmed with a task just take a
+ breath,
+ you'll probably find it easier once you come back to it.
+
+
+
+
+
+ Greetings
+ fellow learners from greater IRAN!
+
+
+ You are now reading this line.
+
+
+
+
+ The seven cities of love became Attar
+ We are still at the corner of an Git tutorial
+
+
+
+
+ Hi from Japan
+
+
+
+
+
+ "Everything is going to be okay in the end.
+ If it's not okay, it's not the
+ end."
+
+
+
+
+ Hey earthlings!
+
-
-
-
-
+ Hello world!
+
+
+ This is the first file in my new Git Repo.
+ This line is here to show how merging works.
+ This is the first file in my new Git Repo.
+ This line is here to show how merging works.
+
+
+ This is the first file in my new Git Repo.
+ A new line in our file!
+
+
+
+
+
+
+ Hi All!
+ Learning Git has been an invaluable experience, and
+ I'm grateful for the opportunity to
+ deepen my understanding of version control. I'm
+ excited to explore more now that i know
+ what it entails.
+ Thank you to everyone who has contributed to making
+ this course interesting to undertake.
+ I look forward to connecting with you all!
+ Cheers,
+ Akpos Sakpere
+
-
-
-
-
-
- "Everything will be ok in the end, if it's not ok, it's not the
- end"
-
-
-
-
Keep learnig guys.
-
- - Misbah from Bangladesh 20/11/2023
-
-
+
-
-
-
- Thanks for the awesome tutorial! Greetings from Chicago.
-
-
+
-
+ Jonathan was here on 2024-01-27
-
- wooooo yeah baby thats what i've been waiting for, this is what its all
- about...
- - MOIST
+
+
+ Hello, world!!
+ I'm a computer science student from Brazil.
+
-
-
- Hello future
- programmers! 😀
-
- If you're reading this,
- you are almost done with
- this tutorial!
- Keep going and follow your
- dreams!
- Thanks to W3Schools!
- - Gaby from Bulgaria, 15/11/2023
-
+
+ Hi everyone! All the best for your git learning
+ journery (Nithin, 24-01-2024)
+
-
- Inserted my message
-
-
-
-
- "Keep going guys. I belive we'll make it one day
- !"
- Kev
-
-
+
-
- We did it!
- Great job everyone.
-
+ Hey it's me Vipin Karma, Hope you guys doing well
-
-
-
- Thanks a lot for the tutorial!
-
-
-
+
-
+ Greetings from Georgia ❤ Thanks for an amazing course
+
+ Hello Wroldddddddddddd from Temi, I really appreciate
+ this very well thoughtout course
+
+ Greetings from Man7788, enjoy your learning!
+ Thanks for a wonderful tutorial
+
+
+ Call me Pzipegasus
+ Finally, Learned git and github was struggling since many
+ days.
+
+
+
+
+ Hello from Kurdistan!
+ Grateful to W3Schools for their
+ fantastic tutorials! ❤️☀️💚
+
+
-
- Hello and greetings to you all !!!
- And thanks to W3Schools for the well organized Git tutorial. Cheers
- !!!
- Jouko, Oulu, Finland
- 11/2023
-
+
+
+
Hello everyone,
+
+
+
Greetings from Oded S.
+
+
+
Thanks to W3Schools for a very helpful online course.
+
+
+
+
+
+
+
+
+
+ Hello Developers!
+ I am Arshad from Pakistan, wishing you success in your journey.
+ The Git Tutorial is very simple and easy to understand, thanks to w3schools
+ for such a great work.
+
+
-
+
+
+
+
+
+
+ Hi, I am
Farhan
+ Reza!
+
+ time is limited...
-Anonymous
+
+
+
+
+
+
+
+
+
Hi! i am shohidullah
+
+
+
I'm a student from Bangladesh
+
+
-
-
- Hi
-
-
-
-
- One more time! until perfection!
-
-
+
-
-
- Thank You!
-
-
- I sincerely appreciate W3Schools for their wonderful content, which has
- been incredibly helpful to
- me in my learning
- journey.
-
-
- HELLO EVERYONE!!!
- HELLO EVERYONE!!!
+
+ Hello! I'm Nathaniel (innCoding Tech Hub) from Nigeria
+ With heart filled with gratitude i'm saying a big thank you to w3shools Team
+ for the incomparible
+ Tutorials
+
- HELLO EVERYONE!!!
+
+
+
+
+
+ HELLO DEVS!🌍
+ Hi everyone I'm kevin from Perú and I just want to say don't give
+ up! The effort is worth
+ it! (09/01/2024)
+
+
+
+
+
+
+
+
+
Hi!
+
+
+
I'm a student from Brazil
+
+
+
I wish luck and prosperity to all of you! <3
+
+
-
-
- hie guys wish you well on your coding journey
- One Love
-
-
+
+
+
+
Hi Everyone 👋
+ Welcome to this wonderful programming world 🙂
+
+
-
-
-
- "We are the champions, my friends"
-
- Freddie Mercury
-
+
+
+
-
-
-
- Why did the developer quit using Git? Because they didn't know how to
- commit. - Mr.ChatGPT
-
-
-
+
-
-
-
- This is my Comment!!
- My family loves my comment.
- My friends love my comment.
- My cat loves my comment.
- My dentist loves my comment.
- My doctor loves my comment.
- My neighbors love my comment.
- I hope that you also love my comment.
- Leave a comment about my comment.
- Keith R.
-
-
-
+
-
- Hello Community members
- New change
+
-
-
- This is the best tutorial for me to complete my project with my team in my
- university. Love it!!!
- - Bùi Quốc Triệu
+
+
+
+
+
+
-
+
+
+
+ const
+ aboutMe
+ =
+ function( )
+ {
+
+
+ return
+ {
+
+ name :
+ 'James B' ,
+
+ position :
+ 'Self-Taught-Junior Dev' ,
+
+ Github :
+ 'ordoabchao8' ,
+
+ }
+ }
+
+
-
-
-
- One of my most productive days was throwing away 1,000 lines of code.
-
- Ken Thompson
-
-
-
+
+
+
+ Hi, introduce myself!!!
+ I'm Tri, from Indonesia
+ Thanks to W3Schools for the tutorial!!!
+ 27/12/2023
+
+
+
-
-
-
- When you see a person who has been given more than you in money and
- beauty, then look to those who
- have been
- given less.
-
-
+
+
+
Hello EveryBody
+
+ Thanks to W3Schools team for all !
+ AlexTree, Belarus, 21-12-2023
+
-
-
-
-
-
+
+
+
+
This Tutorial is awesome, I am geatful to
+ W3schools
+
+
-
-
-
- "So excited to finally truly learn Git"
-
- Ulises Machado
-
-
+
+
+
+ Hello fellow developers 😁😁😁 - Wilson from Vietnam 🇻🇳
+
+
+
-
-
-
-
-
+
-
-
-
- "So excited to finally truly learn Git"
-
- Ulises Machado
-
-
+
+ Hey and greetings to you all !!!
+ Thanks to W3Schools team for such a great tutorial.!!!
+ Rudra, India
+ 12/2023
+
-
- SALUT!!!
-
-
+
+
+
+
+
+
+ Hello Everyone! How are
+ you?
+
+ I am a Developer from India.
+ I hope you all have a wonderful future!
+
+
+
-
- SALUT!!!
+
+
+
+ Hello
+
+
+ I'm Ariadna, thanks for this amazing tutorial
-
+
+ keep Learning 😊
+
+
+
- hi this is best beginner friendly git/github tutorial on internet
+
-
-
-
-
- Finally finished learning Git thanks to you !! lets go for html css ...
-
+
+
+ Hello
-
-
-
-
- Hello W3Schools! Thank you for the awesome tutorial.
-
-
- by lanshead
- from Russia.
+
+ I'm Yisak from Ethiopia.
-
-
-
-
- Good work Keep it up.
-
-
- by Waqas
- from Pakistan.
+
+ Wish you well in your journey. 😊
-
+
-
-
-
- Thanks for the tutorial!
-
+
+
+
+
+
+ Hello
-
-
-
- Hi W3Schools!. Thank you for the
- awesome tutorial. Yasiru from
- Sri Lanka 🇱🇰 :)
+
+ I'm Swathy ,hope you suceed in your respective careers
-
+
+ keep Learning 😊
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Hello My Name is Radhika Shaktawat
+ Don't expect path to success be paved in marbles.
+ Comfort makes us lazy and weak
+ while troubles makes us strong and powerful!
+ Sulsiperis, Lithuania
-
-
-
- Love all of your hard works, W3schools <3 <3
- <3
- === Vietnam - 9/20/2023 ===
-
+
-
- God is
- our refuge and strength,
- a very
- present help in trouble. - Psalm 46:1
-
+
+
-
- Thanks from tion. Keep up the good work!
-
+
-
-
-
-
- Love w3school and school 21 (Todd1s)
-
-
-
-
-
+
+ Kilroy was here
+ ♥ Domík z Prahy 4.12.2023 ♥
+
+
- No niin!
-
-
-
- Hello from Serbia!:)
Thanks W3Schools for their
- work
BlackPerico <3
-
-
-
- გამარჯობა!
- Hello my fellow Georgians! :)
-
-
+
+
- a message from justcallmeroybert
+
-
-
-
- Thank you for the Git tutorial! - JG 2023
-
-
-
+
-
-
-
+
-
- Hello from UMMAN2005 <-< /p>
-
-
-> UMMAN2005-dən Salam
+
-
+
-
+
+
+
+ const
+ aboutMe
+ =
+ function( )
+ {
+
+
+ return
+ {
+
+ name :
+ 'Yassine Essaouri' ,
+
+ position
+ :
+ 'fullstack-developer' ,
+
+ Github :
+ 'EssYassine' ,
+
+ }
+ }
+
+
+
-
-
-
- Hello ! Great tutorial! Thanks
-
-
-
+
+
+ Taran Mesala
+
+
+ Hey guys
+ Am Taran, am happy to share my note here.
+ am a versatile person with a unique blend of skills like Programming,
+ Web-Development,and Graphic-Design.
+ Feel free to reach out.
+ Instagram: __im.john.__
+ LinkedIn: Taran Mesala
+
+
+
+
+
-
-
-
- Hello! Amazing website. All things in one place. Thank you
- 10-10-2023
-
-
-
+
+ Thanks for this awesome tutorial!!!
+
+ Adr1Est from Madrid - 28/11/2023
+
-
-
-
- Hello! Amazing website. All things in one place. Thank you
- 10-10-2023
-
-
-
+
-
-
- I am dngebremedhn from Tigray, learning Git and Github
- I am learning forking here. Thank you w3schools for allowing us do
- this.
-
-
-
-
-
- Having fun learning Web Development with w3Schools!!!
-
-
-
-
-
-
- For God so loved the world that he gave his one and only Son,
- that whoever believes in him
- shall not perish
- but have eternal life.
-
- John 3:16 NIV
-
-
-
-
-
- Hello from Kurdistan! Grateful to W3Schools for their fantastic
- tutorials! ❤️☀️💚
-
-
-
-
-
-
- Hello everyone from Russia!
- Thanks w3schools's team for this and other
- tutorials!{>_<}
-
-
+
-
-
-
- "Two things are infinite: the universe and human stupidity; and
- I'm not sure about the
- universe."
-
- Albert Einstein
-
-
+
+ Hard work beats talent when talent doesn’t work hard.
+ -Tim Notke
+ Thanks for this amazing tutorial
+
-
-
- Hello World!!! from primeakash
-
-
+
-
-
- Hey! all people
-
-
+
+
+
-
-
- Hello from IRAN! Thanks W3S for amazing tutorials!
- Future developer, MMP
-
-
+
+
+
+
+
+ "Everything will be ok in the end, if it's not ok, it's not the
+ end"
+
+
+
+
Keep learnig guys.
+
+ - Misbah from Bangladesh 20/11/2023
+
+
-
- Ahoy
- from
- Rob
-
+
+
+
+ Thanks for the awesome tutorial! Greetings from Chicago.
+
+
-
- Torilla tavataan.
-
+
+
+ wooooo yeah baby thats what i've been waiting for, this is what its all
+ about...
+ - MOIST
-
-
- I'm Rybo and im learning Git from w3schools.com
-
-
-
- Erm, yes, i don't have any idea what i should write.
- I don't know much about html so i won't make anything fancy like the
- others.
- Thank you.
-
+
+
+ Hello future
+ programmers! 😀
+
+ If you're reading this,
+ you are almost done with
+ this tutorial!
+ Keep going and follow your
+ dreams!
+ Thanks to W3Schools!
+ - Gaby from Bulgaria, 15/11/2023
+
-
- you are in my chair!!
-
+
+ Inserted my message
+
-
-
- hello from Israel!
- I'm learning git, nickname in discord is: Gater777
-
-
+
+
+
+ "Keep going guys. I belive we'll make it one day
+ !"
+ Kev
+
+
-
-
-
- "its a great tutorial, thanks!"
-
- budi-tech
-
-
+
+ We did it!
+ Great job everyone.
+
-
- eu estive aqui!!
- agora é sua vez.
- por: Ana Laura IFC-2023
-
+
+
+
+ Thanks a lot for the tutorial!
+
+
+
-
-
- "Oi"
-
- Mariana
-
+
+
+ Hello and greetings to you all !!!
+ And thanks to W3Schools for the well organized Git tutorial. Cheers
+ !!!
+ Jouko, Oulu, Finland
+ 11/2023
+
-
-
-
-
-
- Thank you for the Git tutorial! - JG 2023
-
-
-
-
-
-
- Diana e Isabeli
-
-
- 💖
-
-
- 15.08.2023
-
-
-
-
+
-
- Pires passou por aqui, beijos
- IFC 2023
- é... até que é legal
-
+
+
+ Hi
+
+
+
+
+ One more time! until perfection!
+
+
-
-
-
-
-
Mateus Rosa
-
-
-
- The sound of the
- waves is the best soundtrack in
- the world.
-
Ago 15, 2023
- Brazil, SC.
-
-
-
+
+
+ Thank You!
+
+
+ I sincerely appreciate W3Schools for their wonderful content, which has
+ been incredibly helpful to
+ me in my learning
+ journey.
+
+
+
HELLO EVERYONE!!!
+ HELLO EVERYONE!!!
-
-
-
-
-
Mateus Rosa
-
-
-
- a felicidade é
- uma borboleta, deveríamos pegá-la
- enquanto
- dançamos.
-
Ago 15, 2023
- Brazil.
-
-
-
+ HELLO EVERYONE!!!
-
-
- "Se ame mais!"
-
- Iza Espanhol
-
+
+
+ hie guys wish you well on your coding journey
+ One Love
+
+
-
-
- "Make it as simple as possible, but not simpler."
-
- Albert Einstein
- I'm just trying to get my life
- together
-
-
-
-
-
-
-
-
Mateus Rosa
-
-
-
- Não importa o
- quão poderoso você se torne nunca
- tente fazer tudo sozinho, caso contrario ira falhar.
- Uchiha Itachi
-
Out 31, 2023
- Brazil.
-
-
-
-
+
+
+
+ "We are the champions, my friends"
+
+ Freddie Mercury
+
-
-
-
- "Se ame mais!"
-
- Iza Espanhol
-
-
-
- Afsar UDDIN 😎
- Thank you for amazing possibility to learn! People and
- Robots become closer to each others!
- 🦾❤️💪🏻
-
-
-
+
+
+
+ Why did the developer quit using Git? Because they didn't know how to
+ commit. - Mr.ChatGPT
+
+
+
-
+
+
+
+ This is my Comment!!
+ My family loves my comment.
+ My friends love my comment.
+ My cat loves my comment.
+ My dentist loves my comment.
+ My doctor loves my comment.
+ My neighbors love my comment.
+ I hope that you also love my comment.
+ Leave a comment about my comment.
+ Keith R.
+
+
+
+
+ Hello Community members
+ New change
-
- Santa Rosa do Sul
-
+
+
+ This is the best tutorial for me to complete my project with my team in my
+ university. Love it!!!
+ - Bùi Quốc Triệu
+
+
-
+
+
+
+ One of my most productive days was throwing away 1,000 lines of code.
+
- Ken Thompson
+
+
+
+
+
+
+ When you see a person who has been given more than you in money and
+ beauty, then look to those who
+ have been
+ given less.
+
+
-
-
- INTER CAMPEAO DA LIBERTADORES DE 2023
-
-
+
+
+
+
+
+
+
+
+ "So excited to finally truly learn Git"
+
+ Ulises Machado
+
+
-
-
-
-
- Muito obrigado pelo tutorial, W3schools! Joédio Borges Jr. ->
- Araranguá-SC / Brasil
-
-
-
-
- só sei que nao sei, assinado: Rohzeu.
-
+
+
+
+
+
-
-
- Amanhã é meu aniversario!
- Oi todo mundo
-
+
+
+
+ "So excited to finally truly learn Git"
+
+ Ulises Machado
+
+
-
-
-
-
-
Mateus Rosa
-
-
- O Superior passou
- por aqui
- -Guilherme Ritter
-
-
Ago 15, 2023
- Brazil🇧🇷.
-
-
-
+
+ SALUT!!!
+
+
- ola pessoas
-
-
-
- I'm becoming a pro volleyball player!!
-
-
+
+ SALUT!!!
+
+
-
-
-
- mötley crüe, melhoir banda do mundo rapaziada 🇧🇷
+ hi this is best beginner friendly git/github tutorial on internet
-
+
+
+
+
+ Finally finished learning Git thanks to you !! lets go for html css ...
+
+
+
-
- o frio é psicológico, ass: Riter
-
+
+
+ Hello W3Schools! Thank you for the awesome tutorial.
+
+
+ by lanshead
+ from Russia.
+
+
+
+
+ Good work Keep it up.
+
+
+ by Waqas
+ from Pakistan.
+
+
-
- ema
-
-
+
+
+
+ Thanks for the tutorial!
+
+
+
+
+
+ Hi W3Schools!. Thank you for the
+ awesome tutorial. Yasiru from
+ Sri Lanka 🇱🇰 :)
+
+
-
-
-
- This is Sasi Lagisetti
- జీవితం అంటే నిన్ను నువ్వు చూసుకోవటం
- కాదు, నిన్ను నువ్వు రూపు
- దిద్దుకోవటం.
- A
- dream is not that which you see
- while
- sleeping, it is something that does not let you sleep.
-
-
-
+
+
+ Hello W3Schools! Thank you for the awesome tutorial.
+
+
+ by lanshead
+ from Russia.
+
+
+
-
-
- Am I doing this right?
- Hi Mom!
- Joe
-
-
+
+
+
+ Thanks for the tutorial!
+
+
+
+
+
+ Hi W3Schools!. Thank you for the
+ awesome tutorial. Yasiru from
+ Sri Lanka
+ 🇱🇰 :)
+
+
-
-
+
-
- parararara pararara ...
-
+
+
+ Terminal v1.01
+ $> .\Thank.exe
$> Loading Thank.exe...
+ Thanks for the great tutorial! :)
+ Press the Any key to exit
+
-
- por que não?
-
-
-
-
-
-
-
Mateus Rosa
-
-
-
- Faith in God that
- he is fair, Hey brother never
- forget, on
- guard, warrior raise your head trout, wherever you are,
- however it may be Have faith because
- even in the
- dump, flowers are born - Brown, Mano
-
Ago 10, 2023
- Brazil🇧🇷.
-
-
-
+
+
+ Take control of your life!
+
+
+
+
+
+ Hello world !
+
+
+
-
-
- Olá todos do w3schools
- e deste repositorio!,
- Eu agradeço a sinceramenta a w3schools✨ for all
- their amazing and clear tutorials, it
- has been a
- humble and exciting path learning HTML, CSS, JavaScript and now
- Git & GitHub.
- Eu desejo a todos um boa apredizagem
- - Henrique -
-
-
-
+
-
-
- Juntasso com os crias do W3school... 😁🤙
- Yuri Franco, Brasa
-
-
+
+
+ Take control of your life!
+
+
+
+
+
+ Hello world !
+
+
+
-
-
- "Cuidado que ai vem o saci."
-
- Bigbig
-
+
+
+ Why i love pumpkin seeds?
+
+ The reason why I love pumpkin seeds could be attributed to their unique
+ combination of taste and
+ nutritional
+ benefits. Pumpkin seeds have a pleasant, slightly nutty flavor that many
+ people find appealing.
+ Additionally,
+ they are a good source of nutrients such as protein, fiber, healthy
+ fats, vitamins, and minerals
+ like
+ magnesium and zinc. These nutritional benefits not only make pumpkin
+ seeds a tasty snack but also
+ contribute
+ to their popularity as a health-conscious choice.
+ Furthermore, personal preferences for certain foods can be influenced by
+ cultural, familial, or
+ individual
+ experiences. Perhaps you have positive memories associated with pumpkin
+ seeds from your past, or you
+ simply
+ enjoy their crunchy texture and versatility in various recipes.
+ Ultimately, the reasons for loving pumpkin seeds can vary from person to
+ person, but the combination
+ of taste,
+ nutrition, and personal preferences likely plays a significant role in
+ your affection for them.
+
+
+ In this short story, I expressed a deep attachment to pumpkin seeds,
+ emphasizing that their taste
+ brings me
+ pleasure and joy. They have become my weakness, and I always carry them
+ with me to savor their
+ flavor, even on
+ long journeys. "I love pumpkin seeds" has become not just a phrase but a
+ life philosophy for me,
+ highlighting
+ my fondness for this delightful snack.
+
+
+
+
+
+ This is an amazing tutorial! From India!.
+
+
+
+ I'm zizo, from Libya.
+
+
+
+ I'm Yohannes Molla, from Ethiopia.
+
+
+
+
+ This is the best Git/GitHub tutorial ever!
+ Thank you, w3schools.com!
+ I was P.L.
+ from Hungary. Cheers!
+
+
+
+
+
+
+
+
Anirudra Adhikary
+
+
+
+
+ In a tranquil village, a
+ wise old man named Aiden
+ shared a
+ timeless phrase: "This too shall pass." When a brutal drought
+ struck, some followed his counsel
+ while
+ others despaired. Those who listened persevered, conserving
+ water and maintaining hope.
+ Eventually, rain
+ returned, reviving the land and the villagers' spirits. Aiden's
+ wisdom taught them that life's
+ challenges
+ are temporary, a lesson they held in their hearts forever.
+
+ India🇮🇳.
+
+
+
+ Hello My Name is Radhika Shaktawat
-
-
-
- "Sou linda, me amo"
-
- Lauzinha
-
+
+
+ Love all of your hard works, W3schools <3 <3
+ <3
+ === Vietnam - 9/20/2023 ===
+
+
+
+
+ God is
+ our refuge and strength,
+ a very
+ present help in trouble. - Psalm 46:1
+
+
+
+
+
+
+ Good content as always!!
+
+
+
-
-
- "OMAGA, também te amo"
-
- Zeus
-
+
+
+
+
+ Love w3school and school 21 (Todd1s)
+
+
+
+
+
-
+
+
+
+
+ Good content as always!!
+
+
+
-
- Thank you for the course! - Analogkeyboard
-
+
+ Thanks from tion. Keep up the good work!
+
+
+
+
+
+ Love w3school and school 21 (Todd1s)
+
+
+
+
+
-
-
-
- Thank you w3schools! The fact I can learn Git for free
- online is legendary. You guys rock
- (Also thanks
- Bina for showing me this cool html gradient thing!). If
- you see this, call someone you love
- and tell
- them so <3< /b>
-
- - Wesley V. Kirchner. Brasil(08/08/23)
-
-
-
-
- "Make it as simple as possible, but not simpler."
-
- Albert Einstein
-
+ No niin!
+
+
+
+ Hello from Serbia!:)
Thanks W3Schools for their
+ work
BlackPerico <3
+
+
+
+ გამარჯობა!
+ Hello my fellow Georgians! :)
+
+
-
-
- Hello W3SCHOOLS and
- Everyone that are taking this
- path,
- I sincerely want to thank w3schools✨ for all
- their amazing and clear tutorials, it
- has been a
- humble and exciting path learning HTML, CSS, JavaScript and now
- Git & GitHub.
- I wish everyone the best and all happiness,
- Piece,
- - Albert Nikolli -
-
+ a message from justcallmeroybert
-
-
-
- Thank you w3schools! The fact I can learn Git for free
- online is legendary. You guys rock
- (Also thanks
- Bina for showing me this cool html gradient thing!). If
- you see this, call someone you love
- and tell
- them so <3< /b>
-
- - Matt, Northern Ireland. (08/08/23)
-
-
-
-
- "Make it as simple as possible, but not simpler."
-
- Albert Einstein
-
-
-
- Hello Everyone!. Thanks W3SCHOOL for teaching us all Git and
- Github .
-
-
-
- "i'll leave tomorrow problems to tommorow's me."
- -Saitama
-
-
+
+
+
+ Thank you for the Git tutorial! - JG 2023
+
+
+
-
-
-
- Thanks for the tutorial!
- Bina, Ukraine
- 22.07.2023
-
-
-
+
+
+
+
+
+ Hello from UMMAN2005 <-< /p>
+
+
-> UMMAN2005-dən Salam
+
+
+
+
+
+
+
+
+ Hello ! Great tutorial! Thanks
+
+
+
-
-
- Hello Everyone From India. Thanks W3SCHOOL for teaching us all
- Git and Github .
-
-
-
- Thank you for making GIT and github easier
-
-
-
- Parceros, parceros, como andamos! Gracias a w3school aprendí como
- usar git, y se lo agradezco
- mucho
-
+
+
+
+ Hello! Amazing website. All things in one place. Thank you
+ 10-10-2023
+
+
+
-
-
- "Thanks for these simple and effective tutorials."
-
+
+
+
+ Hello! Amazing website. All things in one place. Thank you
+ 10-10-2023
+
+
+
-
-
- "Takk."
-
-
+
+
+ I am dngebremedhn from Tigray, learning Git and Github
+ I am learning forking here. Thank you w3schools for allowing us do
+ this.
+
+
+
+
+
+ Having fun learning Web Development with w3Schools!!!
+
+
+
-
-
-
- Hi
- there! Greetings from Poland.
-
-
+
+
+
+ For God so loved the world that he gave his one and only Son,
+ that whoever believes in him
+ shall not perish
+ but have eternal life.
+
+ John 3:16 NIV
+
+
-
-
-
-
-
- Hello, greetings from Stuttgart
-
- Simon, Germany, 31.07.2023
-
-
-
-
-
+
+
+
+ Hello from Kurdistan! Grateful to W3Schools for their fantastic
+ tutorials! ❤️☀️💚
+
+
+
+
+
+
+ Hello everyone from Russia!
+ Thanks w3schools's team for this and other
+ tutorials!{>_<}
+
+
-
-
- "Make it as simple as possible, but not simpler."
-
- Albert Einstein
-
+
+
+
+ "Two things are infinite: the universe and human stupidity; and
+ I'm not sure about the
+ universe."
+
+ Albert Einstein
+
+
-
+
+
+ Hello World!!! from primeakash
+
+
-
-
-
- SPECIAL
- APPRECIATION
-
- ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️
-
- Here's my favourite quote by Dave Grey that has kept me going
- through out my web dev journey:
-
- Remember to keep striving for success over
- perfection and a little progress everyday
- would go a very
- long way.
-
-
- 🇳🇬 🇳🇬 🇳🇬 Casmir -
- Nigeria (Wed 12 July, 2023) 🇳🇬 🇳🇬
- 🇳🇬
-
-
-
-
+
+
+ Hey! all people
+
+
-
-
- I had loads of fun! Thanks w3schools! 💕
- being part of my life
-
-
+
+
+ Hello from IRAN! Thanks W3S for amazing tutorials!
+ Future developer, MMP
+
+
-
-
+
+ Ahoy
+ from
+ Rob
+
-
-
-
- SPECIAL
- APPRECIATION
-
- I took a life changing decision this year to learn web
- development and w3schools has been my
- back bone
- ever since. From the bottom of my heart, I sincerely
- appreciate the team members of this
- platform and I'm
- saying a big THANK YOU! to you all ❤️
-
- Here's my favourite quote by Dave Grey that has kept me going
- through out my web dev journey:
-
- Remember to keep striving for success over
- perfection and a little progress everyday
- would go a very
- long way.
-
-
- 🇳🇬 🇳🇬 🇳🇬 Casmir -
- Nigeria (Wed 12 July, 2023) 🇳🇬 🇳🇬
- 🇳🇬
-
-
-
-
+
+ Torilla tavataan.
+
-
- >
- "Hey y'all from Georgia, USA. Learning git is fun!"
-
-
- ¡Saludos de Ezequiel desde Argentina!
- Thanks for all your amazing tutorials!
+
+
+ I'm Rybo and im learning Git from w3schools.com
+
+
-
-
- "Greetings from Hope in
- Nigeria"
-
-
+
+ Erm, yes, i don't have any idea what i should write.
+ I don't know much about html so i won't make anything fancy like the
+ others.
+ Thank you.
+
-
-
- "Hello from Uzbekistan!"
-
+
+ you are in my chair!!
+
-
-
- I had loads of fun! Thanks w3schools! 💕
- On their 3rd coffee, Julia
-
-
+
+
+ hello from Israel!
+ I'm learning git, nickname in discord is: Gater777
+
+
-
-
- "Hello from DR Congo👋🏽"
-
+
+
+
+ "its a great tutorial, thanks!"
+
+ budi-tech
+
+
-
-
-
- This week i did my first push from git to github, i am so
- happy
-
-
-
+
+ eu estive aqui!!
+ agora é sua vez.
+ por: Ana Laura IFC-2023
+
+
+
+
+ "Oi"
+
+ Mariana
+
-
-
- "I learn a lot from here. Thank
- you!"
- Ben Yuen 05/07/2023
-
-
-
- Thank you 3WSchools for teaching me Git and GitHub.
+
+
+
+
+
+ Thank you for the Git tutorial! - JG 2023
+
-
-
-
-
- Слава Україні - Slawa Ukrajini - Glory
- to Ukraine
- Diana Demska 03/07/2023 (and btw thank
- you Chris for style and
- support for
- Ukraine)
+
+
+
+
+ Diana e Isabeli
+
+
+ 💖
+
+
+ 15.08.2023
+
+
+
-
- Thank you so much W3Schools. I am so grateful to be part of this
-
-
-
-
-
- Sic parvis magna! Thank
- you,
- W3School! 07/06/23
-
-
+
+ Pires passou por aqui, beijos
+ IFC 2023
+ é... até que é legal
+
-
-
- Thank You!
-
-
-
-
-
-
- thank you for your tutorial (30/6/23) by Eli Borodach
+
+
+
+
+
Mateus Rosa
+
+
+
+ The sound of the
+ waves is the best soundtrack in
+ the world.
+
Ago 15, 2023
+ Brazil, SC.
+
+
-
-
- thank you for your tutorial (29/6/23)
-
-
- Thanks you
- Windy - VietNam (03/07/23)
+
+
+
+
+
Mateus Rosa
+
+
+
+ a felicidade é
+ uma borboleta, deveríamos pegá-la
+ enquanto
+ dançamos.
+
Ago 15, 2023
+ Brazil.
+
+
-
-
-
- - Thanks for the tutorial!
- - In fact, thanks for all the tutorials!
-
- - Learning a lot from you!
- - Greetings from Brasil!
-
- Rafa Santana, 29/06/2023 💚
-
-
+
+
+ "Se ame mais!"
+
+ Iza Espanhol
+
-
-
- thank you for your tutorials!! (Tetsu, 29th.June.2023)
+
+
+ "Make it as simple as possible, but not simpler."
+
+ Albert Einstein
+ I'm just trying to get my life
+ together
+
+
+
+
+
+
+
+
Mateus Rosa
+
+
+
+ Não importa o
+ quão poderoso você se torne nunca
+ tente fazer tudo sozinho, caso contrario ira falhar.
+ Uchiha Itachi
+
Out 31, 2023
+ Brazil.
+
-
+
+
-
-
- thank you for your tutorials!! (Dewan, 24 july.2023)
-
-
+
+
+
+ "Se ame mais!"
+
+ Iza Espanhol
+
-
-
- Great Git tutorial from w3schools. Thanks!
- BP 25.06.2023
+
+
+ Afsar UDDIN 😎
+ Thank you for amazing possibility to learn! People and
+ Robots become closer to each others!
+ 🦾❤️💪🏻
+
-
+
-
-
-
- Thank you for the tutorial!
-
-
-
+
-
- Greetings from France!
-
-
- Thank you for your support! (Bruno, June 21st, 2023)
-
-
-
-
-
-
-
-
-
- Monox Val
-
-
- Thank you w3schools 💖
-
- The best teaching materials are
- those who encourage hands on
- learning. Teaching
- about git and then allowing people to Pull Request to
- your repository it's a magnificient
- idea.
- 16.06.2023
-
-
-
-
+
+ Santa Rosa do Sul
+
+
-
- Hello from Nepal
-
- Thanks for the tutorial.
-
- Thanks for the tutorial.🥳
-
+
+
+ INTER CAMPEAO DA LIBERTADORES DE 2023
+
-
-
- Thanks for the tutorial! (Alex, June 18th, 2023)
- P.S. A joke about GitHub from Bing Chat:
- "What do you call a GitHub user who likes to merge branches?"
- - "A git-together."
-
-
-
- Love From china.aaaa!!!!
-
- Hello world!
-
-
-
- Thank you W3schools for
- giving
- everyone the
- opportunity to learn how to code!
- Thank you so much for this tutorial 🥰
-
-
-
+
-
-
- Thank you for a very nice tutorials.
- - AbbanDabo
-
-
-
-
- Thank W3Schools for a very nice tutorials.
- It's a pleasure to study with you.
- Olha
-
-
+
+
+
+
+ Muito obrigado pelo tutorial, W3schools! Joédio Borges Jr. ->
+ Araranguá-SC / Brasil
+
+
+
-
-
-
- "Be patient. All things are difficult before they seem
- easy."
-
- Saadi Shirazi (1210-1291)
-
-
-
-
-
- Thank you W3schools for
- giving
- everyone the
- opportunity to learn how to code!
- so many tutorials ... so much to learn ... so awesome
- 🥰
-
-
-
-
-
-
- Greetings From
- Peru🦙
-
-
- Martin Alvarez - June 08, 2023
-
+
+ só sei que nao sei, assinado: Rohzeu.
+
-
-
+
+
+ Amanhã é meu aniversario!
+ Oi todo mundo
+
-
-
-
- Thanks w3school for
- letting us get access to your
- amazing coding
- courses. I learned a lot from you.
- Jerejef!
+
+
+
+
+
Mateus Rosa
+
+
+ O Superior passou
+ por aqui
+ -Guilherme Ritter
+
+
Ago 15, 2023
+ Brazil🇧🇷.
+
-
-
- Doudou Fall -- Senegal
-
-
+ ola pessoas
-
- Ross was here!
-
+
+
+
+ I'm becoming a pro volleyball player!!
+
+
-
- Ross was here!
-
+
+
+
+ mötley crüe, melhoir banda do mundo rapaziada 🇧🇷
-
-
-
- Thank you for the tutorial!
-
- Stefan Anica,Romania.
-
-
+
-
-
-
- Aleksei wants his name on the wall too!
-
-
-
-
- Thanks for this awesome tutorial,Just loved it
krishrx
-
-
-
-
-
-
- Jambo,Karibuni Tanzania na tunasema Hakuna Matata!!!!
-
-
- Your Brother in Code
- 2023, April 09
- Zanzibar,Tanzania
-
-
-
-
-
- W3S! You Rock!
-
- Artem Ulyanov, Israel
-
-
+
+ o frio é psicológico, ass: Riter
+
- Run, Forrest, run!
+
+ ema
+
+
+
+
+
+ This is Sasi Lagisetti
+ జీవితం అంటే నిన్ను నువ్వు చూసుకోవటం
+ కాదు, నిన్ను నువ్వు రూపు
+ దిద్దుకోవటం.
+ A
+ dream is not that which you see
+ while
+ sleeping, it is something that does not let you sleep.
+
+
+
-
-
-
- GoodMorning From India
-
+
+
+ Am I doing this right?
+ Hi Mom!
+ Joe
+
+
-
-
+
+
Thank you for making the hard stuff easy to understand and fun to learn!
- +Greetings from Ukraine!
- - + +-- "Programming is not about what you know; it's about what you can learn." -
-- Abelson & Sussman
+++++ "Programming is not about what you know; it's about what you can learn." +
+- Abelson & Sussman
Message From Ryan Hopewell
-
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
@@ -2198,7 +2542,7 @@Life is too short
Message from Husam
@@ -2239,7 +2583,8 @@Hey i'm currently lear git!!
Hi from Gemma in Sheffield, England 🙂 😸 +
Hi from Gemma in Sheffield, England 🙂 + 😸 😀
Hey i'm currently lear git!!
Sometimes in life I feel competitive
- +Greetings from the Coded Writer
-Hello Everyone! I'm glad to be contributing to this and I commend the w3schools team +
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.
Message from Issac
Hello! Enjoying every bit of the Git tutorial!
Thank you very much!!!
-thanks for the awesome tutorial
Spread kindness!
++ Spread kindness!
Thanks for the awesome tutorial
Sir Jax
- "Git some!"
-+ "Git some!"
Fabricio - Ezequiel Marçal
-João Monlevade-MG, Brazil 2024 - Long live programmers
-Fabricio + Ezequiel Marçal
+João Monlevade-MG, Brazil 2024 - Long live programmers
+W3Schools is the
- best
web developer site.
This is best
- way
to use your time!
⌚
W3Schools is the
+ best
web developer site.
This is best
+ way
to use your time!
⌚
+
That was much easier than expected, thanks to w3schools!
-Bastien C
- + +That was much easier than expected, thanks to w3schools!
+Bastien C
+ -marcemarto
-marcemarto
+- "Michael Bami Ayobami was here." -
-Thanks to w3schools for their relentless free training courses. They are so helpful -
-+ "Michael Bami Ayobami was here." +
+Thanks to w3schools for their relentless free training courses. They are so helpful +
+- "Keep calm and keep code"
-+ "Keep calm and keep code"
+I'm learning Git, I like South Park, and I like puns, so my message is:
-
Nice journey , Thanks a lot <3
-Ebrahim Gamal
- - - -Great tutorial! thanks aAlot!<3< /h1> -
Dvir Zayde
- - - -I wish everything was as easy as getting fat.
-Arthur Pan
- - - - -- “The earth has its music for those who will listen.” — Reginald - Holmes
-- “The earth has its music for those who will listen.” — Reginald - Holmes
-I'm learning Git, I like South Park, and I like puns, so my message is:
+
Nice journey , Thanks a lot <3
+Ebrahim Gamal
+ + + +Great tutorial! thanks aAlot!<3< /h1> +
Dvir Zayde
+ + + +I wish everything was as easy as getting fat.
+Arthur Pan
+ + + + ++ “The earth has its music for those who will listen.” — Reginald + Holmes
+Thanks a lot for the helpful tutorial! :)
- - - -Hi, I am Amin Nadi Pour and i'd like to say git commit -m "hello world" -
- - - -frenzy from A basement, i have no idea what im doing right now.
-Fiuh! Finally I am here. It's a long journey.
- - - -Hi! many thanks for the course, and the introduction to Git!
-ps.: Love from Hungary! -glvcsmt
- - - - -- "One Day or Day One; You Decide..." - -- - - - -
C'est la vie! Et c'est vraiment drole.
- - - -- Hey W3schools; ur the best <3< /i> -
-ZarKh
-Thanks for this course💗😎
- - - -hello I'm Vijaykumar, Learning about git from w3schools
- - -Happy Coding!
-"difuwlllllllllllll is coming"
- - -Nothin' beats being GUTS!
- - - -"Push through the pain. Giving up hurts - more.”
-- Vegeta, Dragon Ball Z
-Thank you w3 schools for the learning space
- - - -- Jerry was - here.
-Learned HTML, CSS,
- JavaScript (not done yet) and now
- Git.
It's fun! One Month in and i got a lot in my Head already.
- Can't wait to get deeper into
- everything.
Thanks fellows. See you on the top
- - - - - -😄 A Little Humor 😄
-Hey W3Schools! Your tutorials are like a - fine wine—improving with - age, but sometimes it's just easier to borrow the corkscrew! 😜 - Thanks for the code snippets! P.S. - ChatGPT had a good laugh too!
-- Hello I'm Felix from Kenya - a student at Karatina University!
-- I'm thrilled to be - exploring W3Schools.
-- Cheers!
-- Hi, I'm Emilio from - Argentina! Currently living in Patagonia, so lot of mountains and - lakes over here.
-- What an excellent - tutorial is this
-- "The obstacle is the - way", just keep going!
-That was a so cool tutorial! Thanks from - Brazil!
- Jean Nóbrega (Brazil) - -- Thank you for your lessons w3schools -
-KRasta Smoke (Russia)
-W3 - school is a best place to - get rid of tutorial hell.
-Learning git practically makes me grasp concepts easily ..........!
- - -Sweb was here ~ Thanks - W3Schools for teaching me a lot of things !
-- "Saluton el Usono! "
-- "Mohammed Mofreh! "
-let the CONSISTENCY be with YOU !
-- jedimchik (05/03/2024)
- - -- - Great experience with Git tutorial! Hello from Romania! -
-Thanks very much from Kevin in Taiwan for this helpful Git tutorial
- - - -Vielen Dank W3!!
- - - -Thanks very much for this helpful Git tutorial
- - - -- Hi ! Fellow human ! Hope you're having a great day. -
-- Message from Leo D'Hotman (Mauritius) -
-- "I've started from html. Then I've learned css and also JavaScript. - Now I'm learnig Git & GitHub. - At this momment I feel I'm fall in love with w3shools - tutorials." -
-- Gobindo Chakraborty from Bangladesh
-"I am gonna copy Max's message."
-"This page
- is meant to be available to
- everyone and this poem does not match that tone.
- Please change it to something more family friendly."
~W3schools 19/02/2024
-~Max 13/02/2024
-~Yash 26/02/2024
- - - -- This is Johenx. - This is fun -
- - - -Hello World.
-Hello from Czech Republic!
- - - -W3 Schools always delivers great help! Peace to all!
- - - -Anvedi come balla Nando! W3School ❤❤❤❤❤❤❤❤ u!
-hello hello hello!
- - - -Every soup eventually turns into mushroom soup.
-"This
- page is meant to be available to
- everyone and this poem does not match that tone.
- Please change it to something more family friendly."
~W3schools 19/02/2024
-~Max 13/02/2024
-Hola. - Love w3school. AGUANTE - ARGENTINA LOCO
- - - -- "My motto: Small but certain happiness"
-Continuous Learning is key to success!
-W3 Schools is a great place to build an understanding of basic web - development skillsets.
- - - -Hello everyone 👋
-
My name is Liza and I am from Ukraine!
-I am learning GitHub, and I'm going to be a Python
- developer.
- My respect W3Schools, and thanks for the awesome tutorial!
-
A LITTLE MOTIVATION
-Who am I and who could I be
-That which you most wish to find will be found where you - least want to look.
-Dedicate yourself to one or two things single mindedly - and you will become unrecognisable - in 6 months, all the best. /br Carlson I.
- - - -- David from the Netherlands
-- Thanx w3schools for all the amazing tutorials! -
-- "Everyone is at least a bit nosy, isn't it ?" -
-- -Kuromi chan
-LET THEM KEEP GUESSING
-
- Jai Shri - Ram
-Talent is nothing without hard working- - Cristiano Ronaldo -
Subroto Kumar
-W3Schools.com is the Best place to Learn Web development -
-My message to the world is you are wordering where to - start learning front-end development - w3schools is the best website where you get everything - you need. -
- - - -Samson Githinji
-My skillset: MERN Stack | Python | SQLAlchemy
- - - -- Hello from Uzbekistan
- - - -
- "Nothing is more active than
- thought, for it travels over the
- universe,
and nothing is stronger than
- necessity for all must submit to it."
-
When you're feeling overwhelmed with a task just take a - breath, - you'll probably find it easier once you come back to it. -
- - - -- Greetings - fellow learners from greater IRAN!
- - -You are now reading this line.
- - - - -The seven cities of love became Attar
-We are still at the corner of an Git tutorial
- - - -- Hi from Japan
- - - -
- "Everything is going to be okay in the end.
- If it's not okay, it's not the
- end."
-
Hey earthlings!
- - - -Hello world!
- -
This is the first file in my new Git Repo.
-This line is here to show how merging works.
-This is the first file in my new Git Repo.
-This line is here to show how merging works.
- -
This is the first file in my new Git Repo.
-A new line in our file!
-
Hi All!
-Learning Git has been an invaluable experience, and - I'm grateful for the opportunity to - deepen my understanding of version control. I'm - excited to explore more now that i know - what it entails.
-Thank you to everyone who has contributed to making - this course interesting to undertake. - I look forward to connecting with you all!
-Cheers,
-Akpos Sakpere
-Jonathan was here on 2024-01-27
- - - - -Hello, world!!
-I'm a computer science student from Brazil.
- - - -Hi everyone! All the best for your git learning - journery (Nithin, 24-01-2024)
- - - - - -Hey it's me Vipin Karma, Hope you guys doing well
- - - -Greetings from Georgia ❤ Thanks for an amazing course -
-Hello Wroldddddddddddd from Temi, I really appreciate - this very well thoughtout course
- -Greetings from Man7788, enjoy your learning!
-Thanks for a wonderful tutorial
- - -Call me Pzipegasus
-Finally, Learned git and github was struggling since many - days.
- - - -Hello from Kurdistan! - Grateful to W3Schools for their - fantastic tutorials! ❤️☀️💚
--
Hello everyone, - -
-
Greetings from Oded S.
- --
Thanks to W3Schools for a very helpful online course.
- - - - - - - - -Hello Developers!
-I am Arshad from Pakistan, wishing you success in your journey.
-The Git Tutorial is very simple and easy to understand, thanks to w3schools - for such a great work. -
-Hi, I am
Farhan
- Reza!
-
- time is limited...
-Anonymous
-
- -
Hi! i am shohidullah
- --
I'm a student from Bangladesh
- - - - - -Hello! I'm Nathaniel (innCoding Tech Hub) from Nigeria
-With heart filled with gratitude i'm saying a big thank you to w3shools Team - for the incomparible - Tutorials
-HELLO DEVS!🌍
-Hi everyone I'm kevin from Perú and I just want to say don't give - up! The effort is worth - it! (09/01/2024)
-
-
Hi!
- --
I'm a student from Brazil
- --
I wish luck and prosperity to all of you! <3
- - - - --
Hi Everyone 👋
-Welcome to this wonderful programming world 🙂 -
-
- const
- aboutMe
- =
- function( )
-
- return - { -
-name : - 'James B' , -
-position : - 'Self-Taught-Junior Dev' , -
-Github : - 'ordoabchao8' , -
-}
-}
-
- Hi, introduce myself!!!
- I'm Tri, from Indonesia
- Thanks to W3Schools for the tutorial!!!
- 27/12/2023
-
+ “The earth has its music for those who will listen.” — Reginald + Holmes
+-
Hello EveryBody
- -Thanks to W3Schools team for all !
-AlexTree, Belarus, 21-12-2023
- + +Thanks a lot for the helpful tutorial! :)
+ + +Hi, I am Amin Nadi Pour and i'd like to say git commit -m "hello world" +
+ - - --
This Tutorial is awesome, I am geatful to - W3schools
- - + +frenzy from A basement, i have no idea what im doing right now.
+
-
- Hello fellow developers 😁😁😁 - Wilson from Vietnam 🇻🇳
-
Fiuh! Finally I am here. It's a long journey.
+ -Hey and greetings to you all !!!
- Thanks to W3Schools team for such a great tutorial.!!!
- Rudra, India
- 12/2023
Hi! many thanks for the course, and the introduction to Git!
+ps.: Love from Hungary! -glvcsmt
+ - + - --
Hello Everyone! How are - you?
--
I am a Developer from India.
-I hope you all have a wonderful future!
-+
+ "One Day or Day One; You Decide..." + +- + - -
Hello
-I'm Ariadna, thanks for this amazing tutorial
-keep Learning 😊
-C'est la vie! Et c'est vraiment drole.
+ + + ++ Hey W3schools; ur the best <3< /i> +
+ZarKh
+Thanks for this course💗😎
+ + + +hello I'm Vijaykumar, Learning about git from w3schools
+ + +Happy Coding!
"difuwlllllllllllll is coming"
- + +Nothin' beats being GUTS!
+ -Hello
-I'm Yisak from Ethiopia.
-Wish you well in your journey. 😊
-"Push through the pain. Giving up hurts + more.”
+- Vegeta, Dragon Ball Z
Hello
-I'm Swathy ,hope you suceed in your respective careers
-keep Learning 😊
-Thank you w3 schools for the learning space
+ + + ++ Jerry was + here.
+Learned HTML, CSS,
+ JavaScript (not done yet) and now
+ Git.
It's fun! One Month in and i got a lot in my Head already.
+ Can't wait to get deeper into
+ everything.
Thanks fellows. See you on the top
+ - .s_txt { - font-size: 2vw; - margin-left: 6px; - text-align: center; - transition: all 1s ease; - z-index: 99; - color: #3b3b3b; - text-shadow: 0px 0px 3px rgb(255, 255, 255); - } - .s_txt:hover { - text-shadow: 6px 6px 9px #000; - color: #000000; - } + - .s_sign { - display: flex; - width: 100%; - justify-content: center; - margin-left: 12vw; - font-size: 1vw; - cursor: grab; - transition: all 1s ease; - color: #3b3b3b; - z-index: 99; - } +😄 A Little Humor 😄
+Hey W3Schools! Your tutorials are like a + fine wine—improving with + age, but sometimes it's just easier to borrow the corkscrew! 😜 + Thanks for the code snippets! P.S. + ChatGPT had a good laugh too!
++ Hello I'm Felix from Kenya + a student at Karatina University!
++ I'm thrilled to be + exploring W3Schools.
++ Cheers!
++ Hi, I'm Emilio from + Argentina! Currently living in Patagonia, so lot of mountains and + lakes over here.
++ What an excellent + tutorial is this
++ "The obstacle is the + way", just keep going!
+Don't expect path to success be paved in marbles. - Comfort makes us lazy and weak - while troubles makes us strong and powerful!
-Sulsiperis, Lithuania
+ + +That was a so cool tutorial! Thanks from + Brazil!
+ Jean Nóbrega (Brazil) + ++ Thank you for your lessons w3schools +
+KRasta Smoke (Russia)
+W3 + school is a best place to + get rid of tutorial hell.
+Learning git practically makes me grasp concepts easily ..........!
+ + +Sweb was here ~ Thanks + W3Schools for teaching me a lot of things !
++ "Saluton el Usono! "
let the CONSISTENCY be with YOU !
+- jedimchik (05/03/2024)
- + ++ + Great experience with Git tutorial! Hello from Romania! +
+Thanks very much from Kevin in Taiwan for this helpful Git tutorial
+ + + +Vielen Dank W3!!
+ -Kilroy was here
-♥ Domík z Prahy 4.12.2023 ♥
+ +Thanks very much for this helpful Git tutorial
+ + + ++ Hi ! Fellow human ! Hope you're having a great day. +
++ Message from Leo D'Hotman (Mauritius) +
+ "I've started from html. Then I've learned css and also JavaScript. + Now I'm learnig Git & GitHub. + At this momment I feel I'm fall in love with w3shools + tutorials." +
+- Gobindo Chakraborty from Bangladesh
+"I am gonna copy Max's message."
+"This page
+ is meant to be available to
+ everyone and this poem does not match that tone.
+ Please change it to something more family friendly."
~W3schools 19/02/2024
+~Max 13/02/2024
+~Yash 26/02/2024
+ + + ++ This is Johenx. + This is fun +
+ -Hello World.
+Hello from Czech Republic!
+ -W3 Schools always delivers great help! Peace to all!
+ + + +Anvedi come balla Nando! W3School ❤❤❤❤❤❤❤❤ u!
- const
- aboutMe
- =
- function( )
-
- return - { -
-name : - 'Yassine Essaouri' , -
-position - : - 'fullstack-developer' , -
-Github : - 'EssYassine' , -
-}
-}
+ + + + +hello hello hello!
+ + + +Every soup eventually turns into mushroom soup.
- Hey guys - Am Taran, am happy to share my note here. - am a versatile person with a unique blend of skills like Programming, - Web-Development,and Graphic-Design. - Feel free to reach out. - Instagram: __im.john.__ - LinkedIn: Taran Mesala -+ +
"This
+ page is meant to be available to
+ everyone and this poem does not match that tone.
+ Please change it to something more family friendly."
~W3schools 19/02/2024
+~Max 13/02/2024
Thanks for this awesome tutorial!!!
-
Adr1Est from Madrid - 28/11/2023
-Hola. + Love w3school. AGUANTE + ARGENTINA LOCO
+ + ++ "My motto: Small but certain happiness"
+Continuous Learning is key to success!
+W3 Schools is a great place to build an understanding of basic web + development skillsets.
+ + + +Hello everyone 👋
+
My name is Liza and I am from Ukraine!
+I am learning GitHub, and I'm going to be a Python
+ developer.
+ My respect W3Schools, and thanks for the awesome tutorial!
+
A LITTLE MOTIVATION
+Who am I and who could I be
+That which you most wish to find will be found where you + least want to look.
+Dedicate yourself to one or two things single mindedly + and you will become unrecognisable + in 6 months, all the best. /br Carlson I.
+ + + ++ David from the Netherlands
++ Thanx w3schools for all the amazing tutorials! +
++ "Everyone is at least a bit nosy, isn't it ?" +
++ -Kuromi chan
+Hard work beats talent when talent doesn’t work hard.
--Tim Notke
-Thanks for this amazing tutorial
-LET THEM KEEP GUESSING
+
+ Jai Shri + Ram
+Talent is nothing without hard working- + Cristiano Ronaldo +
Subroto Kumar
+W3Schools.com is the Best place to Learn Web development +
+My message to the world is you are wordering where to + start learning front-end development + w3schools is the best website where you get everything + you need. +
+ + + +Samson Githinji
+My skillset: MERN Stack | Python | SQLAlchemy
+ + + ++ Hello from Uzbekistan
+ + + +
+ "Nothing is more active than
+ thought, for it travels over the
+ universe,
and nothing is stronger than
+ necessity for all must submit to it."
+
When you're feeling overwhelmed with a task just take a + breath, + you'll probably find it easier once you come back to it. +
+ + + ++ Greetings + fellow learners from greater IRAN!
+ + +You are now reading this line.
+ + + + +The seven cities of love became Attar
+We are still at the corner of an Git tutorial
+ + + ++ Hi from Japan
+ + + +
+ "Everything is going to be okay in the end.
+ If it's not okay, it's not the
+ end."
+
Hey earthlings!
+ - - -
Hello world!
+ +
This is the first file in my new Git Repo.
+This line is here to show how merging works.
+This is the first file in my new Git Repo.
+This line is here to show how merging works.
+ +
This is the first file in my new Git Repo.
+A new line in our file!
+
Hi All!
+Learning Git has been an invaluable experience, and + I'm grateful for the opportunity to + deepen my understanding of version control. I'm + excited to explore more now that i know + what it entails.
+Thank you to everyone who has contributed to making + this course interesting to undertake. + I look forward to connecting with you all!
+Cheers,
+Akpos Sakpere
+
-
-
- "Everything will be ok in the end, if it's not ok, it's not the
- end"
-
-
-
-
Keep learnig guys.
- -- Misbah from Bangladesh 20/11/2023
-Jonathan was here on 2024-01-27
- -wooooo yeah baby thats what i've been waiting for, this is what its all - about...
-- MOIST
+ + +Hello, world!!
+I'm a computer science student from Brazil.
+ - -Hello future - programmers! 😀 -
-If you're reading this, - you are almost done with - this tutorial!
-Keep going and follow your - dreams!
-Thanks to W3Schools!
-- Gaby from Bulgaria, 15/11/2023
-Hi everyone! All the best for your git learning + journery (Nithin, 24-01-2024)
+ -Inserted my message -
--"Keep going guys. I belive we'll make it one day - !"
-Kev
-
We did it!
-Great job everyone.
-Hey it's me Vipin Karma, Hope you guys doing well
- -- Thanks a lot for the tutorial! -
-Greetings from Georgia ❤ Thanks for an amazing course +
+Hello Wroldddddddddddd from Temi, I really appreciate + this very well thoughtout course
+ +Greetings from Man7788, enjoy your learning!
+Thanks for a wonderful tutorial
+ + +Call me Pzipegasus
+Finally, Learned git and github was struggling since many + days.
+ + + +Hello from Kurdistan! + Grateful to W3Schools for their + fantastic tutorials! ❤️☀️💚
+Hello and greetings to you all !!!
- And thanks to W3Schools for the well organized Git tutorial. Cheers
- !!!
- Jouko, Oulu, Finland
- 11/2023
+
Hello everyone, + +
+
Greetings from Oded S.
+ ++
Thanks to W3Schools for a very helpful online course.
+ + + + + + + + +Hello Developers!
+I am Arshad from Pakistan, wishing you success in your journey.
+The Git Tutorial is very simple and easy to understand, thanks to w3schools + for such a great work. +
+Hi, I am
Farhan
+ Reza!
+
+ time is limited...
-Anonymous
+
+ +
Hi! i am shohidullah
+ ++
I'm a student from Bangladesh
+ + - -Hi
-- One more time! until perfection! -
-HELLO EVERYONE!!!
-HELLO EVERYONE!!!
+Hello! I'm Nathaniel (innCoding Tech Hub) from Nigeria
+With heart filled with gratitude i'm saying a big thank you to w3shools Team + for the incomparible + Tutorials
+HELLO EVERYONE!!!
+ + + +HELLO DEVS!🌍
+Hi everyone I'm kevin from Perú and I just want to say don't give + up! The effort is worth + it! (09/01/2024)
+
+
Hi!
+ ++
I'm a student from Brazil
+ ++
I wish luck and prosperity to all of you! <3
+ + - -hie guys wish you well on your coding journey
-One Love
-+
Hi Everyone 👋
+Welcome to this wonderful programming world 🙂 +
+
- "We are the champions, my friends" -
-Freddie Mercury
-- Why did the developer quit using Git? Because they didn't know how to - commit. - Mr.ChatGPT -
- -This is my Comment!!
-My family loves my comment.
-My friends love my comment.
-My cat loves my comment.
-My dentist loves my comment.
-My doctor loves my comment.
-My neighbors love my comment.
-I hope that you also love my comment.
-Leave a comment about my comment.
-Keith R.
-New change
+- - Bùi Quốc Triệu +
+ const
+ aboutMe
+ =
+ function( )
+
+ return + { +
+name : + 'James B' , +
+position : + 'Self-Taught-Junior Dev' , +
+Github : + 'ordoabchao8' , +
+}
+}
+
- One of my most productive days was throwing away 1,000 lines of code.
-
- Ken Thompson
-
+ Hi, introduce myself!!!
+ I'm Tri, from Indonesia
+ Thanks to W3Schools for the tutorial!!!
+ 27/12/2023
+
- When you see a person who has been given more than you in money and - beauty, then look to those who - have been - given less.
-+
Hello EveryBody
+ +Thanks to W3Schools team for all !
+AlexTree, Belarus, 21-12-2023
+ - -
+
This Tutorial is awesome, I am geatful to + W3schools
+ + - -- "So excited to finally truly learn Git" -
-Ulises Machado
-
+
+ Hello fellow developers 😁😁😁 - Wilson from Vietnam 🇻🇳
+

- "So excited to finally truly learn Git" -
-Ulises Machado
-Hey and greetings to you all !!!
+ Thanks to W3Schools team for such a great tutorial.!!!
+ Rudra, India
+ 12/2023
SALUT!!!
-+
Hello Everyone! How are + you?
++
I am a Developer from India.
+I hope you all have a wonderful future!
++ -
SALUT!!!
+ +Hello
+I'm Ariadna, thanks for this amazing tutorial
keep Learning 😊
+hi this is best beginner friendly git/github tutorial on internet
+ - -- - Finally finished learning Git thanks to you !! lets go for html css ... -
+Hello
Hello W3Schools! Thank you for the awesome tutorial. -
-- by lanshead - from Russia.
+I'm Yisak from Ethiopia.
Good work Keep it up. -
-- by Waqas - from Pakistan.
+Wish you well in your journey. 😊
- Thanks for the tutorial! -
+ + + +Hello
Hi W3Schools!. Thank you for the - awesome tutorial. Yasiru from - Sri Lanka 🇱🇰 :)
+I'm Swathy ,hope you suceed in your respective careers
keep Learning 😊
+Hello My Name is Radhika Shaktawat
+Don't expect path to success be paved in marbles. + Comfort makes us lazy and weak + while troubles makes us strong and powerful!
+Sulsiperis, Lithuania
- - -Love all of your hard works, W3schools <3 <3
- <3
- === Vietnam - 9/20/2023 ===
Thanks from tion. Keep up the good work!
- + - -- - Love w3school and school 21 (Todd1s) -
-Kilroy was here
+♥ Domík z Prahy 4.12.2023 ♥
+No niin!
-Hello from Serbia!:)
Thanks W3Schools for their
- work
BlackPerico <3
- გამარჯობა!
-Hello my fellow Georgians! :) -
- Thank you for the Git tutorial! - JG 2023 -
-Hello from UMMAN2005 <-< /p> - -
-> UMMAN2005-dən Salam
+
+ const
+ aboutMe
+ =
+ function( )
+
+ return + { +
+name : + 'Yassine Essaouri' , +
+position + : + 'fullstack-developer' , +
+Github : + 'EssYassine' , +
+}
+}
+- Hello ! Great tutorial! Thanks -
-+ Hey guys + Am Taran, am happy to share my note here. + am a versatile person with a unique blend of skills like Programming, + Web-Development,and Graphic-Design. + Feel free to reach out. + Instagram: __im.john.__ + LinkedIn: Taran Mesala ++
- Hello! Amazing website. All things in one place. Thank you - 10-10-2023 -
-Thanks for this awesome tutorial!!!
+
Adr1Est from Madrid - 28/11/2023
+- Hello! Amazing website. All things in one place. Thank you - 10-10-2023 -
-I am dngebremedhn from Tigray, learning Git and Github
-I am learning forking here. Thank you w3schools for allowing us do - this.
-- Having fun learning Web Development with w3Schools!!! -
-- For God so loved the world that he gave his one and only Son, - that whoever believes in him - shall not perish - but have eternal life. -
-John 3:16 NIV
-- Hello from Kurdistan! Grateful to W3Schools for their fantastic - tutorials! ❤️☀️💚 -
-Hello everyone from Russia!
-Thanks w3schools's team for this and other - tutorials!{>_<}
-- "Two things are infinite: the universe and human stupidity; and - I'm not sure about the - universe." -
-Albert Einstein
-Hard work beats talent when talent doesn’t work hard.
+-Tim Notke
+Thanks for this amazing tutorial
+Hello World!!! from primeakash
-Hey! all people
-
Hello from IRAN! Thanks W3S for amazing tutorials!
-Future developer, MMP
-
+
+
+ "Everything will be ok in the end, if it's not ok, it's not the
+ end"
+
+
+
+
Keep learnig guys.
+ +- Misbah from Bangladesh 20/11/2023
+Ahoy
-from
-Rob
-Torilla tavataan.-
wooooo yeah baby thats what i've been waiting for, this is what its all + about...
+- MOIST
- -Erm, yes, i don't have any idea what i should write.
-I don't know much about html so i won't make anything fancy like the - others.
- Thank you. - + +Hello future + programmers! 😀 +
+If you're reading this, + you are almost done with + this tutorial!
+Keep going and follow your + dreams!
+Thanks to W3Schools!
+- Gaby from Bulgaria, 15/11/2023
+you are in my chair!!
-
+
+ Inserted my message
+
-
-
- hello from Israel!
- I'm learning git, nickname in discord is: Gater777
-
-
+
+
+
+ "Keep going guys. I belive we'll make it one day
+ !"
+ Kev
+
+
-
-
-
- "its a great tutorial, thanks!"
-
- budi-tech
-
-
+
+ We did it!
+ Great job everyone.
+
-
- eu estive aqui!!
- agora é sua vez.
- por: Ana Laura IFC-2023
-
+
+
+
+ Thanks a lot for the tutorial!
+
+
+
-
-
- "Oi"
-
- Mariana
-
+
+
+ Hello and greetings to you all !!!
+ And thanks to W3Schools for the well organized Git tutorial. Cheers
+ !!!
+ Jouko, Oulu, Finland
+ 11/2023
+
-
-
-
-
-
- Thank you for the Git tutorial! - JG 2023
-
-
-
-
-
-
- Diana e Isabeli
-
-
- 💖
-
-
- 15.08.2023
-
-
-
-
+
-
- Pires passou por aqui, beijos
- IFC 2023
- é... até que é legal
-
+
+
+ Hi
+
+
+
+
+ One more time! until perfection!
+
+
-
-
-
-
-
Mateus Rosa
-
-
-
- The sound of the
- waves is the best soundtrack in
- the world.
-
Ago 15, 2023
- Brazil, SC.
-
-
-
+
+
+ Thank You!
+
+
+ I sincerely appreciate W3Schools for their wonderful content, which has
+ been incredibly helpful to
+ me in my learning
+ journey.
+
+
+
Inserted my message +
hello from Israel!
- I'm learning git, nickname in discord is: Gater777
- ++"Keep going guys. I belive we'll make it one day + !"
+Kev
+
- "its a great tutorial, thanks!" -
-budi-tech
-We did it!
+Great job everyone.
+eu estive aqui!!
-agora é sua vez.
-por: Ana Laura IFC-2023
-+ Thanks a lot for the tutorial! +
+- "Oi" -
-Mariana
-Hello and greetings to you all !!!
+ And thanks to W3Schools for the well organized Git tutorial. Cheers
+ !!!
+ Jouko, Oulu, Finland
+ 11/2023
- Thank you for the Git tutorial! - JG 2023 -
-- Diana e Isabeli
-💖
-- -
15.08.2023
-Pires passou por aqui, beijos
-IFC 2023
-é... até que é legal
-Hi
++ One more time! until perfection! +
+
Mateus Rosa
-
- The sound of the - waves is the best soundtrack in - the world.
-Ago 15, 2023 -
Brazil, SC.
-HELLO EVERYONE!!!
+HELLO EVERYONE!!!
- -
Mateus Rosa
-
- a felicidade é - uma borboleta, deveríamos pegá-la - enquanto - dançamos.
-Ago 15, 2023 -
Brazil.
-HELLO EVERYONE!!!
-- "Se ame mais!" -
-Iza Espanhol
-hie guys wish you well on your coding journey
+One Love
+- "Make it as simple as possible, but not simpler." -
-Albert Einstein
-I'm just trying to get my life - together
-
Mateus Rosa
-
- Não importa o - quão poderoso você se torne nunca - tente fazer tudo sozinho, caso contrario ira falhar. - Uchiha Itachi
-Out 31, 2023 -
Brazil.
-+ "We are the champions, my friends" +
+Freddie Mercury
+- "Se ame mais!" -
-Iza Espanhol
-Afsar UDDIN 😎
-Thank you for amazing possibility to learn! People and - Robots become closer to each others! - 🦾❤️💪🏻 -
-+ Why did the developer quit using Git? Because they didn't know how to + commit. - Mr.ChatGPT +
+ +This is my Comment!!
+My family loves my comment.
+My friends love my comment.
+My cat loves my comment.
+My dentist loves my comment.
+My doctor loves my comment.
+My neighbors love my comment.
+I hope that you also love my comment.
+Leave a comment about my comment.
+Keith R.
+New change
- -Santa Rosa do Sul
- + ++ - Bùi Quốc Triệu +
+ One of my most productive days was throwing away 1,000 lines of code.
+
- Ken Thompson
+
+ When you see a person who has been given more than you in money and + beauty, then look to those who + have been + given less.
+INTER CAMPEAO DA LIBERTADORES DE 2023
-
+ "So excited to finally truly learn Git" +
+Ulises Machado
+- - Muito obrigado pelo tutorial, W3schools! Joédio Borges Jr. -> - Araranguá-SC / Brasil -
-só sei que nao sei, assinado: Rohzeu.
- + +
Amanhã é meu aniversario!
-Oi todo mundo
-+ "So excited to finally truly learn Git" +
+Ulises Machado
+
Mateus Rosa
- O Superior passou - por aqui
--Guilherme Ritter -
-Ago 15, 2023 -
Brazil🇧🇷.
-SALUT!!!
+ola pessoas
- -- I'm becoming a pro volleyball player!! -
-SALUT!!!
+
mötley crüe, melhoir banda do mundo rapaziada 🇧🇷
+hi this is best beginner friendly git/github tutorial on internet
-+ + Finally finished learning Git thanks to you !! lets go for html css ... +
+o frio é psicológico, ass: Riter
- + +Hello W3Schools! Thank you for the awesome tutorial. +
++ by lanshead + from Russia.
+Good work Keep it up. +
++ by Waqas + from Pakistan.
+ema
- -+ Thanks for the tutorial! +
+Hi W3Schools!. Thank you for the + awesome tutorial. Yasiru from + Sri Lanka 🇱🇰 :)
+This is Sasi Lagisetti
-జీవితం అంటే నిన్ను నువ్వు చూసుకోవటం - కాదు, నిన్ను నువ్వు రూపు - దిద్దుకోవటం.
-A - dream is not that which you see - while - sleeping, it is something that does not let you sleep.
-Hello W3Schools! Thank you for the awesome tutorial. +
++ by lanshead + from Russia. +
+Am I doing this right?
-Hi Mom!
-Joe
-+ Thanks for the tutorial! +
+Hi W3Schools!. Thank you for the + awesome tutorial. Yasiru from + Sri Lanka + 🇱🇰 :)
+parararara pararara ...
-Terminal v1.01
+$> .\Thank.exe
$> Loading Thank.exe...
Thanks for the great tutorial! :)
+Press the Any key to exit
+por que não?
- - - -
Mateus Rosa
-
- Faith in God that - he is fair, Hey brother never - forget, on - guard, warrior raise your head trout, wherever you are, - however it may be Have faith because - even in the - dump, flowers are born - Brown, Mano
-Ago 10, 2023 -
Brazil🇧🇷.
-Take control of your life!
+Hello world !
+Olá todos do w3schools
- e deste repositorio!,
- Eu agradeço a sinceramenta a w3schools✨ for all
- their amazing and clear tutorials, it
- has been a
- humble and exciting path learning HTML, CSS, JavaScript and now
- Git & GitHub.
- Eu desejo a todos um boa apredizagem
- Henrique -
-Juntasso com os crias do W3school... 😁🤙
-Yuri Franco, Brasa
- -Take control of your life!
+Hello world !
+- "Cuidado que ai vem o saci." -
-Bigbig
-Why i love pumpkin seeds?
+
+ The reason why I love pumpkin seeds could be attributed to their unique
+ combination of taste and
+ nutritional
+ benefits. Pumpkin seeds have a pleasant, slightly nutty flavor that many
+ people find appealing.
+ Additionally,
+ they are a good source of nutrients such as protein, fiber, healthy
+ fats, vitamins, and minerals
+ like
+ magnesium and zinc. These nutritional benefits not only make pumpkin
+ seeds a tasty snack but also
+ contribute
+ to their popularity as a health-conscious choice.
+ Furthermore, personal preferences for certain foods can be influenced by
+ cultural, familial, or
+ individual
+ experiences. Perhaps you have positive memories associated with pumpkin
+ seeds from your past, or you
+ simply
+ enjoy their crunchy texture and versatility in various recipes.
+ Ultimately, the reasons for loving pumpkin seeds can vary from person to
+ person, but the combination
+ of taste,
+ nutrition, and personal preferences likely plays a significant role in
+ your affection for them.
+
+ In this short story, I expressed a deep attachment to pumpkin seeds, + emphasizing that their taste + brings me + pleasure and joy. They have become my weakness, and I always carry them + with me to savor their + flavor, even on + long journeys. "I love pumpkin seeds" has become not just a phrase but a + life philosophy for me, + highlighting + my fondness for this delightful snack. +
+This is an amazing tutorial! From India!.
+ + + +I'm zizo, from Libya.
+ + + +I'm Yohannes Molla, from Ethiopia.
+ + + +This is the best Git/GitHub tutorial ever!
+Thank you, w3schools.com!
+I was P.L. + from Hungary. Cheers!
+
+
Anirudra Adhikary
+
+
+ In a tranquil village, a + wise old man named Aiden + shared a + timeless phrase: "This too shall pass." When a brutal drought + struck, some followed his counsel + while + others despaired. Those who listened persevered, conserving + water and maintaining hope. + Eventually, rain + returned, reviving the land and the villagers' spirits. Aiden's + wisdom taught them that life's + challenges + are temporary, a lesson they held in their hearts forever.
++
India🇮🇳.
+Hello My Name is Radhika Shaktawat
- -- "Sou linda, me amo" -
-Lauzinha
-Love all of your hard works, W3schools <3 <3
+ <3
+ === Vietnam - 9/20/2023 ===
+ + + Good content as always!! +
+- "OMAGA, também te amo" -
-Zeus
-+ + Love w3school and school 21 (Todd1s) +
++ + Good content as always!! +
+Thank you for the course! - Analogkeyboard
- + +Thanks from tion. Keep up the good work!
+ + ++ + Love w3school and school 21 (Todd1s) +
+Thank you w3schools! The fact I can learn Git for free - online is legendary. You guys rock - (Also thanks - Bina for showing me this cool html gradient thing!). If - you see this, call someone you love - and tell - them so <3< /b> -
-- Wesley V. Kirchner. Brasil(08/08/23)
-- "Make it as simple as possible, but not simpler." -
-Albert Einstein
-No niin!
+Hello from Serbia!:)
Thanks W3Schools for their
+ work
BlackPerico <3
+ გამარჯობა!
+Hello my fellow Georgians! :) +
Hello W3SCHOOLS and
- Everyone that are taking this
- path,
- I sincerely want to thank w3schools✨ for all
- their amazing and clear tutorials, it
- has been a
- humble and exciting path learning HTML, CSS, JavaScript and now
- Git & GitHub.
- I wish everyone the best and all happiness,
- Piece,
- Albert Nikolli -
-Thank you w3schools! The fact I can learn Git for free - online is legendary. You guys rock - (Also thanks - Bina for showing me this cool html gradient thing!). If - you see this, call someone you love - and tell - them so <3< /b> -
-- Matt, Northern Ireland. (08/08/23)
-- "Make it as simple as possible, but not simpler." -
-Albert Einstein
-Hello Everyone!. Thanks W3SCHOOL for teaching us all Git and - Github .
-- "i'll leave tomorrow problems to tommorow's me." - -Saitama -
- + ++ Thank you for the Git tutorial! - JG 2023 +
+Thanks for the tutorial!
-Bina, Ukraine
-22.07.2023
-Hello from UMMAN2005 <-< /p> + +
-> UMMAN2005-dən Salam
++ Hello ! Great tutorial! Thanks +
+Hello Everyone From India. Thanks W3SCHOOL for teaching us all - Git and Github .
-Thank you for making GIT and github easier
-Parceros, parceros, como andamos! Gracias a w3school aprendí como - usar git, y se lo agradezco - mucho
-+ Hello! Amazing website. All things in one place. Thank you + 10-10-2023 +
+"Thanks for these simple and effective tutorials."
-+ Hello! Amazing website. All things in one place. Thank you + 10-10-2023 +
+"Takk."
-I am dngebremedhn from Tigray, learning Git and Github
+I am learning forking here. Thank you w3schools for allowing us do + this.
++ Having fun learning Web Development with w3Schools!!! +
+- Hi - there! Greetings from Poland.
-+ For God so loved the world that he gave his one and only Son, + that whoever believes in him + shall not perish + but have eternal life. +
+John 3:16 NIV
+- Hello, greetings from Stuttgart -
-Simon, Germany, 31.07.2023 -
-+ Hello from Kurdistan! Grateful to W3Schools for their fantastic + tutorials! ❤️☀️💚 +
+Hello everyone from Russia!
+Thanks w3schools's team for this and other + tutorials!{>_<}
+- "Make it as simple as possible, but not simpler." -
-Albert Einstein
-+ "Two things are infinite: the universe and human stupidity; and + I'm not sure about the + universe." +
+Albert Einstein
+Hello World!!! from primeakash
+SPECIAL - APPRECIATION
-- ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ -
-Here's my favourite quote by Dave Grey that has kept me going
- through out my web dev journey:
-
- Remember to keep striving for success over
- perfection and a little progress everyday
- would go a very
- long way.
-
-
🇳🇬 🇳🇬 🇳🇬 Casmir - - Nigeria (Wed 12 July, 2023) 🇳🇬 🇳🇬 - 🇳🇬
-Hey! all people
+I had loads of fun! Thanks w3schools! 💕
-being part of my life
-Hello from IRAN! Thanks W3S for amazing tutorials!
+Future developer, MMP
+Ahoy
+from
+Rob
+SPECIAL - APPRECIATION
-- I took a life changing decision this year to learn web - development and w3schools has been my - back bone - ever since. From the bottom of my heart, I sincerely - appreciate the team members of this - platform and I'm - saying a big THANK YOU! to you all ❤️ -
-Here's my favourite quote by Dave Grey that has kept me going
- through out my web dev journey:
-
- Remember to keep striving for success over
- perfection and a little progress everyday
- would go a very
- long way.
-
-
🇳🇬 🇳🇬 🇳🇬 Casmir - - Nigeria (Wed 12 July, 2023) 🇳🇬 🇳🇬 - 🇳🇬
-Torilla tavataan.+
"Hey y'all from Georgia, USA. Learning git is fun!"
-¡Saludos de Ezequiel desde Argentina!
-Thanks for all your amazing tutorials!
+ +"Greetings from Hope in - Nigeria"
-Erm, yes, i don't have any idea what i should write.
+I don't know much about html so i won't make anything fancy like the + others.
+ Thank you. + - -"Hello from Uzbekistan!"
-you are in my chair!!
+
-
-
- I had loads of fun! Thanks w3schools! 💕
- On their 3rd coffee, Julia
-
-
+
+
+ hello from Israel!
+ I'm learning git, nickname in discord is: Gater777
+
+
-
-
- "Hello from DR Congo👋🏽"
-
+
+
+
+ "its a great tutorial, thanks!"
+
+ budi-tech
+
+
-
-
-
- This week i did my first push from git to github, i am so
- happy
-
-
-
+
+ eu estive aqui!!
+ agora é sua vez.
+ por: Ana Laura IFC-2023
+
+
+
+
+ "Oi"
+
+ Mariana
+
-
-
- "I learn a lot from here. Thank
- you!"
- Ben Yuen 05/07/2023
-
-
-
- Thank you 3WSchools for teaching me Git and GitHub.
+
+
+
+
+
+ Thank you for the Git tutorial! - JG 2023
+
-
-
-
-
- Слава Україні - Slawa Ukrajini - Glory
- to Ukraine
- Diana Demska 03/07/2023 (and btw thank
- you Chris for style and
- support for
- Ukraine)
+
+
+
+
+ Diana e Isabeli
+
+
+ 💖
+
+
+ 15.08.2023
+
+
+
-
- Thank you so much W3Schools. I am so grateful to be part of this
-
-
-
-
-
- Sic parvis magna! Thank
- you,
- W3School! 07/06/23
-
-
+
+ Pires passou por aqui, beijos
+ IFC 2023
+ é... até que é legal
+
-
-
- Thank You!
-
-
-
-
-
-
- thank you for your tutorial (30/6/23) by Eli Borodach
+
+
+
+
+
Mateus Rosa
+
+
+
+ The sound of the
+ waves is the best soundtrack in
+ the world.
+
Ago 15, 2023
+ Brazil, SC.
+
+
-
-
- thank you for your tutorial (29/6/23)
-
-
- Thanks you
- Windy - VietNam (03/07/23)
+
+
+
+
+
Mateus Rosa
+
+
+
+ a felicidade é
+ uma borboleta, deveríamos pegá-la
+ enquanto
+ dançamos.
+
Ago 15, 2023
+ Brazil.
+
+
-
-
-
- - Thanks for the tutorial!
- - In fact, thanks for all the tutorials!
-
- - Learning a lot from you!
- - Greetings from Brasil!
-
- Rafa Santana, 29/06/2023 💚
-
-
+
+
+ "Se ame mais!"
+
+ Iza Espanhol
+
-
-
- thank you for your tutorials!! (Tetsu, 29th.June.2023)
+
+
+ "Make it as simple as possible, but not simpler."
+
+ Albert Einstein
+ I'm just trying to get my life
+ together
+
+
+
+
+
+
+
+
Mateus Rosa
+
+
+
+ Não importa o
+ quão poderoso você se torne nunca
+ tente fazer tudo sozinho, caso contrario ira falhar.
+ Uchiha Itachi
+
Out 31, 2023
+ Brazil.
+
-
+
+
-
-
- thank you for your tutorials!! (Dewan, 24 july.2023)
-
-
+
+
+
+ "Se ame mais!"
+
+ Iza Espanhol
+
-
-
- Great Git tutorial from w3schools. Thanks!
- BP 25.06.2023
+
+
+ Afsar UDDIN 😎
+ Thank you for amazing possibility to learn! People and
+ Robots become closer to each others!
+ 🦾❤️💪🏻
+
-
+
-
-
-
- Thank you for the tutorial!
-
-
-
+
-
- Greetings from France!
-
-
- Thank you for your support! (Bruno, June 21st, 2023)
-
-
-
-
-
-
-
-
-
- Monox Val
-
-
- Thank you w3schools 💖
-
- The best teaching materials are
- those who encourage hands on
- learning. Teaching
- about git and then allowing people to Pull Request to
- your repository it's a magnificient
- idea.
- 16.06.2023
-
-
-
-
+
+ Santa Rosa do Sul
+
+
-
- Hello from Nepal
-
- Thanks for the tutorial.
-
- Thanks for the tutorial.🥳
-
+
+
+ INTER CAMPEAO DA LIBERTADORES DE 2023
+
-
-
- Thanks for the tutorial! (Alex, June 18th, 2023)
- P.S. A joke about GitHub from Bing Chat:
- "What do you call a GitHub user who likes to merge branches?"
- - "A git-together."
-
-
-
- Love From china.aaaa!!!!
-
- Hello world!
-
-
-
- Thank you W3schools for
- giving
- everyone the
- opportunity to learn how to code!
- Thank you so much for this tutorial 🥰
-
-
-
+
-
-
- Thank you for a very nice tutorials.
- - AbbanDabo
-
-
-
-
- Thank W3Schools for a very nice tutorials.
- It's a pleasure to study with you.
- Olha
-
-
+
+
+
+
+ Muito obrigado pelo tutorial, W3schools! Joédio Borges Jr. ->
+ Araranguá-SC / Brasil
+
+
+
-
-
-
- "Be patient. All things are difficult before they seem
- easy."
-
- Saadi Shirazi (1210-1291)
-
-
-
-
-
- Thank you W3schools for
- giving
- everyone the
- opportunity to learn how to code!
- so many tutorials ... so much to learn ... so awesome
- 🥰
-
-
-
-
-
-
- Greetings From
- Peru🦙
-
-
- Martin Alvarez - June 08, 2023
-
+
+ só sei que nao sei, assinado: Rohzeu.
+
-
-
+
+
+ Amanhã é meu aniversario!
+ Oi todo mundo
+
-
-
-
- Thanks w3school for
- letting us get access to your
- amazing coding
- courses. I learned a lot from you.
- Jerejef!
+
+
+
+
+
Mateus Rosa
+
+
+ O Superior passou
+ por aqui
+ -Guilherme Ritter
+
+
Ago 15, 2023
+ Brazil🇧🇷.
+
-
-
- Doudou Fall -- Senegal
-
-
+ ola pessoas
-
- Ross was here!
-
+
+
+
+ I'm becoming a pro volleyball player!!
+
+
-
- Ross was here!
-
+
+
+
+ mötley crüe, melhoir banda do mundo rapaziada 🇧🇷
-
-
-
- Thank you for the tutorial!
-
- Stefan Anica,Romania.
-
-
+
-
-
-
- Aleksei wants his name on the wall too!
-
-
-
-
- Thanks for this awesome tutorial,Just loved it
krishrx
-
-
-
-
-
-
- Jambo,Karibuni Tanzania na tunasema Hakuna Matata!!!!
-
-
- Your Brother in Code
- 2023, April 09
- Zanzibar,Tanzania
-
-
-
-
-
- W3S! You Rock!
-
- Artem Ulyanov, Israel
-
-
+
+ o frio é psicológico, ass: Riter
+
- Run, Forrest, run!
+
+ ema
+
+
+
+
+
+ This is Sasi Lagisetti
+ జీవితం అంటే నిన్ను నువ్వు చూసుకోవటం
+ కాదు, నిన్ను నువ్వు రూపు
+ దిద్దుకోవటం.
+ A
+ dream is not that which you see
+ while
+ sleeping, it is something that does not let you sleep.
+
+
+
-
-
-
- GoodMorning From India
-
+
+
+ Am I doing this right?
+ Hi Mom!
+ Joe
+
+
-
-
+
+
I had loads of fun! Thanks w3schools! 💕
-On their 3rd coffee, Julia
-hello from Israel!
+ I'm learning git, nickname in discord is: Gater777
+ "Hello from DR Congo👋🏽"
-+ "its a great tutorial, thanks!" +
+budi-tech
+This week i did my first push from git to github, i am so - happy
-eu estive aqui!!
+agora é sua vez.
+por: Ana Laura IFC-2023
++ "Oi" +
+Mariana
+"I learn a lot from here. Thank - you!"
-Ben Yuen 05/07/2023
-Thank you 3WSchools for teaching me Git and GitHub.
+ ++ Thank you for the Git tutorial! - JG 2023 +
Слава Україні - Slawa Ukrajini - Glory - to Ukraine
-Diana Demska 03/07/2023 (and btw thank - you Chris for style and - support for - Ukraine)
+ ++ Diana e Isabeli
+💖
++ +
15.08.2023
+Thank you so much W3Schools. I am so grateful to be part of this -
- - -- Sic parvis magna! Thank - you, - W3School! 07/06/23 -
-Pires passou por aqui, beijos
+IFC 2023
+é... até que é legal
+Thank You!
-
-
-
- thank you for your tutorial (30/6/23) by Eli Borodach
+ +
Mateus Rosa
+
+ The sound of the + waves is the best soundtrack in + the world.
+Ago 15, 2023 +
Brazil, SC.
+thank you for your tutorial (29/6/23)
-Thanks you
-Windy - VietNam (03/07/23)
+ +
Mateus Rosa
+
+ a felicidade é + uma borboleta, deveríamos pegá-la + enquanto + dançamos.
+Ago 15, 2023 +
Brazil.
+-
-
- Thanks for the tutorial! -
- In fact, thanks for all the tutorials! - -
- Learning a lot from you! -
- Greetings from Brasil! -
Rafa Santana, 29/06/2023 💚
-+ "Se ame mais!" +
+Iza Espanhol
+thank you for your tutorials!! (Tetsu, 29th.June.2023)
++ "Make it as simple as possible, but not simpler." +
+Albert Einstein
+I'm just trying to get my life + together
+
Mateus Rosa
+
+ Não importa o + quão poderoso você se torne nunca + tente fazer tudo sozinho, caso contrario ira falhar. + Uchiha Itachi
+Out 31, 2023 +
Brazil.
+thank you for your tutorials!! (Dewan, 24 july.2023)
-+ "Se ame mais!" +
+Iza Espanhol
+Great Git tutorial from w3schools. Thanks!
-BP 25.06.2023
+Afsar UDDIN 😎
+Thank you for amazing possibility to learn! People and + Robots become closer to each others! + 🦾❤️💪🏻 +
- Thank you for the tutorial! -
-Greetings from France!
- -Thank you for your support! (Bruno, June 21st, 2023)
-- Monox Val
-Thank you w3schools 💖
--
The best teaching materials are - those who encourage hands on - learning. Teaching - about git and then allowing people to Pull Request to - your repository it's a magnificient - idea.
-16.06.2023
-Santa Rosa do Sul
+ + - -Hello from Nepal
- -Thanks for the tutorial.
- -Thanks for the tutorial.🥳
- + +INTER CAMPEAO DA LIBERTADORES DE 2023
+Thanks for the tutorial! (Alex, June 18th, 2023)
-P.S. A joke about GitHub from Bing Chat:
-"What do you call a GitHub user who likes to merge branches?" - - "A git-together."
-Love From china.aaaa!!!!
- -Hello world!
- - -Thank you W3schools for
- giving
- everyone the
- opportunity to learn how to code!
- Thank you so much for this tutorial 🥰
-
Thank you for a very nice tutorials.
-- AbbanDabo
-Thank W3Schools for a very nice tutorials.
-It's a pleasure to study with you.
-Olha
-+ + Muito obrigado pelo tutorial, W3schools! Joédio Borges Jr. -> + Araranguá-SC / Brasil +
+- "Be patient. All things are difficult before they seem - easy." -
-Saadi Shirazi (1210-1291)
-Thank you W3schools for
- giving
- everyone the
- opportunity to learn how to code!
- so many tutorials ... so much to learn ... so awesome
- 🥰
-
- Greetings From - Peru🦙 -
-- Martin Alvarez - June 08, 2023 -
+ +só sei que nao sei, assinado: Rohzeu.
+ -Amanhã é meu aniversario!
+Oi todo mundo
+Thanks w3school for - letting us get access to your - amazing coding - courses. I learned a lot from you.
-Jerejef!
+ +
Mateus Rosa
+ O Superior passou + por aqui
+-Guilherme Ritter +
+Ago 15, 2023 +
Brazil🇧🇷.

Doudou Fall -- Senegal
-ola pessoas
- -Ross was here!
- + ++ I'm becoming a pro volleyball player!! +
+Ross was here!
- + +
mötley crüe, melhoir banda do mundo rapaziada 🇧🇷
- -- Thank you for the tutorial! -
-Stefan Anica,Romania.
-- Aleksei wants his name on the wall too! -
-Thanks for this awesome tutorial,Just loved it
krishrx
-
- Jambo,Karibuni Tanzania na tunasema Hakuna Matata!!!! -
-- W3S! You Rock! -
-Artem Ulyanov, Israel
-o frio é psicológico, ass: Riter
+ -Run, Forrest, run!
+ema
+ +This is Sasi Lagisetti
+జీవితం అంటే నిన్ను నువ్వు చూసుకోవటం + కాదు, నిన్ను నువ్వు రూపు + దిద్దుకోవటం.
+A + dream is not that which you see + while + sleeping, it is something that does not let you sleep.
+- GoodMorning From India -
+ +Am I doing this right?
+Hi Mom!
+Joe
+