Sunday, May 24, 2009

How to create an html link for my blog:

To create a link like THIS is fairly simple. All it requires is a little html knowledge. Or easier yet, a link to a great website: W3Schools!

But basically, all you have to do is copy and paste this into your html:

<a href="http://www.pavelstudios.com/"target="_blank">Visit Pavel Studios!</a>

The code above will end up looking like this: Visit Pavel Studios!

Then make sure to erase and fill in the appropriate info. First is the web address where visitors will be sent when they click the link. the target=blank just means that the new website will open in a new window. And the last part is what your visitors will see and be able to click on.

And for anything that you could possible EVER need to know about html or any type of coding for that matter, just check out this awesome website: W3Schools!

0 comments:

Post a Comment