Pokazane pole input pozwala na
<input type = "checkbox" name = "text1" value = "text2">
<input type = "checkbox" name = "text1" value = "text2">


| $x=0; for($i=0; $i<10; $i++) { $tab[$i]=$x; $x=$x+10; } |

| var Imiona = new Array('Anna','Joanna','Monika','Agata'); |
|
| int tab[6]; for (int i = 0; ???; i++) cout << tab[i]; |
|
| <body> <p>pierwszy paragraf</p> <p>drugi paragraf</p> <p>trzeci paragraf</p> … |
| int obliczenia( int x ){ x %= 3; x++; return x; } int main( ){ std::cout << obliczenia(32); } |


| $z = mysqli_query($db, "SELECT ulica, miasto, kod_pocztowy FROM adresy"); $a = mysqli_fetch_row($z); echo "$a[1], $a[2]"; |
|
