Home »
MCQs »
Bootstrap MCQs
We can use ____ class to create a circled image in bootstrap.
18. We can use ____ class to create a circled image in bootstrap.
- .circle
- .img-circle
- .img-rounded
- .rounded
Answer
The correct answer is: B) .img-circle
Explanation
In bootstrap, we can create a circled image easily using .img-circle class.