Bootstrap Question:
Download Job Interview Questions and Answers PDF
Tell me how will you create a striped progress bar using bootstrap?
Answer:
To create a striped progress bar −
☛ Add a <div> with a class of .progress and .progress-striped.
☛ Next, inside the above <div>, add an empty <div> with a class of .progress-bar and class progress-bar-* where * could be success, info, warning, danger.
☛ Add a style attribute with the width expressed as a percentage. Say for example, style = "60%"; indicates that the progress bar was at 60%.
☛ Add a <div> with a class of .progress and .progress-striped.
☛ Next, inside the above <div>, add an empty <div> with a class of .progress-bar and class progress-bar-* where * could be success, info, warning, danger.
☛ Add a style attribute with the width expressed as a percentage. Say for example, style = "60%"; indicates that the progress bar was at 60%.
Download Bootstrap Interview Questions And Answers
PDF
Previous Question | Next Question |
Tell me what do you understand about Responsive websites? | Explain me how to create thumbnails using Bootstrap? |