Link constructor

Link()

The <link> HTML element specifies relationships between the current document and an external resource. Read more...

Implementation

Link() {
  tag = 'link';
}