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 Build a Simple Website Text Editors and HTML Images and Lists

Aditi Mittal
seal-mask
.a{fill-rule:evenodd;}techdegree
Aditi Mittal
UX Design Techdegree Student 7,302 Points

images and list

its one of the question in the quiz and its says make sure to use a ul tag?

<!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" <ul>

</ul> 

</body> </html>

23 Answers

you need to open and close the ul tag, so

<ul>
</ul>

no, it's not ' it's in the top left corner of your keyboard under the esc button. `

Um, ul means unordered list.

I'm really not too sure what you're asking here.

Let me check the code challenge out.

<ul>
</ul>

that's all that you need to put in under the img that you put in the body.

Yes that's what I went into.

All that you need to do is put the following code into the body tag under the img tag.

<ul>
</ul>

okay?

the empty unordered list is the code that I wrote above.

Did it work?

Did it work?

When you're writing code in the forums (not in the code challenges) you must put three 's and then put the code there and put three's to end it off.

try putting the code up in between those.

whoops.

click on the markdown cheatsheet. It'll explain it much better than I can.

Alright.

But yeah you just need put that under the img tag.

If it doesn't work then I really don't know what else to say.

Actually if it doesn't work copy and paste the code just like you did today.

Okay um, take the whole thing, copy it all and paste it here inside the things that you just used alright?

Aditi Mittal
seal-mask
.a{fill-rule:evenodd;}techdegree
Aditi Mittal
UX Design Techdegree Student 7,302 Points

```html<!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" <ul> </ul> </body> </html>

try to put some spacing between the three ` things and the doctype. Nothing showed up.

try to put some spacing between the three ` things and the doctype. Nothing showed up.

Aditi Mittal
seal-mask
.a{fill-rule:evenodd;}techdegree
Aditi Mittal
UX Design Techdegree Student 7,302 Points

```html<!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" <ul> </ul> </body> </html>

Aditi Mittal
seal-mask
.a{fill-rule:evenodd;}techdegree
Aditi Mittal
UX Design Techdegree Student 7,302 Points

``<!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" <ul> </ul> </body> </html>

... dude, put some space between the html and the doctype.

Aditi Mittal
seal-mask
.a{fill-rule:evenodd;}techdegree
Aditi Mittal
UX Design Techdegree Student 7,302 Points

``` html<!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" <ul> </ul> </body> </html>

Okay seriously, you're kind of spamming right now.

Put some space between the html and the slanted bracket with the exclamation point.

Aditi Mittal
seal-mask
.a{fill-rule:evenodd;}techdegree
Aditi Mittal
UX Design Techdegree Student 7,302 Points

``` <!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" <ul> </ul> </body> </html>

you're doing <!DOCTYPE html> but it should be ``` then the html and then an enter then the doctype.

Aditi Mittal
seal-mask
.a{fill-rule:evenodd;}techdegree
Aditi Mittal
UX Design Techdegree Student 7,302 Points
<!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"
    <ul>
  </ul>
  </body>
</html>

you need to close your img tag.

<img src="img/cupcake.jpg">
<ul>
</ul>

No problem!

By the way, this will ask you to pick a best answer later on so I'd just do it now.

Alex Tasioulis
Alex Tasioulis
4,950 Points

This was delightful!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1111one

I have a headache.