Bootstrap Question:
Download Job Interview Questions and Answers PDF
Tell me what are different shapes for image in bootstrap?
Answer:
By Default bootstrap provides 3 classes for image shape.
☛ Rounded image
☛ Circle shape image
☛ Thumbnail image
Example:
<img src=""; alt="rounded image" class="img-rounded">
<img src=""; alt="circle image" class="img-circle">
<img src=""; alt="thumbnail image" class="img-thumbnail">
☛ Rounded image
☛ Circle shape image
☛ Thumbnail image
Example:
<img src=""; alt="rounded image" class="img-rounded">
<img src=""; alt="circle image" class="img-circle">
<img src=""; alt="thumbnail image" class="img-thumbnail">
Download Bootstrap Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain what are the advantages of Bootstrap? | What are the components of Bootstrap? |