Difference between revisions of "User:Karl Jones"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(In-class exercise)
(Hiding and showing HTML elements in Bootstrap)
Line 1: Line 1:
 
== Hiding and showing HTML elements in Bootstrap ==
 
== Hiding and showing HTML elements in Bootstrap ==
  
You can use Bootstrap classes to hide and show HTML elements, based on display size.\\
+
You can use Bootstrap classes to hide and show HTML elements, based on display size.
  
 
This is useful for showing summary information on mobile devices, and more detailed information on desktop computers.
 
This is useful for showing summary information on mobile devices, and more detailed information on desktop computers.
Line 9: Line 9:
 
* "Show this element (or elements) for a specific screen size, and hide it in all the other sizes."
 
* "Show this element (or elements) for a specific screen size, and hide it in all the other sizes."
 
* "Hide this element (or elements) for a specific screen size, and show it for all other sizes".
 
* "Hide this element (or elements) for a specific screen size, and show it for all other sizes".
 
  
 
== Consulting followup topics ==
 
== Consulting followup topics ==

Revision as of 16:18, 9 March 2016

Hiding and showing HTML elements in Bootstrap

You can use Bootstrap classes to hide and show HTML elements, based on display size.

This is useful for showing summary information on mobile devices, and more detailed information on desktop computers.

You can approach this one (or both) of two ways:

  • "Show this element (or elements) for a specific screen size, and hide it in all the other sizes."
  • "Hide this element (or elements) for a specific screen size, and show it for all other sizes".

Consulting followup topics

Impromptu topics

Number of pages

Number of pages: 4,617

Article snippet

== Description ==

== See also ==

* [[]]

==  External links ==

* [] @ Wikipedia