If you prefer to display just the title of a web site (which, when clicked,
will take the user to the website’s URL, or web address), then use standard
HTML tags. Make sure you place the URL (web address) in quotation marks within
the HTML tags.
Example of standard HTML: <a href="http://yourwebsite_url.org/webpage.html">Your
web site title</a>