Difference between revisions of "User:Karl Jones"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(In-class exercise)
Line 10: Line 10:
 
* "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".
  
 
== In-class exercise ==
 
 
In your Local root folder, create a new folder named <code>week6</code>.
 
 
In this folder, create a new document named <code>index.html</code>.
 
 
* Make this similar to you home page and other exercise pages
 
 
Use the Bootstrap grid to create a page layout something like the screenshot below:
 
 
 
[http://karljones.com/images/wiki/week-six-exercise.png http://karljones.com/images/wiki/week-six-exercise.png]
 
  
 
== Consulting followup topics ==
 
== Consulting followup topics ==

Revision as of 12:46, 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