This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by codeWhiz35586
over 8 years

What does "change the li element text to your own menu options" mean?

change the li element text to your own menu options.

Answer 559a3c579113cbbeb10002be

2 votes

Permalink

you have a navigation menu:

 <div class="nav">
  <div class="container">
    <ul class="pull-left">
      <li><a href="#">test</a></li>
      <li><a href="#">Browse</a></li>
    </ul>
    <ul class="pull-right">
      <li><a href="#">Sign Up</a></li>
      <li><a href="#">Log In</a></li>
      <li><a href="#">Help</a></li>
    </ul>
  </div>
</div>

the exercise tells you can change the text between the <li></li> tags.

points
Submitted by stetim94
over 8 years

Answer 55ba75799113cb1c4b00038a

1 vote

Permalink

this will work… just chance the the words (name and browser) to anything

 <body>
    <div class="nav">
    <body>
    <div class="li">
    <ul class="pull-left">
     <ul class="pull-right">
      <div class="container">
          <li><a href="#">Vinny</a></li>
          <li><a href="#">WTP academy</a></li>
        </ul>
        <ul>
points
Submitted by vinitius fratila
over 8 years

1 comments

Judy over 8 years

Hey vinitius, did that really pass? Lazy code checker :) Let’s see if we canget you sorted. Every web page should only have one