Beispiel mit Javascript
This commit is contained in:
12
beispielseite.html
Normal file
12
beispielseite.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<html>
|
||||
<head>
|
||||
<script>
|
||||
function meineFunktion(){
|
||||
alert("Hallo");
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<button onclick="meineFunktion();">Klick mich</button>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user