- What technique is use to make websites look good on any device and screen size?
- Which of the following will optimize the size of the page according to the device size?
What technique is use to make websites look good on any device and screen size?
Responsive web design is an approach that focuses on a website user's environment. The user's environment will depend on which device they have connected to the internet. There are many device characteristics that provide opportunities for user-centric focus.
Which of the following will optimize the size of the page according to the device size?
The viewport meta tag
This viewport meta tag tells mobile browsers that they should set the width of the viewport to the device width, and scale the document to 100% of its intended size, which shows the document at the mobile-optimized size that you intended.