<!-- you can put php code in html --> <!DOCTYPE html> <html> <head> <title>Hello</title> </head> <body> <?php //PHP code ?> </body> </html>