They say my p element should have a text,i inserted the text but still cant pass.idk if my formrt is wrong

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**

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

User Agent is: Mozilla/5.0 (Linux; Android 8.1.0; TECNO CF7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.41 Mobile Safari/537.36

Challenge: Step 6

Link to the challenge:

You need to put a space after Est.

Thanks it worked:but am just curious,what does space represent

A space?
Canyouundersandwhatiamtyping?
Can you undersand what I am typing?

Which do you think is easier to read?
The second one obviously.


Similarly which looks better
`Est.2020`
`Est. 2020` Thee may not be much of a difference but here the space is to show two different words.

Established 2020 is more easier to read and is grammatically correct compared to Established2020

Ooh ok now i get it,thanks again

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