This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by Sam
about 11 years

What is wrong

Answer 5158c753c07aa1aaf900014b

1 vote

Permalink

Hello, You forgot one heading “My Week 13 Project” So, it should be like this:

<html>

    <head>
        <title>Week 13 project</title>
    </head>
    
    <body>
        <h1>My Week 13 Project</h1>
        <h2>HTML is fun!</h2>
        <h3>I have learnt many things.</h3>
        <h4>I can't wait to learn CSS!</h4>
    </body>
    
</html>

Hope it helps.

points
Submitted by anonymous
almost 11 years