My Tribute page.
You don’t number the <p> elements. The <p1>, <p2>, etc in your code should be just <p>.
The “Life story” and “Few motivational quotes” text could be marked up with an <h3> (because that’s what those pieces of text are: headings).
The last sentence should be a <p>, not an <h3>, then make the font size larger with CSS. Don’t use the <h*> elements just because they have a large default font size.
You may want to look for a higher res image. The compression artifacts in the image you used are very noticeable, especially on larger displays. Also, the <img> element requires an alt attribute that describes what’s in the image.