[element = ]createExternalLink(place, url[, label])The createExternalLink global function renders a link to an outside Web page. It requires two parameters:
- place
- the DOM element to render into. The link is appended to any existing content.
- url
- the URL to point to.
- label
- optional text label to display.