inline php in html

HTML
<body>
Hello, today is <?php echo date('l, F jS, Y'); ?>.
</body>
Source

Also in HTML: