Benutzer:Tasnad: Unterschied zwischen den Versionen

Aus LNTwww
Wechseln zu:Navigation, Suche
Die Seite wurde geleert.
Markierung: Geleert
Keine Bearbeitungszusammenfassung
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, 15:02 Uhr

<html>

 <p>Before the script...</p>
 <script>
   alert( 'Hello, world!' );
 </script>
 <p>...After the script.</p>

</html>