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:after
{
    content: '"';
}
q:before
{
    content: '"';
}

Examples

1 · cite

2 · CSS