Τρίτη 23 Ιουλίου 2013

jav10

W3Schools
Visit W3Schools

Try the link before and after you have pressed the button!

jav8

cell 1 cell 2
cell 3 cell 4 cell 5 cell 6 cell 7 cell 8 cell 9 cell 10
Firstname Lastname Text
Peter Griffin Hello my name is Peter Griffin. I need a long text for this example. I need a long text for this example.

Peter Griffin

Note: This example does not work in Internet Explorer.

jav7

cell 1 cell 2
cell 3
Row1 cell1 Row1 cell2
Row2 cell1 Row2 cell2

cell 4
Row1 cell1 Row1 cell2
Row2 cell1 Row2 cell2
Row3 cell1 Row3 cell2

jav6

100 200
300 400



Enter some text in the fields below, then press the "Submit form" button to submit the form.
First name:
Last name:

Enter some text in the fields below, then press the "Reset form" button to reset the form.
First name:
Last name:

First name:
Last name:
The value of the target attribute is:
First name:
Last name:
The name of the form is:
First name:
Last name:
The method for sending form-data is:

jav5

First name:
Last name:
The value of the action attribute is:

jav4

jav3

Enter some text in the fields below, then press the "Submit form" button to submit the
Click on the "Start count!" button above to start the timer. The input field will count forever, starting at 0. Click on the "Stop count!" button to stop the counting. Click on the "Start count!" button to start the timer again.
form.
First name:
Last name:

Enter some text in the fields below, then press the "Reset form" button to reset the form.
First name:
Last name:

First name:
Last name:
Form data will be encoded as:
First name:
Last name:
The value of the action attribute is:
First name:
Last name:
Return the value of each element in the form:

java2

First name:
Last name:
Return the value of each element in the form:
The "Start" button starts the animation.
The "Stop" button stops the current active animation, but allows the queued animations to be performed afterwards.
The "Stop all" button stops the current active animation and clears the animation queue; so all animations on the element is stopped.
The "Stop but finish" rushes through the current active animation, then it stops.
HELLO
Demonstrate fadeOut() with different parameters.




Name:
Email:

This is a heading

This is a paragraph.
This is another paragraph.

Java1

txt1="What a very "; txt2="nice day"; txt3=txt1+txt2;
var carname="Volvo"; document.getElementById("demo").innerHTML=carname; var x=5; var y=6; var z=x+y;
http://www.w3schools.com/js/js_variables.asp