Hello everyone! I’m excited to announce the launch of our girl’s coding club on Kidznet. Our goal is to create a community of young coders and teach them the skills they need to succeed in the digital age. In this club, we’ll learn about coding concepts, build coding projects, and explore different career paths in […]
If you are interested in coding, you are in the right place!! This is a coding group for girls 🤹♀️who are interested in coding and technology. We meet regularly to learn new skills, work on projects, and have fun. Remember, coding is a fun and rewarding activity that can help you develop new skills, express […]
Hi! This is Alex’s New group for Code lovers. Everything here will suit any user of any level, and you will be able to test your level from quizzes. Let us know your level and we will make lessons for you! Entering this group is free, and this is a social help group to develop […]
Hello:) Many coders wonder how to make text input, and some wonder if I could make a text input only for emails. So if you are looking for it you came to the right place. You can make a simple text input by typing: <input>. But what if you just need it for emails? You […]
Many websites are not mobile friendly, and when they try to make it friendly they need to redesign it. This can lead to struggling and force them to give up. Here is a shortcut method. This is a basic code using a metatag to make your webpage mobile friendly. Code: <head> <meta name=”viewport” […]
Hello:) Have you ever seen html code? If you have you will find <!DOCTYPE html>, so you will wonder what it is, and here is the answer. When you use <!DOCTYPE html> that means you are using the latest html in the world. So, if you opened an old website and read it’s code you […]
Hello:) Today we will talk about paragraphs in HTML. Paragraphs are blocks of content separated by blank lines or indentations. To write a paragraph we will need to use the <p> tag. Example: Next, you will open the file and the paragraph will show output like in the photo below: Homework: Make an HTML paragraph […]
Hello:) In this group we will post some HTML tips. If you want to help, you can post tips too! If you have a problem, please post it in the comments, or in an individual group, but put this group as the category button, or mention these users: @HTML-codes (me) @basha
In this post I will introduce you to variables and how do they work. I will also show you how to write them in C++. Let’s go on. Variables are object, or keywords that carry on information, such as letters, symbols, numbers etc. In C++, we classify those variables into string variables (string), int variables […]
I’m a young self-taught programmer and I’m fluent in many programming languages. My parents don’t know much about computers, so I learned coding by YouTube and e-books. Based on my experience, mainly the programming languages are hard, except for a few of them.Also a quick tip: Math won’t leave you aside along your programming journey, […]
Here we share our creations that we made on Scratch, and discuss bugs and problems that we find on the website, and help others. Have Fun!!! website link: https://scratch.mit.edu/
In this post you will learn about the Python programming language. Python is a high-level general programming languages created in 1991 by Guido van Rossum. It was named after the famous show, “Monty Python’s Flying Circus.” Python uses a lot of indentation instead of parentheses/brackets to make the code easier to read. It can be […]
Do you want to learn QBasic? Below is an example of it. The program below accepts two numbers and performs a math calculation on it, similar to a calculator. QBasic stands for Quick Beginners All Purpose Symbolic Instruction Code. It was created by Microsoft in 1991 and is based on the original BASIC language released […]