HTML <q>
query_builder | Christopher PisaniThe HTML element <q> encloses text within the element with quotation marks.
A simple example with URL for reference
<h2>A small part of an article taken from BBC UK</h2>
<q cite="https://www.bbc.co.uk/news/uk-51700604">
One of the new coronavirus cases in the UK is a health worker, the local NHS trust has said. They are a clinician at Mount Vernon Cancer Centre in north-west London. The prime minister will chair a meeting of the government's emergency Cobra committee later, after the number of UK coronavirus cases jumped to 36.
</q>
Available Attributes
Attribute | Values | Functionality |
---|---|---|
cite | URL | Specifies the quoted text's URL location |