Commonly used font-family property in CSS
There are some commonly used font-family property in css Arial Monospace Sans-serif Cursive Example Read more
Source of computer tutorials
There are some commonly used font-family property in css Arial Monospace Sans-serif Cursive Example Read more
Follow these given steps Create new project in laravel framework as mention in laravel documentation make sure you have created a project as you want... Read more
It is an drawing software that is used to draw new arts or create new images. Paint file has an extension (by which a file... Read more
Let assume we have an array of size 3 by 3 means 3 rows and columnsexample In this tutorial, we will learn about how to... Read more
connect.php setup.sql form.php users.php edit.php server.php First of all create new folder in xampp\htaccess with named project. project folder will contain all these above files.... Read more
To get input by the user in javascript, we will use prompt() method of javascript. Read more
Note: Make sure both html file saved with background.html and business.jpg image file are placed together in a single folder, if you save image file... Read more
Write a SQL statement to create a simple table countries including columns country_id, country_name, region_id write a SQL statement to create a resource table, insert... Read more
स्वर अ v (small V)आ v+k (small V+ small K)इ b (small B)ई b+ Z (small B, capital Z)उ m (small M)ऊ ALT+ 0197ऋ SHIFT... Read more
Just click on code to copy and paste and save as cart.html, just run and enjoy. Read more
HTML form Get jquery library Read more
There are two methods to swap two number. Using the third variable Without using the third variable Swapping of number using third variable In this... Read more
C is a general-purpose, procedural programming language.C programming was developed by Denis Ritchie at Bell Labs, during 1980 – 1990. it was the most popular programming language.it... Read more
Class Objects in Python Python class Class is a blueprint or Skelton. Which gives information about how will be the class object. Some of the... Read more
Python Functions First of all, we need to understand what the function is and why we should use this? Let’s understand this concept. Where are... Read more
Loop in python What is the loop in python? Repetition of any statement or code is called a loop. What is the use of a... Read more
Statements in Python When our program has a requirement to use condition statements are used. There are different types of statements depending upon how much... Read more
Python operators Arithmetic Operators Relational Operators Logical Operators Arithmetic Operators Arithmetic operators perform all mathematical operations like addition, subtraction, multiplication, and division. 1 + Add... Read more
python introduction Python is an interpreted, high-level, general-purpose programming language, Python was created by Guido van Rossum and was first released in 1991. Python support... Read more
Learn to get HTML form data using PHP In this tutorial, we will learn about how to get and display HTML form data using PHP.... Read more
PHP operator Operators are used to calculating values. Arithmetic Operators Relational Operators Logical Operators Arithmetic operators + To add two number 2+3=5 – To subtract... Read more
PHP introduction PHP is a server-side programming language that is used to develop web pages mainly. PHP stands for preprocessor hypertext and developed by Rasmus... Read more
what is javascript Java script is lightweight, interpreted, web scripting programming language.javascript is also called dynamic programming language which is used to create dynamic web... Read more
HTML learn to design web page HTML stands for HyperText Markup Language, which is used to create web pages. HTML defines the structure of the... Read more