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

Eric villalobos
Eric villalobos
938 Points

What is the exact code for topic Track Front end web dev "how to make a website" objective two of two?

What is the exact code for objective two of two on "HOW TO BUILD A WEBSITE" This is the front end dev track

Gustavo Winter
Gustavo Winter
Courses Plus Student 27,382 Points

If you are talking about it https://teamtreehouse.com/library/how-to-make-a-website/beginning-html-and-css/write-an-html-element

The first objective is : <h1></h1> The second is : <h1> Your name </h1>

If isn't this challange, please put the link for i can see what is.

1 Answer

Gustavo Winter
PLUS
Gustavo Winter
Courses Plus Student 27,382 Points

First Step is create a Unordered list by using <ul></ul> after this put the three itens inside it. <li> </li>

<section>

  <ul>
    <li></li>

    <li></li>

    <li></li>

  </ul>
</section>

The second step is you will need to put the image and show the way for them using <img>

   <li><img src="img/numbers-01.jpg"</li>

    <li><img src="img/numbers-02.jpg"</li>

     <li><img src="img/numbers-06.jpg"</li>