HTMLElement.b constructor

HTMLElement.b()

Creates an HTMLElement using the tag 'b'.

Implementation

HTMLElement.b() : _ = document.createElement('b');