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.