Coding

I am making a website and i need to make a link in text
i think its:
<a href=‘www.mysite.com’>My Site</a>
am i doing it wrong.
I can help you, too!

am i doing it wrong.

What are you trying to link to, a page on your website or an external website?

You need the full address, including http://

Actually you are using single quote.
Try like this.
<a href=“http://www.mysite.com”> MY SITE</a>
This is real format.