Discover the answers to your questions at Westonci.ca, where experts share their knowledge and insights with you. Connect with a community of professionals ready to provide precise solutions to your questions quickly and accurately. Get detailed and accurate answers to your questions from a dedicated community of experts on our Q&A platform.

(50 points) Jeff wants to create a responsive web page where elements change size according to the size of the window. How would he specify elect sizes on a web page with such a fluid layout

Sagot :

Answer:

make the element sizes a percentage

Explanation:

Without using a framework specified for this type of thing such as Bootstrap, the best way to do this would be to make the element sizes a percentage. By making the size of everything a percentage it will automatically resize itself to take up the same percentage of the screen at all times. Even when the browser window is resized to any size that the user wants. This also applies to monitors of different sizes and mobile devices.

Answer:

make the element sizes a percentage

Explanation: