Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

charles needs to create a webpage that can be viewed on every type of d…

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

Explanation:

Brief Explanations

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.

Answer:

Use percentage measurements in order to create fluidity on the webpage