Programming Code Center(PCC)
[HTML]

(PCC)::[How-to-make-Formatting-short-quotations-with-the-q-elemen-in-HTML]::[html]

File Name : index.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 :

Browsers usually insert quotation marks around the q element.

WWF's goal is to: Build a future where people live in harmony with nature.