How to create text link?

Create simple text link it’s very easy.

<a href=”http://yourdomain.com”>Link Title</a> where:

- yourdomain.com - domain of your site

- Link Title - text which you want to place

Example: <a href=”http://link4site.com”>Link 4 site </a>

Demo: Link 4 site

Comments are closed.