Create simple table in Html:
Before create table you need to some information about table creation.
1. <table>..</table> Tag for create table.
2. <tr>..</tr>...
What is even numbers ?
If any number is divide it by 2 or remainder is 0 than this number is even.
What is odd numbers ?
If any number is divide it by 2 or remainder is not equal to 0 than this number is odd.
Step:1 - First declare number variable and it's value.
Step:2...
Simple Addition of Two numbers in php
Step:1 - Declare two variables using $ sign.
Step:2 - Create another one variable for store the answer value.
Step:3 - Print addition of two numbers using echo.
Addition.php:
Output:
...
Create hello world program in php
Before create program you need to download and install wampserver or any other server.
How to download and install wampserver.
Steps for create php program:
Step:1 - Open Sublime Text or any other editor(Notepad,Notepad++ etc).
Step:2...
How to download and install wampserver for windows.
Steps for download WampServer:
Step:1 - first go to this link http://www.wampserver.com/en/ and go to the download section.
Step:2 - After than click on wamp server 64 bit or wamp server 32 bit whatever...
What is Css ?
Css Stands for Cascading Style Sheet with the use of design your web page.
There are main three types of Css:
Inline Css
Internal Css
External Css
1) Inline Css:
Inline Css it's use in the html tag with...
Step:1-First we are create one class helloworld.
class helloworld {
//program main herepart !
}
Step:2-create main method in class helloworld.
public static void main(String[] args) {
//main method..
}
After create main method write your code...
Before set jdk you need to download JDK.
set jdk path:
Step:1 - Go to the jdk location where store jdk in your pc and copy jdk location .
Step:2 - After copy jdk path go to control panel -> system.
...
In this tutorial we will show you how to create simple python program or how to run program using command line.
Create simple python program:
Step:1 - first open sublime text or any other editor for create python program.In this tutorial we can use Sublime Text.
Step:1...
Create simple program in HTML (Hyper Text Markup Language).
Step:1 - first open Notepad or Notepad++.
Step:2 - write html code in <html>..</html> tag.
But ,before write html code we will show you how to write html code for web page.
Syntax:
In...
what is integer ?
Integer : integer is whole number of positive,Negative and Zero.
example : positive integer numbers = 1,2,3,4,5
Negative integer numbers = -1,-2,-3,-4,-5
...