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

banner
Close banner
0 points
Submitted by Lava_Bomb
almost 11 years

Trouble with p selectors

It keeps saying that I don’t have anything in between

. What am I doing wrong?

<head>
    <link type="text/css" rel="stylesheet" href="stylesheet.css"/>
    <title>Result</title>
</head>
<body>
    <!--Add your HTML below!-->
    <h3 class="fancy">
    <h3>h3 header</h3>
    </h3>
    <p class="fancy">
    <p>Paragraph</p>
    </p>
</body>

Answer 51bcc0118c1ccce4ae010738

0 votes

Permalink

check your tags. They should match. `

xxx

xxx

` Also remove all the extra tags.
points
Submitted by tony de araujo
almost 11 years

Answer 51bd384d9c4e9dfe1701734e

-1 votes

Permalink

Thanks; I definitely didn’t catch that.

points
Submitted by Lava_Bomb
almost 11 years