HTML <q> element
The virus is <q>HIV</q>.
The virus is HIV
.
Use
<?PHP
echo "The virus is
HIV
.<br>";
echo "The virus is \"HIV\".";
?>
The virus is HIV
.
The virus is "HIV".
Specific attributes of <q> tag:
Attribute | Description |
cite | URL source of the quotation |