Challenge Hints: Unordered Lists

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

Last updated - July 12, 2023

Checkpoint

Try using unordered list tags <ul></ul>

Try putting some words between list item tags <li>Website</li>

Vacation Destinations

Do you have a header tag to introduce your list? <h1>   </h1>

<ul >

<li style=" ">   </li>

Your Race Crew

<h1>   </h1>

<ul>   </ul>

<li>    </li>

Hobbies Organizer

<h1>  </h1>

<ul>   </ul>

<li>    </li>

Make sure all items are spelled correctly.

Good Luck!

<h1>   </h1>

<ul>   </ul>

<li>    </li>

Pet Peeves

<h1>   </h1>

<ul>   </ul>

<li>    </li>

Food, Food, and More Food

<h1 style="font-family:   ">

<ul>  </ul>

<li style="color:  ">  </li>

HTML structure includes the doctype, html, head, and body tags.

<hr>

Lots of Animals

<h1 style="color:  ">   </h1>  

<ul>  </ul>

<li style="font-size: 25px">

HTML structure includes doctype, html, head, and body tags.  Don't forget to also include a title tag inside the head tag this time!

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