No empty p tags!

<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

<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
So am trying to Save & Submit the code but this message keeps coming up:“Oops, try again. No empty p tags! Make sure to write a bit about yourself in all three paragraphs.”.

```
<html>

    <head>
        <title>WHO AM I
        </title>
    </head>
    <body>
        
        <h1><strong>AVERAGE.SIZED.T</strong></h1>
       
        <p><h4>Why I'm Here</h4>
        </p>
       
        <img src="https://s-media-cache-ak0.pinimg.com/236x/90/6d/2f/906d2f9c0717e17f3198de025822fedc.jpg" />
        
        <p>I was brought here by a Friend. He told me the whole world needs to learn about computer, so i came here.
        </p>
        
        <p><h4>What I Do</h4>
        </p>
        
        <img src="http://www.lboro.ac.uk/designandprint/images/logos/lboro.png" />
        
        <p>Currently I'm not working. I'm still in University; at <strong><a href="http://www.lboro.ac.uk/">Loughborough</a></strong>, one of the most briliant uni's that the UK has to offer. Studdying mathematics and attempting to build an athletics currier, I've learnt to juggle. 
        </p>
        
        <p>As you can probably tell I'm really bad at spelling, in fact I'm <strong>Dyslexic</strong> and am a selfediagnosed computer illiterate. Yeah, I'm not the sharpest tool in the box. But honestly with the help of <a href="https://www.codecademy.com/learn">Codecademy</a> I found learning HTML very easy.
        </p>
        
    </body>

</html>
<do not remove the three backticks above>

You have your h4 heading tags inside the paragraph you should have it out of the paragraph( not inside the paragraph)

1 Like

THank you.

Is it possible to change font size mid paragraph?

That you will do with CSS

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