CHITUS

<q>

Коротко/Briefly:

what is : The <q> tag indicates an in-text citation

що таке : Тег <q> позначає цитату в тексті

Приклад коду/Code Example:

<!DOCTYPE html>
<html>
  <head>
    <title>Chitus</title>
  </head>
  <body> 
   <p>
   very interesting text
    <q>
     quote
    </q>
     very interesting text
   </p>
  </body>
</html>

Як писати/How to write:

The <q> tag between the opening and closing tag <q> we write a quote.

Тег <q> між відкриваючим і закриваючим тегом <q> пишемо цитату.