Blogiversity.org

Welcome to Blogiversity.org Sign in | Join | Help
in Search
Blogiversity Links - America One unsecured loans are fast and easy : to get a LifeLock.com discount click here

Basic HTML Tags: Insert Hyperlink

Last post 03-14-2008 5:43 PM by mike. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 03-14-2008 5:43 PM

    • mike
    • Top 10 Contributor
    • Joined on 01-23-2008
    • Posts 956
    • Points 2,397

    Basic HTML Tags: Insert Hyperlink

    One of the most useful and commonly used HTML tags is the Insert Hyperlink tag. Whether posting on Blogiversity or anywhere else on the web, sometimes you just want a Keyword someone can click instead of needing a long, ugly URL like this http://en.wikipedia.org/wiki/Keyword_%28Internet_search%29. When you don't have the "Insert URL" function in the Blogiversity pages, you can still make these links.

     

    Insert Hyperlink:
    <a href=”URL”>Text</a>

    You can copy/paste this code and insert your own URL and text. 

    For example, the link Keyword would read like this in HTML:
    <a href="http://en.wikipedia.org/wiki/Keyword_%28Internet_search%29">Keyword</a>
    The only changes the programmer will make are with the underlined parts.

    Make sure you start with <a href=" then type your URL here "> and close the tag. Then enter the text you want to show up here and close it with </a> Make sure the only space is here"<a href=". Be sure the / at the end is a slash and not a backslash (\). The URL must have quotes around it. The text must be between the tags and the tags must end with the </a> tag. If you type everything properly, it will create a hyperlink in the code. Note: Many pages won't read text as HTML, including most pages in Blogiversity.

    Every man dies, but few truly live. Live your life to its fullest, every day as if it were your last.
    • Post Points: 2
Page 1 of 1 (1 items)