Meta constructor

Meta()

The <meta> HTML element represents metadata that cannot be represented by other HTML meta-related elements, like <base>, <link>, <script>, <style> or <title>. Read more...

Implementation

Meta() {
  tag = 'meta';
}