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

banner
Close banner
0 points
Submitted by samosborne1
over 10 years

what am i doing wrong here?

alt text

Answer 52b5e14652f863dff4002411

1 vote

Permalink

your title closing tag is at the wrong place. should be like this:

<title>I am the night</title>
<body>
rest of your code
points
Submitted by stetim94
over 10 years

2 comments

R J M over 10 years

Yeah, your title should end like

Tim Barber over 10 years

take out the language.

Answer 552164d976b8fe6954000025

0 votes

Permalink

You need a closing <html>like this:

 <!DOCTYPE html>
    <html>
        <head>
            <title>
                <body>
    <h1></h1>
                </body>
            </title>
        </head>
    </html>
points
Submitted by iiRosie1
about 9 years

1 comments

stetim94 about 9 years

this post is so old