Jump to content

warend2

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by warend2

  1. Any element on the page can have an id attribute. It is done like this:

    <p id="section">This is a paragraph.</p>
    When you use a hash symbol # in a link it will go to the element which has an id attribute the same as the string that follows the hash. You can link to it like this:
    <a href="#section">Go to section</a>
    This also works if you're going there from another page and want it to scroll down:
    <a href="page.html#section">Go to section on page.html</a>

     

    Great! it helps for me too!! thank you

  2. Hello guys!

     

    Name: Waren S.Alternative name(s): Ren-renBirth date(dd/mm/yyyy): 02/08/1991Gender: MaleZodiacal sign: UranusCountry of residance: PhilippinesCity of residance: Cebu CityHeight: 5'5"Weight: heavy :)Eyes: BlackHair: BlackSmoking/Drinking/Drugs: NeverFavourite Music: BalladFavourite Movies: MarvelInterest: Arts and ProgrammingPets: Pegion

    Additional comments:

     

    I'm new bie,.. looking forward to learn more about SQL and PHP. This forum is what I am looking for.

×
×
  • Create New...