Który z poniższych kodów stanowi alternatywę dla kodu umieszczonego w ramce?

for($x=1;$x<=55;$x+=1){echo $x." ";}
?>
for($x=1;$x<=55;$x++){echo $x." ";}
?>
for($x=2;$x<=54;$x+=2){echo $x." ";}
?>
for($x=2;$x<=56;$x+=2){echo $x." ";}
?>

<script> var x = 10; x++; console.log(x); </script>
<input type="checkbox" name="text1" value="text2">

SAVE DATABASE
BACKUP DATABASE
UNBACKUP DATABASE
EXPORT DATABASE
| function Uczen(){ this.imie = ""; this.nazwisko = ""; this.technik = 'informatyk'; this.zawod = function(){ return this.technik; }; } |
|
Input 1. Podaj imię: Input 2. Podaj imię: Input 3. Podaj imię: Input 4. Podaj imię: Agnieszka |
<div>?div { background-color: blue; }
div { border-color: blue; }
div { shadow: blue; }
div { color: blue; }
for ($i = 10; $i <= 100; $i += 10)
<a href="#dane">
|
background: linear-gradient(to right, LightBlue, DarkBlue);

alert()
confirm()
prompt()
document.write()
A. Fragment pliku strona.html: |
B. Fragment pliku formatowanie.css: |
C. Fragment pliku strona.html: |
D. Fragment pliku strona.html: |
autofocusplaceholderrequiredpattern