Benutzer:Tasnad: Unterschied zwischen den Versionen
Aus LNTwww
Tasnad (Diskussion | Beiträge) (Die Seite wurde geleert.) Markierung: Geleert |
Tasnad (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
− | + | <html> | |
+ | <p>Before the script...</p> | ||
+ | <script> | ||
+ | alert( 'Hello, world!' ); | ||
+ | </script> | ||
+ | <p>...After the script.</p> | ||
+ | </html> |
Version vom 18. November 2018, 14:02 Uhr
<html>
<p>Before the script...</p> <script> alert( 'Hello, world!' ); </script> <p>...After the script.</p>
</html>