The opening <p>
tag is not closed correctly.
Before:
"<p style='Subscribe to NothingButTyler on YouTube!</p>
After:
"<p style=''>Subscribe to NothingButTyler on YouTube!</p>
The <link>
tag is for adding an external resource. Use <a>
to make a clickable hyperlink.