Horje

Full Example of HTML <q> for Short Quotations

index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<p>Browsers usually insert quotation marks around the q element.</p>

<p>WWF's goal is to: <q>Build a future where people live in harmony with nature.</q></p>

</body>
</html>

Output should be:

Full Example of HTML <q> for Short Quotations




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