Challenge Hints: Ordered Lists

A list of hints for the challenges in the Ordered Lists lesson.

Last updated - July 12, 2023

Checkpoint

Try using the ordered list tags <ol></ol>

Don't forget that the <ol> tags also need <li> tags.

Teeth Brushing 101

Don't forget that list items need this tag <li>    </li>

<ol style="   ">

Wake Up Routine

Does your wake up routine have at least 6 list items? <li>    </li>

Remember to style (style="  ") your ordered list with both font and color.

How to Make Friends

Do you have a styled ordered list with 5 list items in it? <li>   </li>

<ol style=" ">

Fruit Ranking

<ol style=" " >

Do you have 10 opening and closing <li> tags inside the <ol> tags?

Is watermelon in the list in a <li> tag? Make sure it is spelled correctly.

Is mango in the list in a <li> tag? Make sure it is spelled correctly.

Is grapefruit in the list in a <li> tag? Make sure it is spelled correctly.

Is blueberry in the list in a <li> tag? Make sure it is spelled correctly.

Is pear in the list in a <li> tag? Make sure it is spelled correctly.

Is banana in the list in a <li> tag? Make sure it is spelled correctly.

Is orange in the list in a <li> tag? Make sure it is spelled correctly.

Is strawberry in the list in a <li> tag? Make sure it is spelled correctly.

Is apple in the list in a <li> tag? Make sure it is spelled correctly.

Is raspberry in the list in a <li> tag? Make sure it is spelled correctly.

Dessert Ranking

<ol style=" ">

Do you have 7 opening and closing <li> tags inside the <ol> tags?

Does your list include pie in a <li> tag? Make sure it is spelled correctly.

Does your list include ice cream in a <li> tag? Make sure it is spelled correctly.

Does your list include cake in a <li> tag? Make sure it is spelled correctly.

Does your list include cookies in a <li> tag? Make sure it is spelled correctly.

Does your list include candy in a <li> tag? Make sure it is spelled correctly.

Does your list include popcorn in a <li> tag? Make sure it is spelled correctly.

Does your list include smoothie in a <li> tag? Make sure it is spelled correctly.

Ranking Your Classes

<h1 style="font-family:   "> 

Did you include the <ol></ol> tags?

<li style=" "> Did you include semicolons after each style value?

HTML structure has doctype, html, head, and body tags.

Soda Ranking

Did you use style="" in the <body> tag with background-color and color styles?

Did you style the h1 tag with marker felt font with "Soda Ranking" in between?

Did you label the ordered list tags correctly?

Did you use all different font sizes for your sodas?

Did you include all the appropriate structure tags?

 

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