ElementsText<link>On this page<link> : Link TextThe <link> element is used to link to a url.AttributeshrefA url to link to.ExamplesThe following will create a string with a link to https://example.com.<text><link href="https://example.com">Text</link></text>Version HistoryVersionChanges1.5Initial release.