Results 1 to 3 of 3

Thread: How to jump down in a Html page

  1. #1
    Join Date
    Feb 2009
    Posts
    43

    How to jump down in a Html page

    Hello , i have Created a Html Page and While Designing I forgot to Add the code , Where if We click on the link it let the Jump on the same Html page somewhere down the Same page , please tell me , what is the syntax and command to be used , if you could give me example then it would be great Thanks in Advance

  2. #2
    Join Date
    May 2008
    Posts
    2,297

    Re: How to jump down in a Html page

    <A>: Anchor Tag , i think this is what you are looking for this Anchor tag can define a hyperlink to a document specifying the URL of this document at the href attribute. A tag can also define anchors within a document and define the links to access. Page defined by the hyperlink appears in the current page if the target attribute is not specified. This tag must be closed with the tag </ A>. You can not cross or insert two tags into one another.

  3. #3
    Join Date
    Feb 2008
    Posts
    1,852

    Re: How to jump down in a Html page

    yup , you need anchor Tags , its attributes are:
    • Href: target document open when clicking on the link
    • Hreflang: language of the document
    • Target: indicates which page the document opens
    • Title: text displayed on the overview link



    Example:
    Go to
    <a href="link" title="DevStarter" target="_blank"> text </ a>
    to improve

    Return to Home:
    <a href="../index.html"> src="../Images/ICO_HomeSmall.gif" <img border="0" alt="help"> </ a>

Similar Threads

  1. Php output as html page
    By Ebenezer in forum Software Development
    Replies: 3
    Last Post: 04-08-2009, 03:38 PM
  2. How to embed a WMV into an html page
    By Ameyaa in forum Software Development
    Replies: 2
    Last Post: 19-05-2009, 10:37 AM
  3. Study a web page using HTML
    By XDRoX in forum Tips & Tweaks
    Replies: 1
    Last Post: 25-02-2009, 02:27 PM
  4. VB6.0 link html page
    By Taipai in forum Software Development
    Replies: 3
    Last Post: 26-01-2009, 06:34 PM
  5. page's HTML preload
    By screwball in forum Software Development
    Replies: 5
    Last Post: 24-09-2008, 05:56 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,717,277,077.94229 seconds with 16 queries