Need help on dangrous divide *premium level* *Web development 1*

not sure what it wants when it says “content” because I type random characters with spaces and it shouldn’t be able to differentiate between actual legible text and random characters



<!-- The <div> tag is for grouping information. -->
<!-- Use <div> tags to organize pieces of your website. -->


<!-- Below, each blog post is contained inside a <div> -->
<div>
    <h2>Ogretober 3st, 1404</h2>
    <p>
        I met a new enemy today! Her name is Cindy and she shot my ogre allies from afar. I dislike her and her arrows.
    </p>
    <img src="/file/db/thang.type/529ab1a24b67a988ad000002/portrait.png">
</div>
<!-- Add another <div> below: -->
<div>oowo</div>
    <!-- Add an <h2> tag to title the blog post: -->
    <h2>OwOOWO WO WOOW  t rog ogjfg jgmf dOWOWOOWOWOOW?</h2>
    <!-- Add a <p> tag to give the blog post content: -->
    <p>OWOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO kfnv nfd fvkcjn xnkfv bkgj fjv ndck n mc fjkdn cOOOOOOOOOOOOOOOOOOO</p>



50 PM

You closed out the div too soon on the second one. The div groups the h2 and p together. Look at the first one again.

<div>oowo</div>