See the Example.
Example:
HTML
<!DOCTYPE html>
<html>
<head>
<style>
q {
color: gray;
font-style: italic;
}
</style>
</head>
<body>
<h1>The q element + CSS</h1>
<p>WWF's goal is to:
<q>Build a future where people live in harmony with nature.</q>
We hope they succeed.</p>
</body>
</html>
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 |