How to make quote text with bootstrap(not with css)

Hi everybody
I try to make quote text with bootstrap i used

tag but did not work and also used bootstrap class called quote-text but also not work
any ideas ?

Make sure you have included bootstrap in your html file. It would also be cool if you provided us with the link to your file. We aren’t prophets, and could only make random guesses.

Hi,

Are you using Bootstrap 4? I don’t think there is a class named ‘quote-text’ in Bootstrap 4.
Check this: Typography · Bootstrap

I hope this is what you’re looking for

<blockquote>
  <p>"***SOME TEXT***"</p>
  <footer> ***SOURCE***<cite title="Source Title">***AUTHOR****</cite></footer>
</blockquote>
1 Like

thank brother :grinning: