Horje

How to set Default CSS Settings on HTML <q> Tag

Most browsers will display the <q> element with the following default values.

index.html
Example: HTML
<style>
q { display: inline;
}
q:before { content: open-quote;
}
q:after { content: close-quote;
}
</style>

Output should be:

How to set Default CSS Settings on HTML <q> Tag




Type :
html
Category :
Web Tutorial
Sub Category :
HTML Tag
Uploaded by :
Admin