Element p issue

Hey guys , I’m stuck with my paragraph I don’t understand why it’s not accepted.
If you have a clue you help is much appreciated x

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8" />
  <title>Cafe Menu</title>
</head>
<body>
  <h1>CAMPER CAFE</h1>
  <p>Est. 2020.</p>
</body>
<html>

Challenge: Step 6

Link to the challenge:

The tests don’t want the . at the end of 2020

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.