You're welcome, Ken.
PHP can "echo" whatever HTML, CSS or javascript you need. Put the text and tags between a pair of double quotes, and in places in the HTML where you need to use quotes, use single quotes instead, like this:
echo "<p><a href='http://mywebsite.com'>Return to the website</a></p>";