ist jemand so freundlich und postet mir wie man php Code und html Code in einer PHP Seite aus gibt? Beispiel ist unten: Besten Dank: Also diesen Code wie es da unten ist möchte ich so in meiner Webseite ausgeben ohne das der Code ausgeführt wird

Code: Alles auswählen
<html>
<head>
<title>Hello World</title>
<META HTTP-EQUIV="Content-type" CONTENT="text/html; charset=ISO-8859-1">
<META NAME="keywords" CONTENT="Hello, World">
<META NAME="description" CONTENT="Hello World">
<META NAME="author" CONTENT="www.hello-world.com">
<META NAME="REVISIT-AFTER" CONTENT="10 Days">
<META NAME="ROBOT" CONTENT="Index,Follow">
</HEAD>
<bod>
<?PHP echo "Hello World.";?>
</body>
</html>
