Br constructor

Br()

The <br> HTML element produces a line break in text (carriage-return). Read more...

Implementation

Br() {
  tag = 'br';
}