Most browsers will display the <q>
element with the following default values.
Example:
HTML
<style>
q {
display: inline;
}
q:before {
content: open-quote;
}
q:after {
content: close-quote;
}
</style>
How to create HTML <q> Tag | HTML Tag |
How to Use CSS to style the <q> element | HTML Tag |
How to set Default CSS Settings on HTML <q> Tag | HTML Tag |
What is HTML <q> cite Attribute | HTML Tag |
How to add HTML <q> cite Attribute | HTML Tag |
Type: | Html |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded by: | Admin |