PHP Simple Tags Example

Php Extension is filename.php
<html>
<head>
<title>Php Example</title>
</head><body>
<?php echo "Hello World!"; ?>
</body>
</html>
OutPut Will be
hello World!