﻿
<!DOCTYPE html>
<html lang="de">
	<head>
		<meta charset="utf-8">  
		<title> Ausgabe mit document.write( ) </title>
		
		<script> 
			document.write("<h1>JavaScript ist in ihrem Browser aktiviert!</h1>");
		</script>
	</head>
	
	<body>
	</body>
</html>




