what is : The <q> tag indicates an in-text citation
що таке : Тег <q> позначає цитату в тексті
<!DOCTYPE html>
<html>
<head>
<title>Chitus</title>
</head>
<body>
<p>
very interesting text
<q>
quote
</q>
very interesting text
</p>
</body>
</html>
The <q> tag between the opening and closing tag <q> we write a quote.
Тег <q> між відкриваючим і закриваючим тегом <q> пишемо цитату.