In HTML <q> tag specifies Short quotations.

Example

<html>
<body>
<q>Short quotation example.</q>
</body>
</html>