Need help Last stage in Web development PLZ

Hi, I need help in the last stage in Web development. iTs called wanted poster. ill paste the code.

h1 { color: red; } h1 { font-size: 7em; } h2 { /* Change the number to change the size of the header text. */ font-size: 3em; } h3 { font-size: 1.5em; } li { font-size:1.5em; }

Wanted

Who?

For Reckless, Inhuman Crimes:

  • Crime 1
  • Crime 2

Reward: What?

Known Accomplices

Who?

<div>
    <img src="/file/db/thang.type/53ed1d9c2b65b0e32b9c96a9/portrait.png">
    <h3>Who?</h3>
</div>

<!-- Add a third accomplice here. Choose whether they are class "captured". -->

Capture Alive Only

It is a bit long. Can anyone help?
Thank you,
Shayaan

Hi, please could you fully format your code, because some of it is using the HTML to format which means I can’t read you code (except at the bottom).
Danny

OH Sorry. Ill paste the entire code.

<style>
    h1 {
        color: red;
    }
    h1 {
        font-size: 7em;
    }
    h2 {
        /* Change the number to change the size of the header text. */
        font-size: 3em;
    }
    h3 {
        font-size: 1.5em;
    }
    li {
        font-size:1.5em;
    }
</style>
<h1>Wanted</h1>

<!-- Find an image from the Image Gallery above, or use your own image link -->
<img src="/file/db/thang.type/53ed1d9c2b65b0e32b9c96a9/portrait.png" id="most-wanted">

<!-- Who is wanted? -->
<h2>Who?</h2>

<!-- What are they wanted for? -->
<h3>For Reckless, Inhuman Crimes:</h3>
<ul>
    <li>Crime 1</li>
    <li>Crime 2</li>
</ul>

<!-- What is the reward? -->
<h2>Reward: What?</h2>

<!-- Who are their partners in crime? -->
<h3>Known Accomplices</h3>
<div>
    <div>
        <img src="/file/db/thang.type/53ed1d9c2b65b0e32b9c96a9/portrait.png">
        <h3>Who?</h3>
    </div>
    
    <div>
        <img src="/file/db/thang.type/53ed1d9c2b65b0e32b9c96a9/portrait.png">
        <h3>Who?</h3>
    </div>
    
    <!-- Add a third accomplice here. Choose whether they are class "captured". -->
    
</div>

<!-- How do want them captured? -->
<h2>Capture Alive Only</h2>

Thats all the code.
Thank you, Shayaan.

Fixed the formatting :wink: