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

0 points
Submitted by Sauraj
about 11 years

Anybody please help, tell me where i m wrong.. <!DOCTYPE html> <html><title>bad to the bonez webpage inc</title></html>

Anybody please help, tell me where i m wrong..

Answer 512dac3cdf5e30933a000189

5 votes

Permalink

Use “< head >” “< /head >” instead. I had the same problem too :)

points
Submitted by Jessica Chou
about 11 years

5 comments

Tom-e-Code about 11 years

This is the correct way:

what is <!DOCTYPE> ?? why should we use it ?? when i start writing i erased that is that correct??

Tom-e-Code about 11 years

I aplogize, it’s supposed to be:

Cody over 10 years

do then

jayhong about 10 years

So I get stuck at the

Answer 5150fbb8559755d93e00128d

2 votes

Permalink

<!DOCTYPE html>
<html>
<head>
    <title>Bad to the Bonez Webpage Inc</title>
</head>

</html>
points
Submitted by programma1
about 11 years

1 comments

ColleenTheBean over 9 years

Thanks!! It worked!

Answer 5496b67fd3292ff022004d69

1 vote

Permalink

points
Submitted by MIke YI
over 9 years

Answer 5151c71feede0552ea000891

0 votes

Permalink

The correct way of writing any html document is as below. The proper sequence is :

  1. Define Doctype:
points
Submitted by Abhijit Suryawanshi
about 11 years

3 comments

Maryam malik over 10 years

why

Y? Cause that is the way HTML works.

MIke YI over 9 years

yes,