+ Reply to Thread
Results 1 to 3 of 3

Thread: How to add links to your site?

  1. #1
    c0de
    Guest

    Lightbulb How to add links to your site?

    In this tutorail we have to explane the links for your web site!

    The links are very usefull for todays web pages!

    To go from a page to another page we use links!

    Links are quick to enter from a page to another page!

    At todays web sites they have a great body, to do a great site we must have many pages!

    The code for to add links is:


    HTML Code:
    <a herf="URL">The text</a>
    At the "URL" we add the pages directory or a link.

    A link from internet can be like: CodeCall Programming - Home or from the desktop we have a folder named test and there are two .html or .php or .asp pages and for to enter to another one we merge fast enter to another named LINK!

    Wen we use:

    HTML Code:
    <a herf="www.codecall.net">Code Call Home Page</a>


    And when we click on the blue text we will enter to the Code Call Home Page in same window but if we want to open at another window we use target="_blank" code!

    An example:

    HTML Code:
    <a herf="www.codecall.net" target="_blank">Code Call Home Page</a>
    Then the Code Call Home Page will open at a new blank window!



    This tutorail is mine!

    - Regards, c0de!
    Last edited by John; 09-14-2007 at 03:29 PM.

  2. #2
    Programmer KevinADC is an unknown quantity at this point
    Join Date
    Jan 2007
    Posts
    125
    Anyone that reads your tutorial is not going to be a happy camper. You didn't even get the simple anchor tag code corrrect. You should proof read your material before posting it.

  3. #3
    Programmer KevinADC is an unknown quantity at this point
    Join Date
    Jan 2007
    Posts
    125
    For the benefit of any readers, the correct way to code a hyper link into an html document is:

    [HIGHLIGHT="HTML4Strict"]<a href="http://www.codecall.com" title="Link to CodeCall Forums">CodeCall</a>[/HIGHLIGHT]

    The original author used "herf" instead of "href" (the "e" and "r" are transposed) and if you do not include the protocol, which in my example is "http", the web browser is free to interpret the protocol and may try and open a local file on your PC instead of a page on the internet. Using the correct protocol is very important. The common ones are:

    http
    https
    ftp

    the reader is free to investigate what they mean.
    Last edited by KevinADC; 09-16-2007 at 01:45 PM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Does Google Penalize for too many inbound links
    By Cleo8 in forum Search Engine Optimization
    Replies: 8
    Last Post: 03-01-2010, 12:28 AM
  2. Top 10 Ways To Promote Your Web Site
    By ravs2k6 in forum Marketing
    Replies: 30
    Last Post: 02-02-2008, 04:20 AM
  3. Online RPG For Sale - Predicted PR 5
    By phb50530 in forum Site Reviews
    Replies: 10
    Last Post: 01-10-2007, 05:59 AM
  4. Links Decoration
    By Jaan in forum Tutorials
    Replies: 1
    Last Post: 01-07-2007, 10:45 AM
  5. Number of links to your site
    By Blaze in forum Marketing
    Replies: 8
    Last Post: 10-15-2006, 01:42 PM

Bookmarks

Bookmarks

     
        Algorithms and Data Structures

        Java tutorials

        Algorithms Forum

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts