<!DOCTYPE html> <html> <body> <h1>PHP page</h1> <?php echo "Hi Hello world! NUV Students "; print "Hi Hello world! NUV Students<br>"; ?> </body> </html>
<!DOCTYPE html> <html> <body> <h1>PHP page</h1>
<?php
echo "Hi Hello world! NUV Students ";
print "Hi Hello world! NUV Students<br>";
?>
</body> </html>