What is <q>tag in html | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 4

What is <q>tag in html

<q>

21st Jul 2019, 7:12 PM
Justin
Justin - avatar
2 Respuestas
+ 4
<q> tag is used for short quotation or single line quotation. For multiline quotation you can use <blockquote> tag.
21st Jul 2019, 8:07 PM
Saquib Imam
Saquib Imam - avatar
0
<q> Tag creates quotes. Example: <q>Hello</q> Result: "Hello"
25th Jul 2019, 10:29 PM
Samuel Alejandro Gonzalez
Samuel Alejandro Gonzalez - avatar