Explore the HTML display and position attributes

Explore the basics of the display attribute:

  1. What are the possible values for the DISPLAY attribute?
  2. What's the default value?
  3. What the difference between display:none and visibility:hidden?

Explore the basics of the position attribute:

  1. What are the possible values for the POSITION attribute?
  2. What's the default value?
  3. How does the browser decide where to position absolute elements?