Author: admin

JavaScript variables

JavaScript variables

What you will learn here about javascript variables What is variable How to define variable in javascript How to call variable in javascript What is variable We all know in every programming language data...

Javascript basics

Javascript basics

What is Javascript? Javascript is client side programming language used for dynamically adding or modifying web page(HTML page) content. console.log All modern browser supports console. In javascript, console.log() is function which provides logging or...

Style sheet in html

Style sheet in html

What you will learn here about CSS CSS Stylesheet types CSS Stylesheet types: CSS helps to design the content to be displayed on the browser. Using CSS we can style the color of the...

How to swap two numbers in python

How to swap two numbers in python

What you will learn here about python number swapping How to swap two numbers using temp variable in python How to swap two numbers using arithmetic operator How to swap two numbers using bitwise...

How to define a function in Python

How to define a function in Python

What you will learn here about Python How to define a function in Python Python name error name is not defined How to define a function in Python 1)In Python def keyword helps us...

What is framework

What is framework

What you will learn here about framework What is framework or what is framework in programming language Real time example of framework Why we use framework Should I use framework or not 1)What is...