this is my code
<!DOCTYPE html>
<html>
<head>
<title>these are my interests</title>
</head>
<body><h1>me, myself and I</h1>
<p>I like working from home if it's possible.</p>
<p>I used to be a online poker player while beeing a student.</P>
<p>I love learning HTML, I hope that I'll be good at programing in the nearby future.</p>
</body>
</html>
It says: - Oops, try again. No empty p tags! Make sure to write a bit about yourself in all three paragraphs.
make sure all paragraphs tags (opening and closing) are lowercase, a lowercase opening tag doesn’t match a uppercase closing tag
for next time, use one of the two following options to make your code/indent is visible:
select your code and press ctrl + shift + c (or cmd + shift + c if you use a mac)
if this instructions are unclear, you can also insert 3 backticks before and after your code, like so:
```
<p>visible</p>
```
the backtick is located above the tab key on your keyboard