HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

q

Description

The q element for HTML represents phrasing content quoted from another source.

Syntax

HTML

<q attribute-name="attribute-value"></q>

Attributes

Global

NameValueDescription
citeURIURL referencing the original source for the quoted material

CSS

q
{
    display: inline;
}
q::before
{
    content: open-quote;
}
q::after
{
    content: close-quote;
}

Examples

1 · cite

2 · CSS