HTMLQuoteElement.q constructor
HTMLQuoteElement.q()
Creates an HTMLQuoteElement using the tag 'q'.
Implementation
HTMLQuoteElement.q() : _ = document.createElement('q');
Creates an HTMLQuoteElement using the tag 'q'.
HTMLQuoteElement.q() : _ = document.createElement('q');