<?php<!DOCTYPE html>
<html lang="pt-BR">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Meu Nome PHP</title>
</head>
<body>

    <h1>
        <?php
        echo "Olá, mundo!<br>";
        echo "Nome: Shayanny<br>";
        echo "Data/hora atuais: " . date("d/m/Y H:i:s");
        ?>
    </h1>

</body>
</html>

echo "Hello world!\n";

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: