Marcando Texto em HTML

🧩 Syntax:
<!DOCTYPE html>
<html lang="pt-br">

<head>
    <meta charset="UTF-8">
    <title>Marcando Texto em HTML</title>
</head>

<body>
    <h1>Meu primeiro titulo<h1>
</body>

</html>