Please explain ''Wrap the paragraphs with an opening and closing maintag.''

‘‘Wrap the paragraphs with an opening and closing main tag.’’

That means that you should put all of the paragraphs between <main> and </main> so that they are semantically the main content of the page

can you please assist with an example. i still could not proceed.

Thank you.

Example:

<main>
  <p>...</p>
  <p>...</p>
</main>

I have done this multiple times, its not working😩

Then show a Screenshot please.
I’m pretty sure u missed a forward slash or an bigger/smaller as symbor or any other small Syntax mistake.