w3c validator issue

hi,

if I try to validate the following code, I have no error or warning for the missing p end tags.
what happened in the last year? It has always triggered an error before...
moreover, if I delete the html tag, I have just a warning for adding a lang attribute, not for missing html tag.


<!DOCTYPE html>
<html lang="fr">
<head>
  <title>titre</title>
</head>
<body>
<p>test
<p>test2
</body>
</html>

thanks for your help.
regards,
Johan Koitka

Received on Monday, 22 January 2024 15:48:10 UTC