April 2, 2008

0 Comments

 

Creating Links in HTML

 

If you are interested in “embedding” a link in text on a webpage (such as a blog post or comment), you can use the proper html code to make it pretty.

For example, to say:

Click here to view a really cool video!

You would type:

<a href="http://www.youtube.com/watch?v=eBGIQ7ZuuiU">Click here</a> to view a really cool video!

Enjoy.

 
 
 

Leave a Reply

 
 
 
 
 
 
 

You are allowed to use tags like <a href=”” title=””></a> or <abbr></abbr> or even <blockquote></blockquote>