Jump to content

najmul

Members
  • Posts

    2
  • Joined

  • Last visited

najmul's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Sometimes tag 'P' and div works like same after using id/class .But when I use them interchangeably line brokes. HTML : Confusing P tag ( Why used p tag here, why not div is used here?<section id="top"> <div class="con"> <p class="list fl"> <a href="">Home</a> <a href="">About Us</a> <a href="">Services</a> <a href="">Portfolio</a> <a href="">Blog</a> <a href="">Contact</a> </p> <p class="fr"> <a href=""class="fl">Grab Our feeds</a> <a href="#" class="icon-feed fl"></a> <input type="text" class="search fr" value="Search ..." <button class="go left rounded"><span></span></button> </p> <p class="clf"></p> </div> </section>
  2. What parts are optional in for loop ? Below code are example of for loop. Is it really for loop? Do need to followfor (statement 1; statement 2; statement 3) { code block to be executed} for(; {alert("Loop");
×
×
  • Create New...