![]() |
|||
HSG |
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Informatik - Javascript - 'Hallo Welt'-Programm</title>
<meta name="author" content="mk"/>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<script type="text/javascript">
alert("Hallo Welt!");
</script>
</head>
<body>
</body>
</html>