+ 1
What does class=''quotes" does in this html coding of a paragraph???🤔
2 Respuestas
+ 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>
+ 1
<q></q>
<p class="quote"
dosent do anything for me
ps: i use visual studio code