<?php $var = 'PHP Tutorial'; ?> <!DOCTYPE html> <html> <head> <title><?php echo $var; ?></title> </head> <body> <h3><?php echo $var; ?></h3> </body> </html>
You have javascript disabled. You will not be able to edit any code.