<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at.>
https://www.codecademy.com/courses/web-beginner-en-LceTK/0/4?curriculum_id=50579fb998b470000202dc8b
<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
Make sure you’ve included three sets of p tags.
<!DOCTYPE html>
<html>
<head> <title> Sample </title> </head>
<body>
<h1> Kathleen </h1>
<p1> I am 24 years old </p1>
<h2> </h2>
<p2> I am currently working on a BPO indusrty </p2>
<h3> </h3>
<p3> This is my first sample </p3>
</body>
</html>