Structure minimum d’un fichier HTML

par | Déc 27, 2020 | HTML, Web | 0 commentaires

Voici la structure recommandé minimum d’un fichier HTML

<!DOCTYPE html>

<html lang="fr">

  <head>

    <meta charset="utf-8">

    <title></title>

  </head>

  <body>

    <!-- Contenu du document -->

  </body>

</html>

0 commentaires

Soumettre un commentaire