[][src]Static p5_sys::global::createA

pub static createA: CreateAInternalType

Creates an element in the DOM for including a hyperlink.

Examples

createA('http://p5js.org/', 'this is a link');

Parameters

href url of page to link to

html inner html of link element to display

target? target where new link should open, could be _blank, _self, _parent, _top.