<!DOCTYPE html> <html> <body> <?php function writeMsg() { echo "Welcome to aimtocode!"; } writeMsg(); ?> </body> </html>