Img constructor

Img()

The <img> HTML element embeds an image into the document. Read more...

Implementation

Img() {
  tag = 'img';
}