xxxxxxxxxx
<!DOCTYPE html>
<html>
<head>
<title>Ejemplo de JavaScript</title>
<meta charset="UTF-8">
</head>
<body>
<script>
document.write('Hola Mundo');
</script>
</body>
</html>