Hyperlinks, are connections to other Web pages. These Web pages can be out on the World Wide Web. For example, Yahoo, Google, and MSN. Hyperlinks are created using the a tag (anchor tag). Look at the source of this page to see how the following three links are created. These are
The a tag uses an attribute (setting) named href. Href stands for hyperlink reference. Set href equal to the desired Web page destination. Surround the word, or image, you want as your hyperlink with the start
http://www.yahoo.com.
You can use cascading style sheets (css) to style this page. Use the style tag. See the source!