Bearbeiten Sie den Code:
Siehe Ergebnis »
Versuch es selber - ©
w3ii.com
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
script
>
document.write(
"Hello World! <br>"
);
document.write(
"Have a nice day!"
);
<
/script
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <script> document.write("Hello World! <br>"); document.write("Have a nice day!"); </script> </body> </html>