HTMLQuoteElement.blockquote constructor

HTMLQuoteElement.blockquote()

Creates an HTMLQuoteElement using the tag 'blockquote'.

Implementation

HTMLQuoteElement.blockquote() : _ = document.createElement('blockquote');