How to make a link to a web site
When you click on "Leave Your Comment" in the text box to enter your information, if you would like to make a link to another web site (i.e. for your rhetorical journal) simply copy the web address and add an html link tag which looks like this:
<A HREF="http://www.google.com">Click Here For Google</A>
Note: in this example we are using the web address for google. The information around the web address is what creates a clickable link. It includes the less than symbol (<), the syntax A= HREF, and the greater than symbol (>) followed by the web address and ended with the less than symbol (<), a slash (/), the letter A, and the greater than symbol (>).
Here's What's Happening
0 Comments:
Post a Comment
<< Home