QUESTION IMAGE
Question
charles needs to create a webpage that can be viewed on every type of device. which answer best reflects how charles should proceed in relation to controlling the measurements of the elements on his webpage?
use pixel measurements only
use pixel measurements at first and then percentage measurements at the end
use a mix of both measurement types evenly
use percentage measurements in order to create fluidity on the webpage
To make a webpage viewable on all devices, it needs to be responsive. Pixel measurements are fixed, so they don't adapt to different screen sizes. Percentage measurements are relative to the parent container, which lets elements resize fluidly to fit any screen, making them ideal for cross-device compatibility.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
Use percentage measurements in order to create fluidity on the webpage