Bootstrap – Visibility


Bootstrap – Visibility



”;


This chapter discusses about the visibilty utilities provided by Bootstrap. These utiltiy classes control the visibility of elements, without altering the display of the element.

Following are the visibility classes provided by Bootstrap:

  • .visible – It is the default setting. The visible class shows data or visible data on the web page.

  • .invisible – It is used to hide or disappear the content of the application.


The .invisible class will hide the elements both visually and for the assistive technology or screen reader users.


Let us see an example for the utility classes .visible and .invisible: