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