Reply to comment

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.

Reply

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options

By submitting this form, you accept the Mollom privacy policy.