Posting a link

what’s the nices way to post a like? which html to use?

There is only one way to display a link using HTML and this is by using the <a> tag:

<a href="http://www.mylink.com">myLink</a>

You can also include a title and/or control if the link will open in the same or in a new tab/window (using target).