Question: There are currently four viewport-percentage lengths that can be used to define the value relative to the viewport size: vw, vh, vmin, and vmax. If the current viewport size has a width of 800px and a height of 600px, what will these values be equivalent to in pixels?
- 10vw = 80px
- 10vw = 60px
- 10vw = 8px
- 10vw = 6px
Answer: The correct answer of the above question is Option A:10vw = 80px