How To Make Your Website Mobile Friendly?

Bookmark (0)
Please login to bookmarkClose

No account yet? Register

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” […]

How To Write A Paragraph In Html?

Bookmark (0)
Please login to bookmarkClose

No account yet? Register

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 […]

HTML Group

Bookmark (0)
Please login to bookmarkClose

No account yet? Register

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

How to make a simple calculator in Python

Bookmark (1)
Please login to bookmarkClose

No account yet? Register

Python is a really popular programming language. I’ve been using it for around 2 years. Based in my experience, Python is really fast and easy for beginners. As matter a fact, Python is multi-paradigm, which makes it easier for the beginners to start with. Today, I am going to be explaining step by step, line […]

Variables in C++

Bookmark (0)
Please login to bookmarkClose

No account yet? Register

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 […]

Programming Club!!!

Bookmark (1)
Please login to bookmarkClose

No account yet? Register

Here we will discuss many things about programing: Discuss the problems we ‘ve faced when we did coding and find answers for them. Share our experiences with you all and talk about them. Share posts, screenshots and many other items related to coding. Talk about programs and projects we can make. Join the Programming  Club […]

The Best Programming Languages For Kids

Bookmark (1)
Please login to bookmarkClose

No account yet? Register

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, […]

LEARNING PYTHON : CALCULATOR

Bookmark (0)
Please login to bookmarkClose

No account yet? Register

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 […]

Learning QBasic: Calculator

Bookmark (1)
Please login to bookmarkClose

No account yet? Register

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 […]