aufgabe 25-1-10
This commit is contained in:
13
komp/javascript.html
Normal file
13
komp/javascript.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<title> JavaScript Beispiel </title>
|
||||
<script type="text/javascript">
|
||||
function main(){
|
||||
document.writeln("Hallo Welt!<p>");
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body onload="main();">
|
||||
<noscript> JavaScript ist nicht eingeschaltet </noscript>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user