Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML

how do I add an "empty ordered list" on a web page

I am a beginner in the build a simple web site>Text editors and HTML> Images and Lists, challenge 3. I cant seem to be able to add an empty ordered list

This is how it looks like

<!DOCTYPE HTML>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <title>Smells Like Bakin' Cupcake Company</title>
  </head>
  <body>
    <img src="img/cupcake.jpg">
  </body>
</html>

So will someone please assist. Am enjoying this though

1 Answer

<ol></ol>

that's all

I have tried this but still ain't working Anton. You wrote ol instead of ul. Is this right? Or maybe you can take me through the challenge,if its no bother, or the bit I am missing from the tutorial.

hey good news it has worked thanks Anton. I forgot to close the image tag with>