Quotations are shown in double-inverted commas (“”), they are done in HTML with the help of <q>tag.
For example.
Mahatma Gandhi said, “An eye for an eye will make the whole world blind”.
The code for the following would be
Mahatma Gandhi said, <q>An eye for an eye will make the whole world blind</q>.
Advertisements