Challenge Hints: HTML Structure

A list of hints for the challenges in the HTML Structure lesson.

Last updated - July 12, 2023

Checkpoint

Did you put the exclamation point in the correct place? Did you capitalize DOCTYPE?

Did you put opening and closing <head> tags within the <html> tags?

Did you put <body> tags inside the opening and closing <html> tags?

Did you put a header tag <h1> inside the <body> tags?

Website Paleontology

Are your head and body tags inside your html tags?

style="    "

<h1> dinosaurs</h1>

Pirate Website Structure

Did you remember the closing </html> tag at the end?

Do you have three header tags with the word inside exactly as specified in the instructions?

style = " " 

Atlantis Website Structure

The <head> and <body> tags go inside the <html> tags.

Did you include the header tags with the exact required words from the instructions?

Remember to style your tag, add style=" ".

Human Skeleton

Are your head and body tags inside your HTML tags?

Did you remember to use the 5 header tags with the content from the instructions?

Sports Formation

Are your head and body tags inside your HTML tags?

Did you remember your forward slash in the closing tag?

Do all of your tags have both opening and closing angle brackets? < >Info < >

Star Wars Website

Did you spell everything correctly in your quotes? Did you include a forward slash in all of your closing tags? 

Did you include the DOCTYPE tag at the top?  And do you have the head and body tags inside the HTML tags?

Avengers Website Structure

Do you have 5 header tags? Did you style each tag? style="    " 

Did you include the DOCTYPE tag at the top?  And do you have the head and body tags inside the HTML tags?

For more help with HTML, check out our HTML Cheatsheet!