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

0 points
Submitted by NoobAtCode
over 9 years

Help! It says I have empty <p> tags!

I’m putting the all the tags in hyphens because the way it’s gonna preview. So instead of the normal tag it will be this: -yolo- instead of the regular tags…

Answer 548e18b886f5527f160076ef

1 vote

Permalink

Also it is course 4/6.

points
Submitted by NoobAtCode
over 9 years

Answer 549f295886f552993501180b

0 votes

Permalink

Well here are the nine issues I found in your code:

  • Your doctype declaration needs to provide html <!DOCTYPE html>
  • You need to close your h1 tag <h1> AWESOME </h1>
  • There is no such thing as h15 it goes from 1 - 6 (unless you program a whole new type of custom headers)
  • There is no reason you should be adding headers inside paragraphs anyway
  • You didn’t close your nonexistant h15 tag
  • There is no need for you to skip a line before your ‘I love bacon’ paragraph (the browser ignores it)
  • Same with the ‘bored’ paragraph
  • You need to close your body tag </body>
  • You need to close your html tag </html>
points
Submitted by Thomas Gerot
over 9 years

1 comments

Zeke Y about 9 years

+1

Answer 54ab100c9113cbef1300a425

-3 votes

Permalink

points
Submitted by Corey D
about 9 years

1 comments

dj wise about 9 years

what aree you talking about

Answer 54ab102b95e378520000ac7f

-3 votes

Permalink

points
Submitted by Corey D
about 9 years

1 comments

Corey D about 9 years