<html>
<head>
<title>Ejemplo de script PHP sencillo</title>
</head>
<body>
<?php
  printf ("Hola caracola\n");
?>
</body>
</html>