Ask your own question, for FREE!
Computer Science 11 Online
OpenStudy (a1234):

Does anyone know HTML?

OpenStudy (a1234):

I can't seem to figure out the 4 mistakes in this... <!DOCTYPE html> <html> <head> <title> Hey! </title> </head> <body> <h1>Hey there!</h1> </h2>This is cool</h2> <h3>Fascinating</h3> <p>Had fun!</p> <p>Bye! </body> </html>

OpenStudy (rsmith6559):

The line that has "This is cool" has 2 closing tags, no opening tag. The line that says "Bye!" doesn't have a close tag.

OpenStudy (a1234):

Thanks! There are still two more mistakes supposedly in this code, but everything else seems fine.

OpenStudy (amistre64):

try formatting it so that it is easier to read/parse ...

OpenStudy (amistre64):

also, comment on your code, tell us what you think is going on in it.

OpenStudy (anonymous):

there should be a closing tag </p> after "Bye!".

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!