What does class=''quotes" does in this html coding of a paragraph???🤔 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 Answers
+ 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