What does class=''quotes" does in this html coding of a paragraph???šŸ¤” | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

What does class=''quotes" does in this html coding of a paragraph???šŸ¤”

12th Mar 2018, 1:22 AM
Ash Eamin
Ash Eamin - avatar
2 Respostas
+ 7
well if you haven't included any stylesheets of bootstrap then that class would probably not do anything but it would surely make it quoted and italic if you have included any. eg. <p class = "quote">This is a quote</p> will become equivalent to <q>This is a quote</q>
12th Mar 2018, 1:43 AM
RZK 022
RZK 022 - avatar
+ 1
<q></q> <p class="quote" dosent do anything for me ps: i use visual studio code
16th Aug 2021, 11:16 PM
Youcef Yahiaoui
Youcef Yahiaoui - avatar